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原生命令行界面的市场,可让AI Agent轻松访问专业软件。

Live Catalog

实时目录

The catalog is auto-updated and provides:
  • Full list of available CLIs organized by category
  • One-line
    pip install
    commands for each tool
  • Complete descriptions and usage patterns
Note: The file is served as
.txt
but contains markdown formatting for easy parsing.
该目录自动更新,提供以下内容:
  • 按类别整理的所有可用CLI完整列表
  • 每个工具对应的单行
    pip install
    命令
  • 完整的功能描述与使用模式
注意:该文件以
.txt
格式提供,但包含Markdown格式内容,便于解析。

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 to Use

使用方法

  1. Read the catalog: Fetch
    https://hkuds.github.io/CLI-Anything/SKILL.txt
    (markdown format)
  2. Find your tool: Browse by category to discover the CLI you need
  3. Install: Use the provided
    pip install
    command
  4. Execute: All CLIs support
    --json
    flag for machine-readable output
  1. 读取目录:拉取
    https://hkuds.github.io/CLI-Anything/SKILL.txt
    (Markdown格式)
  2. 查找工具:按类别浏览,找到你需要的CLI
  3. 安装:使用提供的
    pip install
    命令安装
  4. 执行:所有CLI都支持
    --json
    参数,可输出机器可读格式的内容

Example Workflow

示例工作流

bash
undefined
bash
undefined

Fetch the catalog to find available tools

拉取目录查找可用工具

Install the CLI you need

安装你需要的CLI

pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=<software>/agent-harness
pip install git+https://github.com/HKUDS/CLI-Anything.git#subdirectory=<software>/agent-harness

Use it with JSON output

配合JSON输出使用

cli-anything-<software> --json <command> [options]
undefined
cli-anything-<software> --json <command> [options]
undefined

More Info

更多信息