cli-hub-meta-skill
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCLI-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 commands for each tool
pip install - Complete descriptions and usage patterns
Note: The file is served as but contains markdown formatting for easy parsing.
.txt该目录自动更新,提供以下内容:
- 按类别整理的所有可用CLI完整列表
- 每个工具对应的单行命令
pip install - 完整的功能描述与使用模式
注意:该文件以格式提供,但包含Markdown格式内容,便于解析。
.txtWhat 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
使用方法
- Read the catalog: Fetch (markdown format)
https://hkuds.github.io/CLI-Anything/SKILL.txt - Find your tool: Browse by category to discover the CLI you need
- Install: Use the provided command
pip install - Execute: All CLIs support flag for machine-readable output
--json
- 读取目录:拉取(Markdown格式)
https://hkuds.github.io/CLI-Anything/SKILL.txt - 查找工具:按类别浏览,找到你需要的CLI
- 安装:使用提供的命令安装
pip install - 执行:所有CLI都支持参数,可输出机器可读格式的内容
--json
Example Workflow
示例工作流
bash
undefinedbash
undefinedFetch 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]
undefinedcli-anything-<software> --json <command> [options]
undefined