cli-hub-meta-skill

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

CLI-Hub Meta-Skill

CLI-Hub Meta-Skill

CLI-Hub is a marketplace of agent-native command-line interfaces that make professional software accessible to AI agents.
CLI-Hub是一个Agent原生命令行界面(CLI)的市场,让AI Agent能够使用专业软件。

Quick Start

快速开始

bash
undefined
bash
undefined

Install the CLI Hub package manager

Install the CLI Hub package manager

pip install cli-anything-hub
pip install cli-anything-hub

Browse all available CLIs

Browse all available CLIs

cli-hub list
cli-hub list

Search by category or keyword

Search by category or keyword

cli-hub search image cli-hub search "3d modeling"
cli-hub search image cli-hub search "3d modeling"

Install a CLI

Install a CLI

cli-hub install gimp
cli-hub install gimp

Show details for a CLI

Show details for a CLI

cli-hub info gimp
undefined
cli-hub info gimp
undefined

Live Catalog

实时目录

The catalog is auto-updated and provides:
  • Full list of available CLIs organized by category
  • One-line
    cli-hub install
    commands for each tool
  • Complete descriptions and usage patterns
该目录会自动更新,提供以下内容:
  • 按类别整理的所有可用CLI完整列表
  • 每个工具对应的单行
    cli-hub install
    命令
  • 完整的描述和使用模式

What Can You Do?

功能用途

CLI-Hub covers a broad range of software and codebases, empowering agents to conduct complex workflows via CLI:
  • Creative workflows: Image editing, 3D modeling, video production, audio processing, music notation
  • Productivity tools: Office suites, knowledge management, live streaming
  • AI platforms: Local LLMs, image generation, AI APIs, research assistants
  • Communication: Video conferencing and collaboration
  • Development: Diagramming, browser automation, network management
  • Content generation: AI-powered document and media creation
Each CLI provides stateful operations, JSON output for agents, REPL mode, and integrates with real software backends.
CLI-Hub涵盖广泛的软件和代码库,支持Agent通过CLI执行复杂工作流:
  • 创意工作流:图像编辑、3D建模、视频制作、音频处理、乐谱制作
  • 生产力工具:办公套件、知识管理、直播
  • AI平台:本地LLM、图像生成、AI API、研究助手
  • 沟通协作:视频会议与协作工具
  • 开发工具:图表绘制、浏览器自动化、网络管理
  • 内容生成:AI驱动的文档与媒体创作
每个CLI都支持状态化操作、面向Agent的JSON输出、REPL模式,并与真实软件后端集成。

How It Works

工作原理

cli-hub
is a lightweight wrapper around
pip
. When you run
cli-hub install gimp
, it installs a separate Python package (
cli-anything-gimp
) with its own CLI entry point (
cli-anything-gimp
). Each CLI is an independent pip package —
cli-hub
simply resolves names from the registry and tracks installs.
cli-hub
pip
的轻量级封装。当你运行
cli-hub install gimp
时,它会安装一个独立的Python包(
cli-anything-gimp
),该包拥有自己的CLI入口点(
cli-anything-gimp
)。每个CLI都是独立的pip包——
cli-hub
仅负责从注册表解析名称并跟踪安装情况。

How to Use

使用步骤

  1. Install cli-hub:
    pip install cli-anything-hub
  2. Find your tool:
    cli-hub search <keyword>
    or
    cli-hub list -c <category>
  3. Install:
    cli-hub install <name>
    (installs the
    cli-anything-<name>
    pip package)
  4. Run:
    cli-anything-<name>
    for REPL, or
    cli-anything-<name> <command>
    for one-shot
  5. JSON output: All CLIs support
    --json
    flag for machine-readable output
  1. 安装cli-hub
    pip install cli-anything-hub
  2. 查找工具
    cli-hub search <关键词>
    cli-hub list -c <类别>
  3. 安装工具
    cli-hub install <名称>
    (安装
    cli-anything-<名称>
    pip包)
  4. 运行工具:使用
    cli-anything-<名称>
    进入REPL模式,或使用
    cli-anything-<名称> <命令>
    执行单次操作
  5. JSON输出:所有CLI都支持
    --json
    参数,以生成机器可读的输出

Example Workflow

示例工作流

bash
undefined
bash
undefined

Install the hub

Install the hub

pip install cli-anything-hub
pip install cli-anything-hub

Find what you need

Find what you need

cli-hub search video
cli-hub search video

Install it

Install it

cli-hub install kdenlive
cli-hub install kdenlive

Use it with JSON output

Use it with JSON output

cli-anything-kdenlive --json project create --name my-project
undefined
cli-anything-kdenlive --json project create --name my-project
undefined

More Info

更多信息