平台接入指南
🔌 支持的平台
Section titled “🔌 支持的平台”CLI-Anything 可以接入到多种 AI 编程平台。以下是所有支持的平台及其接入方式:
⭐ 支持的平台列表
Section titled “⭐ 支持的平台列表”| 平台 | 支持方式 | 推荐度 | 加入时间 |
|---|---|---|---|
| Claude Code | 插件市场 | ⭐⭐⭐⭐⭐ | 官方支持 |
| Pi Coding Agent | 扩展 | ⭐⭐⭐⭐ | 2026 |
| OpenClaw | SKILL | ⭐⭐⭐⭐ | 2026-03-15 |
| OpenCode | 插件 | ⭐⭐⭐⭐ | 2026 |
| Codex | SKILL | ⭐⭐⭐⭐ | 2026-03-12 |
| Qodercli | 插件 | ⭐⭐⭐ | 社区贡献 |
| Cursor (Copilot CLI) | 终端 | ⭐⭐⭐ | 支持 |
🚀 各平台快速接入
Section titled “🚀 各平台快速接入”Claude Code(主要平台 - 推荐)
Section titled “Claude Code(主要平台 - 推荐)”# Step 1: 添加插件市场/plugin marketplace add HKUDS/CLI-Anything
# Step 2: 安装插件/plugin install cli-anything
# Step 3: 一句话生成 CLI/cli-anything gimp详细指南:Claude Code 接入指南
Pi Coding Agent(扩展方式)
Section titled “Pi Coding Agent(扩展方式)”# 克隆扩展git clone https://github.com/HKUDS/CLI-Anything.git ~/.pi/agent/extensions/cli-anything
# 安装bash ~/.pi/agent/extensions/cli-anything/install.sh
# 刷新/reload详细指南:Pi Coding Agent 接入指南
OpenClaw(SKILL 机制)
Section titled “OpenClaw(SKILL 机制)”# 安装 cli-hub-meta-skillnpx skills add HKUDS/CLI-Anything --skill cli-hub-meta-skill -g -y详细指南:OpenClaw 接入指南
OpenCode(插件方式)
Section titled “OpenCode(插件方式)”# 插件市场安装/plugin market install cli-anything详细指南:OpenCode 接入指南
Codex(SKILL 机制)
Section titled “Codex(SKILL 机制)”# 安装 cli-hub-meta-skillnpx skills add HKUDS/CLI-Anything --skill cli-hub-meta-skill -g -y详细指南:Codex 接入指南
Qodercli(插件方式)
Section titled “Qodercli(插件方式)”# 官方安装脚本bash scripts/qodercli-install.sh详细指南:Qodercli 接入指南
Cursor + GitHub Copilot CLI
Section titled “Cursor + GitHub Copilot CLI”# 通过终端调用@copilot 用 GIMP 处理图片...详细指南:Cursor 接入指南
📊 平台特性对比
Section titled “📊 平台特性对比”| 平台 | 自动发现 | STP 接口 | 批量处理 | 定时任务 |
|---|---|---|---|---|
| Claude Code | ✅ | ✅ | ✅ | ✅ |
| Pi | ✅ | ✅ | ✅ | ❌ |
| OpenClaw | ✅ | ✅ | ✅ | ✅ |
| OpenCode | ✅ | ✅ | ✅ | ❌ |
| Codex | ✅ | ✅ | ✅ | ❌ |
| Qodercli | ❌ | ✅ | ✅ | ❌ |
| Cursor | 部分 | ✅ | ✅ | ❌ |
🎯 如何选择平台?
Section titled “🎯 如何选择平台?”- Claude Code - 最简单的接入方式,一条命令完成所有配置
- OpenClaw - 完整的 SKILL 机制,支持定时任务和复杂工作流
- Qodercli - 最小化依赖,一个脚本快速上手
已有特定平台
Section titled “已有特定平台”- 根据你现有的 AI 编程工具,选择对应的接入方式
🔮 更多平台Coming Soon
Section titled “🔮 更多平台Coming Soon”CLI-Anything 社区正在积极适配更多平台:
- Visual Studio Code + Copilot
- JetBrains IDEs
- Zed
- Windsurf
- Continue (VS Code)
如果你希望我们支持某个特定平台,请在 GitHub 上提交 Issue!