AI Skill Hub 推荐使用:超级CLI 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
统一的CLI插件管理器,发现、安装和管理AI代理和开发者工具
超级CLI 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
统一的CLI插件管理器,发现、安装和管理AI代理和开发者工具
超级CLI 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g supercli # 方式二:npx 直接运行(无需安装) npx supercli --help # 方式三:项目依赖安装 npm install supercli # 方式四:从源码运行 git clone https://github.com/javimosch/supercli cd supercli npm install npm start
# 命令行使用
supercli --help
# 基本用法
supercli [options] <input>
# Node.js 代码中使用
const supercli = require('supercli');
const result = await supercli.run(options);
console.log(result);
# supercli 配置说明 # 查看配置选项 supercli --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export SUPERCLI_CONFIG="/path/to/config.yml"
<p align="center"> <img src="https://img.shields.io/npm/v/superacli" alt="npm"> <img src="https://img.shields.io/badge/release-2026--05--14-blue" alt="Latest Release"> <img src="https://img.shields.io/badge/license-MIT-green" alt="License"> <img src="https://img.shields.io/github/stars/javimosch/supercli?style=social" alt="Stars"> </p>
<p align="center"> <b>Zero install.</b> Run any CLI tool with <code>npx supercli</code>.<br> Works for humans. Works for AI agents. Everything returns JSON. </p>
<p align="center"> <a href="#-quick-start"><b>Quick Start →</b></a> | <a href="#-examples"><b>Examples →</b></a> | <a href="#-for-ai-agents"><b>For AI Agents →</b></a> </p>
<br>
---
The problem: Every CLI tool has different flags, different output formats, different install methods. You waste time learning syntax instead of getting work done. AI agents can't use most tools because output is unpredictable.
supercli fixes this. 3,300+ tools. One interface. JSON out. Zero guesswork.
---
supercli plugins update --check
npx supercli uuid self generate
curl -sL https://github.com/javimosch/supercli/releases/download/v0.1.0-zig/install.sh | bash
curl -sL https://github.com/javimosch/supercli/releases/download/v0.1.0-zig/sc-zig-linux-amd64 -o ~/.local/bin/sc-zig && chmod +x ~/.local/bin/sc-zig
sc-zig plugins install agentmemory-cli ```
Why agents prefer sc-zig: - ⚡ Single binary — No Node.js runtime, just curl + chmod - 🚀 Faster — Native performance, instant startup - 📦 Self-documenting — Bootstrap JSON includes workflow guidance - 🔧 Agent guidance — Suggests plugins update when catalog is empty - 🎯 Fixed arg parsing — Both --flag value and --flag=value work - 📍 Positional args — Correctly handles positional arguments
See AGENTS.md for complete agent instructions.
---
curl -sSL https://github.com/javimosch/supercli/releases/download/v0.1.0-zig/install.sh | bash
curl -sSL https://github.com/javimosch/supercli/releases/download/v0.1.0-zig/install.sh | bash -s -- --replace ```
Why Zig? - ✅ No Node.js startup overhead - ✅ Single static binary (250KB) - ✅ Reads same ~/.supercli/plugins/plugins.lock.json - ✅ Progressive adoption: co-exists with Node.js version - ✅ Easy revert: npm uninstall -g supercli && npm install -g supercli
npx supercli uuid self generate
npm install -g superacli supercli uuid self generate ```
Why Node.js? - ✅ Full feature parity (MCP, server, HTTP adapter) - ✅ Plugin installation from registry - ✅ Ecosystem integration
curl -sSL https://github.com/javimosch/supercli/releases/download/v0.1.0-zig/install.sh | bash
```bash
```bash
```
---
{ "version": "1.0", "command": "http.check.health", "duration_ms": 142, "data": { "status": "ok" } }
**Why agents love supercli:**
- 🔍 **Discoverable** — `supercli skills search "database"` returns machine-readable metadata
- 📦 **Deterministic** — Every tool accepts `--json`, `--silent` (no interactive prompts)
- 🚨 **Predictable errors** — Standard error codes: `82` (validation), `105` (integration), `110` (internal)
- 🔗 **Composable** — `supercli ask "check status and send alert"` chains tools automatically
- 📋 **Auditable** — Every call logs namespace, resource, action, inputs, outputs
bash
```bash
```bash
Both versions read the same plugin storage. Try the Zig version first:
```bash
| Category | Count | Examples |
|---|---|---|
| **System** | 450+ | curl, jq, git, tmux, htop, rsync |
| **Development** | 380+ | cargo, npm, go, rustc, gcc, make |
| **Databases** | 120+ | mysql, postgres, redis, mongodb, sqlite, cockroach |
| **Cloud** | 160+ | aws, gcloud, azure, kubectl, terraform, pulumi |
| **Security** | 200+ | nmap, gitleaks, trufflehog, openssl, git-crypt |
| **Network** | 180+ | ncat, tshark, mtr, socat, chisel, doggo |
| **Data** | 150+ | csvkit, xsv, miller, qsv, datamash |
| **Media** | 100+ | ffmpeg, sox, imagemagick, exiftool, gstreamer |
| **Testing** | 90+ | k6, vegeta, fortio, hey, siege, wrk2 |
| **Blockchain** | 30+ | foundry, cast, hardhat, truffle, solana |
| **Serverless** | 40+ | fission, openfaas, kn, serverless, chalice |
| **Web** | 80+ | wrangler, netlify, vercel, surge, heroku |
---
supercli skills search "deploy" --json supercli skills get aws.cfn.deploy --json supercli aws cfn deploy --stack my-stack --json ```
sc-zig plugins explore --name memory --json
Plugins are added daily — new tools, updated checksums, fresh metadata. Keep your local installation in sync:
```bash
supercli plugins update ```
Latest npm release: v1.15.0 (2026-05-14) — published [8 days ago]. New versions ship multiple times per week.
---
环境依赖与系统要求
安装步骤说明(含 Docker/pip/源码等部署方式)
配置说明(含 MCP / env / 关键参数)
API/接口说明
工作流 / 模块说明
FAQ 摘要
一个有潜力的AI工作流管理工具,值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,超级CLI 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | supercli |
| 原始描述 | 开源AI工作流:Unified CLI plugin manager for AI agents and developers - discover, install, and。⭐37 · JavaScript |
| Topics | cliagentsjavascriptworkflow |
| GitHub | https://github.com/javimosch/supercli |
| License | MIT |
| 语言 | JavaScript |
收录时间:2026-05-26 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端