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原生命令行界面(CLI)的市场,让AI Agent能够使用专业软件。
Quick Start
快速开始
bash
undefinedbash
undefinedInstall 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
undefinedcli-hub info gimp
undefinedLive Catalog
实时目录
The catalog is auto-updated and provides:
- Full list of available CLIs organized by category
- One-line commands for each tool
cli-hub install - 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-hubpipcli-hub install gimpcli-anything-gimpcli-anything-gimpcli-hubcli-hubpipcli-hub install gimpcli-anything-gimpcli-anything-gimpcli-hubHow to Use
使用步骤
- Install cli-hub:
pip install cli-anything-hub - Find your tool: or
cli-hub search <keyword>cli-hub list -c <category> - Install: (installs the
cli-hub install <name>pip package)cli-anything-<name> - Run: for REPL, or
cli-anything-<name>for one-shotcli-anything-<name> <command> - JSON output: All CLIs support flag for machine-readable output
--json
- 安装cli-hub:
pip install cli-anything-hub - 查找工具:或
cli-hub search <关键词>cli-hub list -c <类别> - 安装工具:(安装
cli-hub install <名称>pip包)cli-anything-<名称> - 运行工具:使用进入REPL模式,或使用
cli-anything-<名称>执行单次操作cli-anything-<名称> <命令> - JSON输出:所有CLI都支持参数,以生成机器可读的输出
--json
Example Workflow
示例工作流
bash
undefinedbash
undefinedInstall 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
undefinedcli-anything-kdenlive --json project create --name my-project
undefinedMore Info
更多信息
- Live Catalog: https://reeceyang.sgp1.cdn.digitaloceanspaces.com/SKILL.md
- Web Hub: https://clianything.cc
- Repository: https://github.com/HKUDS/CLI-Anything