乐于分享
好东西不私藏

AI/Agent 原生 CLI 工具全景图

AI/Agent 原生 CLI 工具全景图

AI/Agent 原生 CLI 工具全景图

2026年4月 | 全面覆盖 AI 原生与传统 CLI 工具生态

目录

  • 前言:CLI 工具的 AI 革命
  • 第一部分:AI/Agent 原生 CLI 工具
    • 1.1 AI 编程助手类
    • 1.2 Agent 框架与编排类
    • 1.3 Harness 基础框架类 ⭐ 新增
    • 1.4 LLM 运行与推理类
    • 1.5 MCP 协议与工具链
    • 1.6 RAG 与知识管理类
    • 1.7 AI 终端与交互类
    • 1.8 Agent 技能与扩展类
  • 第二部分:传统流行 CLI 工具
    • 2.1 开发工具类
    • 2.2 系统工具类
    • 2.3 DevOps 与运维类
    • 2.4 生产力工具类
    • 2.5 网络工具类
  • 第三部分:按场景分类的 CLI 工具推荐
  • 附录:CLI 工具开发框架

前言:CLI 工具的 AI 革命

命令行界面(CLI)工具正在经历一场前所未有的变革。传统的 CLI 工具专注于特定功能的自动化和效率提升,而新一代 AI/Agent 原生 CLI 工具则将大语言模型(LLM)、智能代理(Agent)和自然语言处理能力集成到命令行环境中,开创了”AI-First”的交互范式。

AI/Agent 原生 CLI 的核心特征

  1. 自然语言交互:用自然语言描述需求,AI 理解并执行
  2. 智能代理协作:多 Agent 协作完成复杂任务
  3. 上下文感知:理解项目结构、代码上下文和用户意图
  4. 自主决策能力:能够在授权范围内自主规划和执行
  5. 工具调用能力:通过 MCP(Model Context Protocol)等协议调用外部工具
  6. 持续学习:通过记忆系统和反馈机制不断优化

CLI 工具演进时间线

传统 CLI (1980s-2020)    ↓脚本化 CLI (2010-2020)    ↓AI 辅助 CLI (2022-2024)    ↓Agent 原生 CLI (2024-2025) ← 当前阶段    ↓AGI 操作系统 CLI (2026+)

第一部分:AI/Agent 原生 CLI 工具

1.1 AI 编程助手类

🏆 Claude Code (Anthropic 官方)

  • GitHub: https://github.com/anthropics/claude-code (113,383+ stars)
  • 星标: 113,383+ (开源版本)
  • 语言: TypeScript
  • 简介: Anthropic 官方推出的 AI 原生编程 CLI 工具,基于 Claude Sonnet 4.6/Opus 4.6 模型
  • 核心特性:
    • 智能代码补全与生成
    • 多文件理解与编辑
    • 内置安全审查机制
    • 支持自定义 Skills 和 Hooks
    • 项目级上下文管理
    • Git 集成工作流
  • 适用场景: 日常编程、代码重构、Bug 修复、功能开发
  • 安装npm install -g @anthropic-ai/claude-code
  • 备注: 开源版本与官方产品可能存在差异

🥈 Aider – AI Pair Programming

  • GitHub: https://github.com/Aider-AI/aider
  • 星标: 43,260+
  • 语言: Python
  • 简介: 终端内的 AI 结对编程助手,支持多种 LLM 后端
  • 核心特性:
    • 自动代码应用与 Git 提交
    • 多文件并发编辑
    • 支持 GPT-4、Claude、LocalAI 等
    • 代码审查与测试生成
    • /add/drop/run 等交互式命令
  • 适用场景: 自动化重构、测试驱动开发、代码审查
  • 安装pip install aider-chat

🥉 Codex CLI (OpenAI)

  • GitHub: https://github.com/openai/codex
  • 星标: N/A (官方产品,活跃维护)
  • 语言: Rust
  • 简介: OpenAI 推出的轻量级编码 Agent,在终端本地运行
  • 核心特性:
    • 终端原生操作
    • 本地执行
    • Git 和 GitHub CLI 集成
    • 审批模式确保安全
    • 支持本地文件夹和仓库
    • 多模型支持(GPT-4、GPT-5 等)
  • 适用场景: 本地 AI 编程助手、Git 工作流、代码审查
  • 安装: 访问 https://github.com/openai/codex 获取安装指南
  • 版本: v26.312+ (2026年3月更新)
  • 生态:
    • 150+ 生态工具(子代理、技能、插件、MCP 服务器)
    • CodexBar (10,606+ stars) – 使用统计工具
    • openai-codex-mcp (53+ stars) – MCP 服务器
  • 备注: 也可作为 VS Code、Cursor、Windsurf 的插件使用

⭐ Gemini CLI (Google)

  • GitHub: https://github.com/google-gemini/gemini-cli
  • 星标: 101,113+
  • 语言: TypeScript
  • 简介: Google Gemini 官方开源 AI Agent,直接在终端中使用 Gemini
  • 核心特性:
    • 轻量级访问 Gemini
    • 代码编写、调试、理解
    • 多模态支持(文本、图像、代码)
    • MCP 协议支持
    • IDE 集成(VS Code、Cursor 等)
  • 适用场景: Google 生态开发者、多模态 AI 应用
  • 官方文档: https://developers.google.com/gemini-code-assist/docs/gemini-cli
  • 生态:
    • 参与 Google Summer of Code 2026
    • 扩展市场:geminicli.com/extensions
    • Google Apps Script 集成

⭐ OpenCode CLI

  • GitHub: https://github.com/code-yeongyu/oh-my-openagent
  • 星标: 51,196+
  • 简介: 开源 Agent Harness,支持 Claude、Gemini、LocalAI
  • 核心特性:
    • 多 AI 模型切换
    • Agent 技能市场
    • 团队协作功能
  • 适用场景: 开源爱好者、多模型对比测试

⭐ OpenClaw 🔥 超级爆款

  • GitHub: https://github.com/openclaw/openclaw
  • 星标: 356,347+
  • 语言: Go
  • 简介: 你自己的个人 AI 助手。任意 OS。任意平台。龙虾方式 🦞
  • 核心特性:
    • 跨平台支持(Windows、macOS、Linux)
    • 本地优先
    • 插件系统
    • 5,400+ 技能库
  • 适用场景: 个人 AI 助手、本地部署、隐私保护
  • 生态:
    • awesome-openclaw-skills (45,858+ stars) – 技能集合
    • awesome-openclaw-usecases (29,498+ stars) – 用例集合
    • clawhub (7,938+ stars) – 技能目录
    • openclaw-china (3,803+ stars) – 中国插件(飞书、钉钉、QQ、企微、微信)
    • NemoClaw (19,131+ stars) – NVIDIA 安全运行
    • moltworker (9,824+ stars) – Cloudflare Workers 版本
  • 官网: https://openclaw.dev/

⭐ Cursor IDE ⭐ 头部产品

  • 官网: https://cursor.com
  • GitHub: https://github.com/cursor/cursor
  • 星标: N/A (私有仓库,但用户量巨大)
  • 语言: TypeScript
  • 简介: AI 代码编辑器和编码 Agent —— 2026 年最热门的 AI IDE
  • 核心特性:
    • AI 原生设计
    • 多模型支持
    • 代码补全与生成
    • Chat 模式
    • Composer 多文件编辑
  • 适用场景: 日常编程、团队协作、AI 辅助开发
  • 安装: https://cursor.com/download
  • 社区资源:
    • cursor-ai-downloads – 各版本下载链接
    • oslook/cursor-ai-downloads (317+ stars)
    • awesome-cursorrules – Cursor 配置集合

⭐ Pi CLI

  • GitHub: https://github.com/badlogic/pi-skills
  • 星标: 1,197+ (主技能库)
  • 简介: 轻量级 AI 编程助手,专注于快速任务完成
  • 核心特性:
    • 极简配置
    • 本地模型支持
    • 快速响应
  • 生态:
    • pi-skills (1,197+ stars) – 主技能库
    • awesome-pi-agent (489+ stars) – 精选资源列表
    • pi-messenger (473+ stars) – 多 Agent 通信扩展
    • pi-mcp-adapter (357+ stars) – MCP 适配器
  • 兼容: Claude Code、Codex CLI

⭐ Goose

  • GitHub: https://github.com/aaif-goose/goose
  • 星标: 41,690+
  • 语言: Python
  • 简介: 开源可扩展 AI Agent,超越代码建议
  • 核心特性:
    • 安装、执行、编辑、测试全流程
    • 支持任意 LLM
    • 高度可定制
  • 适用场景: 全栈开发、自动化测试、DevOps

⭐ Cline ⭐ 爆款工具

  • GitHub: https://github.com/cline/cline
  • 星标: 60,221+
  • 语言: TypeScript
  • 简介: 自主编码 Agent,直接在你的 IDE 中工作
  • 核心特性:
    • 创建/编辑文件
    • 执行命令
    • 浏览器操作
    • 每步都需授权
    • VSCode 深度集成
  • 适用场景: VSCode 用户、自主编码、AI Agent 开发
  • 安装: VSCode 插件市场搜索 “Cline”
  • 生态:
    • prompts (1,131+ stars) – Cline 社区提示库
    • cline-prompts (1031+ stars) – 精选 AI 提示
    • 9router (2,385+ stars) – 连接所有 AI 工具
  • 官网: https://cline.so

⭐ Roo Code ⭐ 爆款工具

  • GitHub: https://github.com/RooCodeInc/Roo-Code
  • 星标: 23,098+
  • 语言: TypeScript
  • 简介: 全功能 AI 编程 Agent,给你一整个 AI 开发团队
  • 核心特性:
    • 自主任务规划
    • 测试生成与执行
    • 文档自动更新
    • VSCode 深度集成
  • 适用场景: VSCode 用户、团队协作编程
  • 安装: VSCode 插件市场搜索 “Roo Code”
  • 生态:
    • roo-code-memory-bank (1,665+ stars) – 记忆系统
    • RooFlow (1,129+ stars) – 增强型记忆系统
    • DevDocs (2,059+ stars) – 技术文档 MCP
  • 官网: https://roocode.io/

⭐ Antigravity

  • GitHub: https://github.com/sickn33/antigravity-awesome-skills
  • 星标: 32,665+
  • 简介: Agent 技能库与运行时
  • 核心特性:
    • 1,400+ 即用型技能
    • 跨平台支持
    • 技能组合工作流

🔥 Hermes Agent (NousResearch) ⭐ 新星爆款

  • GitHub: https://github.com/NousResearch/hermes-agent
  • 星标: 75,432+
  • 语言: Python
  • 简介: 与你共同成长的 Agent —— 新一代自适应 AI 编程助手
  • 核心特性:
    • 自我进化与学习能力
    • 技能动态优化
    • 长期记忆系统
    • 多模型支持
    • 46+ 原生技能
  • 适用场景: 自适应编程助手、个人 AI 搭档、持续学习
  • 安装pip install hermes-agent
  • 生态:
    • awesome-hermes-agent (1,207+ stars)
    • hermes-webui (1,704+ stars)
    • hermes-workspace (1,266+ stars)

🔥 OpenCLI ⭐ 爆款工具

  • GitHub: https://github.com/jackwener/OpenCLI
  • 星标: 15,444+
  • 语言: Rust
  • 简介: 让任何网站和工具成为你的 CLI —— 通用 CLI Hub 和 AI 原生运行时
  • 核心特性:
    • 将任何网站、Electron 应用或本地二进制文件转换为标准化 CLI
    • AGENT.md 统一集成
    • AI Agent 无缝发现、学习和执行工具
    • 跨平台支持
  • 适用场景: Web 自动化、API 调用、工作流集成
  • 生态技能:
    • qiaomu-opencli-skills (804+ stars) – 社交/内容网站采集

🔥 CLI-Anything ⭐ 爆款工具

  • GitHub: https://github.com/HKUDS/CLI-Anything
  • 星标: 30,483+
  • 语言: Python
  • 简介: 让所有软件成为 Agent 原生 —— 生产级 CLI 自动生成
  • 核心特性:
    • 为任何 Web 应用自动生成 CLI
    • 17+ CLIs 持续增长中
    • AI Agent 发现与执行
    • 统一接口标准
  • 适用场景: Web 应用 CLI 化、API 集成、Agent 工具链
  • 官网: https://clianything.cc/

1.2 Agent 框架与编排类

🏆 AutoGPT

  • GitHub: https://github.com/Significant-Gravitas/AutoGPT
  • 星标: 183,382+
  • 语言: Python
  • 简介: 自主 AI Agent 框架的先驱
  • 核心特性:
    • 自主任务规划与执行
    • 互联网访问能力
    • 文件操作与代码执行
    • 长期记忆系统
  • 适用场景: 自动化研究、内容创作、复杂任务自动化
  • 安装pip install auto-gpt

🥈 LangChain

  • GitHub: https://github.com/langchain-ai/langchain
  • 星标: 133,412+
  • 语言: Python/TypeScript
  • 简介: Agent 工程平台,构建 LLM 应用的工业标准
  • 核心特性:
    • Chain、Agent、Memory 三大核心
    • 100+ 集成工具
    • LangSmith 可观测性平台
    • LangServe 部署服务
  • 适用场景: 企业级 AI 应用、RAG 系统、Agent 编排
  • 安装pip install langchain

🥉 MetaGPT

  • GitHub: https://github.com/FoundationAgents/MetaGPT
  • 星标: 67,009+
  • 语言: Python
  • 简介: 多 Agent 框架,模拟软件公司角色分工
  • 核心特性:
    • 产品经理 → 架构师 → 工程师 → 测试员
    • 自动生成完整项目
    • SOP(标准作业程序)驱动
  • 适用场景: 软件项目自动化、团队协作模拟
  • 安装pip install metagpt

⭐ Dify

  • GitHub: https://github.com/langgenius/dify
  • 星标: 137,567+
  • 语言: Python
  • 简介: 生产级 Agent 工作流开发平台
  • 核心特性:
    • 可视化工作流编排
    • RAG 引擎内置
    • 多模型支持
    • 企业级部署方案
  • 适用场景: 企业 AI 应用平台、知识库问答、客服机器人
  • 部署: Docker Compose 一键部署

⭐ Deer Flow (ByteDance)

  • GitHub: https://github.com/bytedance/deer-flow
  • 星标: 61,052+
  • 语言: Python
  • 简介: 字节跳动开源的长程 SuperAgent Harness
  • 核心特性:
    • 研究代码创建一体化
    • 沙箱、记忆、技能、子代理
    • 消息网关架构
  • 适用场景: 复杂长程任务、研究型项目

⭐ OpenHands

  • GitHub: https://github.com/OpenHands/OpenHands
  • 星标: 71,113+
  • 语言: Python
  • 简介: AI 驱动的软件开发(前身为 OpenDevin)
  • 核心特性:
    • 自主代码生成与修复
    • 环境自主管理
    • Issue 自动解决
  • 适用场景: 自动化编程、Bug 修复、开源贡献

⭐ LobeHub

  • GitHub: https://github.com/lobehub/lobehub
  • 星标: 75,127+
  • 语言: TypeScript
  • 简介: 终极工作与生活空间,AI Agent 团队协作平台
  • 核心特性:
    • 多 Agent 协作
    • Agent 团队设计
    • 以 Agent 为工作单元
  • 适用场景: 个人 AI 团队、企业协作平台

⭐ AgentScope

  • GitHub: https://github.com/agentscope-ai/agentscope
  • 星标: 23,534+
  • 语言: Python
  • 简介: 构建可看、可理解、可信任的 Agent
  • 核心特性:
    • 可视化 Agent 执行
    • 可解释性
    • 安全可控

⭐ Huginn

  • GitHub: https://github.com/huginn/huginn
  • 星标: 49,087+
  • 语言: Ruby
  • 简介: 为你监控和行动的 Agent 系统
  • 核心特性:
    • 自动化任务编排
    • 数据采集与处理
    • Webhook 集成
  • 适用场景: 个人自动化、监控告警、数据聚合

⭐ Mastra

  • GitHub: https://github.com/mastra-ai/mastra
  • 星标: 22,948+
  • 语言: TypeScript
  • 简介: Gatsby 团队打造的 AI 应用框架
  • 核心特性:
    • 现代 TypeScript 技术栈
    • 全栈 AI 应用开发
    • 类型安全

1.3 Harness 基础框架类 ⭐ 新增分类

🏆 Water

  • GitHub: https://github.com/manthanguptaa/water
  • 星标: 277+
  • 语言: Python
  • 简介: 生产就绪的 Python Agent Harness 框架
  • 核心特性:
    • 生产级架构
    • 可扩展设计
    • 完整的 Agent 生命周期管理

🥈 Gambit

  • GitHub: https://github.com/bolt-foundry/gambit
  • 星标: 228+
  • 语言: Python
  • 简介: 构建、运行和验证 LLM 工作流的 Agent Harness 框架
  • 核心特性:
    • 工作流编排
    • 验证机制
    • 可视化界面

🥉 Autono

  • GitHub: https://github.com/vortezwohl/Autono
  • 星标: 208+
  • 语言: Python
  • 简介: 基于 ReAct 的高度鲁棒自主 Agent (Harness) 框架
  • 核心特性:
    • ReAct 模式
    • 高鲁棒性
    • 自主决策

1.4 LLM 运行与推理类

🏆 Ollama

  • GitHub: https://github.com/ollama/ollama
  • 星标: 168,826+
  • 语言: Go
  • 简介: 本地运行大模型的最简单方式
  • 核心特性:
    • 支持 Llama、Qwen、Mistral 等 100+ 模型
    • 一行命令运行模型
    • REST API 服务
    • 跨平台支持
  • 适用场景: 本地 LLM 部署、离线开发、隐私保护
  • 安装curl -fsSL https://ollama.com/install.sh | sh

🥈 vLLM

  • GitHub: https://github.com/vllm-project/vllm
  • 星标: 76,403+
  • 语言: Python
  • 简介: 高吞吐量、内存高效的 LLM 推理引擎
  • 核心特性:
    • PagedAttention 技术
    • 连续批处理
    • 生产级性能
  • 适用场景: 生产环境 LLM 服务、高并发推理
  • 安装pip install vllm

🥉 LocalAI

  • GitHub: https://github.com/mudler/LocalAI
  • 星标: 45,349+
  • 语言: Go
  • 简介: 开源 AI 引擎,在任意硬件上运行任意模型
  • 核心特性:
    • OpenAI API 兼容
    • 无需 GPU
    • 支持 LLM、视觉、语音、图像、视频
  • 适用场景: 本地 AI 服务、边缘计算、离线部署

⭐ Jan

  • GitHub: https://github.com/janhq/jan
  • 星标: 41,736+
  • 语言: TypeScript/Go
  • 简介: ChatGPT 的开源替代品,100% 离线运行
  • 核心特性:
    • 跨平台桌面应用
    • 本地模型推理
    • 隐私优先

⭐ Unsloth

  • GitHub: https://github.com/unslothai/unsloth
  • 星标: 61,335+
  • 语言: Python
  • 简介: 本地运行和训练开源模型的 Web UI
  • 核心特性:
    • 支持 Gemma、Qwen、DeepSeek 等
    • 微调与推理一体化
    • 显存优化

⭐ LlamaFactory

  • GitHub: https://github.com/hiyouga/LlamaFactory
  • 星标: 70,031+
  • 语言: Python
  • 简介: 统一高效的 100+ LLM/VLM 微调框架
  • 核心特性:
    • ACL 2024 收录
    • 多种微调方法
    • 可视化训练界面

1.5 MCP 协议与工具链

🏆 Model Context Protocol (MCP) 官方

  • GitHub: https://github.com/modelcontextprotocol
  • 简介: Anthropic 推出的 AI Agent 工具调用标准协议
  • 核心价值:
    • 标准化工具调用接口
    • 安全的沙箱执行
    • 跨平台互操作性

⭐ GitHub MCP Server (官方)

  • GitHub: https://github.com/github/github-mcp-server
  • 星标: 28,817+
  • 简介: GitHub 官方 MCP 服务器
  • 核心特性:
    • 仓库操作
    • Issue 与 PR 管理
    • Actions 集成
  • 适用场景: Claude Code、Cursor 等 AI IDE 集成 GitHub

⭐ Chrome DevTools MCP

  • GitHub: https://github.com/ChromeDevTools/chrome-devtools-mcp
  • 星标: 34,731+
  • 简介: 为 AI Agent 提供浏览器 DevTools 能力
  • 核心特性:
    • 实时日志监控
    • 网络请求拦截
    • 性能分析

⭐ Playwright MCP (Microsoft)

  • GitHub: https://github.com/microsoft/playwright-mcp
  • 星标: 30,744+
  • 简介: 微软官方 Playwright MCP 服务器
  • 核心特性:
    • 浏览器自动化
    • 多浏览器支持
    • 页面交互与截图

⭐ Git MCP

  • GitHub: https://github.com/idosal/git-mcp
  • 星标: 7,909+
  • 简介: 终结代码幻觉!为 AI Agent 提供准确的 Git 上下文
  • 核心特性:
    • 任意 GitHub 项目
    • 免费、开源
    • 远程 MCP 服务器
  • 适用场景: 代码上下文理解、跨项目分析

⭐ Unity MCP

  • GitHub: https://github.com/IvanMurzak/Unity-MCP
  • 星标: 2,107+
  • 简介: Unity Engine AI Skills、MCP Tools 和 CLI
  • 核心特性:
    • 全 AI 开发测试循环
    • CLI 快速设置
    • 高效 Token 使用
    • 单行代码将 C# 方法转为工具
  • 适用场景: Unity 游戏开发、AI 辅助编程

⭐ FastAPI MCP

  • GitHub: https://github.com/tadata-org/fastapi_mcp
  • 星标: 11,795+
  • 简介: 将 FastAPI 端点暴露为 MCP 工具,带认证!
  • 核心特性:
    • 自动 API 发现
    • 认证集成
    • 类型安全

⭐ DBHub

  • GitHub: https://github.com/bytebase/dbhub
  • 星标: 2,561+
  • 简介: 零依赖、Token 高效的数据库 MCP 服务器
  • 支持: Postgres、MySQL、SQL Server、MariaDB、SQLite

⭐ awesome-mcp-servers

  • GitHub: https://github.com/punkpeye/awesome-mcp-servers
  • 星标: 84,709+
  • 简介: MCP 服务器集合
  • 收录: 400+ MCP 服务器资源

⭐ fastmcp

  • GitHub: https://github.com/PrefectHQ/fastmcp
  • 星标: 24,502+
  • 简介: 快速构建 MCP 服务器和客户端的 Pythonic 方式
  • 核心特性:
    • 简洁的 API
    • 自动文档生成
    • 类型提示

⭐ Composio

  • GitHub: https://github.com/ComposioHQ/composio
  • 星标: 27,765+
  • 简介: 为 AI Agent 提供 1000+ 工具包
  • 核心特性:
    • 工具搜索
    • 上下文管理
    • 认证管理
    • 沙箱工作台

⭐ Claude Plugins Official

  • GitHub: https://github.com/anthropics/claude-plugins-official
  • 星标: 16,833+
  • 简介: Anthropic 官方管理的高质量 Claude Code 插件目录

1.6 RAG 与知识管理类

🏆 LlamaIndex

  • GitHub: https://github.com/run-llama/llama_index
  • 星标: 48,553+
  • 语言: Python
  • 简介: 领先的文档 Agent 和 OCR 平台
  • 核心特性:
    • 200+ 数据加载器
    • 高级索引策略
    • 查询引擎
    • Agent 集成

🥈 RAGFlow

  • GitHub: https://github.com/infiniflow/ragflow
  • 星标: 77,914+
  • 语言: Python
  • 简介: 融合 RAG 与 Agent 能力的领先引擎
  • 核心特性:
    • 深度文档理解
    • 可视化知识管理
    • 多模型支持
    • 企业级部署

🥉 Quivr

  • GitHub: https://github.com/QuivrHQ/quivr
  • 星标: 39,098+
  • 语言: Python
  • 简介: 将 GenAI 集成到应用中的固执己见 RAG
  • 核心特性:
    • 专注产品而非 RAG
    • 易集成现有产品
    • 任意 LLM:GPT-4、Groq、Llama
    • 任意向量数据库

⭐ Context7

  • GitHub: https://github.com/upstash/context7
  • 星标: 52,525+
  • 简介: LLM 和 AI 代码编辑器的最新代码文档平台
  • 核心特性:
    • 实时代码文档
    • 上下文感知
    • 多编辑器支持

⭐ mem0

  • GitHub: https://github.com/mem0ai/mem0
  • 星标: 52,892+
  • 语言: Python
  • 简介: AI Agent 的通用记忆层
  • 核心特性:
    • 长期记忆
    • 记忆检索
    • 上下文注入

⭐ GraphRAG (Microsoft)

  • GitHub: https://github.com/microsoft/graphrag
  • 星标: 32,194+
  • 简介: 基于图的模块化 RAG 系统
  • 核心特性:
    • 知识图谱构建
    • 社区检测
    • 全局与局部查询

⭐ LightRAG

  • GitHub: https://github.com/HKUDS/LightRAG
  • 星标: 33,096+
  • 语言: Python
  • 简介: 简单快速的检索增强生成(EMNLP 2025)
  • 核心特性:
    • 轻量级部署
    • 快速检索
    • 易于集成

⭐ Khoj

  • GitHub: https://github.com/khoj-ai/khoj
  • 星标: 34,053+
  • 语言: Python
  • 简介: 你的 AI 第二大脑,可自托管
  • 核心特性:
    • 从网络或文档获取答案
    • 构建自定义 Agent
    • 调度自动化
    • 深度研究
  • 适用场景: 个人知识管理、研究助手

1.7 AI 终端与交互类

🏆 ** Warp.dev**

  • 官网: https://warp.dev
  • GitHub: (私有)
  • 星标: N/A
  • 语言: Rust
  • 简介: AI 原生终端,重新定义命令行体验
  • 核心特性:
    • 自然语言命令生成
    • 智能命令补全
    • 协作功能
    • 块状输出
  • 适用场景: 日常终端使用、团队协作

🥈 aichat

  • GitHub: https://github.com/sigoden/aichat
  • 星标: 9,819+
  • 语言: Rust
  • 简介: 一体化 LLM CLI 工具
  • 核心特性:
    • Shell 助手
    • Chat-REPL
    • RAG
    • AI 工具与 Agent
    • 支持 OpenAI、Claude、Gemini、Ollama、Groq 等
  • 适用场景: 终端内 AI 对话、任务自动化

🥉 Toad

  • GitHub: https://github.com/batrachianai/toad
  • 星标: 2,851+
  • 简介: 终端中 AI 的统一接口
  • 核心特性:
    • 多模型支持
    • 工具调用
    • 会话管理

⭐ Chaterm

  • GitHub: https://github.com/chaterm/Chaterm
  • 星标: 2,865+
  • 简介: 开源 AI 终端,用于云和基础设施管理
  • 核心特性:
    • 自然语言部署服务
    • 智能故障排查
    • 自动化

⭐ Code2Prompt

  • GitHub: https://github.com/mufeedvh/code2prompt
  • 星标: 7,280+
  • 语言: Python
  • 简介: 将代码库转换为单个 LLM 提示的 CLI 工具
  • 核心特性:
    • 源代码树
    • 提示模板
    • Token 计数

⭐ Repomix

  • GitHub: https://github.com/yamadashy/repomix
  • 星标: 23,460+
  • 语言: TypeScript
  • 简介: 将整个仓库打包为单个 AI 友好文件
  • 核心特性:
    • 完美打包代码库
    • 适用于 Claude、ChatGPT、DeepSeek 等
    • 智能忽略

⭐ Yek

  • GitHub: https://github.com/mohsen1/yek
  • 星标: 2,443+
  • 语言: Rust
  • 简介: 基于 Rust 的快速工具,将仓库或目录中的基于文本的文件序列化为 LLM 消费格式

1.8 Agent 技能与扩展类

🏆 awesome-claude-skills

  • GitHub: https://github.com/ComposioHQ/awesome-claude-skills
  • 星标: 53,461+
  • 简介: 精选的 Claude Skills、资源和工具列表
  • 收录: 500+ 技能和工具

🥈 everything-claude-code

  • GitHub: https://github.com/affaan-m/everything-claude-code
  • 星标: 153,860+
  • 简介: Agent harness 性能优化系统
  • 核心内容:
    • Skills、instincts、memory
    • 安全与研究优先开发
    • 支持 Claude Code、Codex、Opencode、Cursor

🥉 agent-skills (Addy Osmani)

  • GitHub: https://github.com/addyosmani/agent-skills
  • 星标: 14,596+
  • 作者: Addy Osmani (Google Cloud AI Director,前 Chrome 工程负责人)
  • 简介: 生产级工程技能,用于 AI 编程 Agent
  • 核心内容:
    • 19 个预构建工程技能
    • 7 个斜杠命令
    • 编码工作流、质量门控、最佳实践
  • 兼容性: 适用于任何接受 Markdown 指令的 AI 编程 Agent(Claude Code、Cursor、Codex CLI、Gemini CLI 等)
  • 适用场景: 将 AI Agent 提升到高级开发者水平
  • 备注: Addy Osmani 的个人项目,非 Google 官方产品

⭐ antigravity-awesome-skills

  • GitHub: https://github.com/sickn33/antigravity-awesome-skills
  • 星标: 32,631+
  • 简介: 1,400+ Agent 技能的可安装 GitHub 库
  • 核心特性:
    • 安装器 CLI
    • 技能包
    • 工作流
    • 官方/社区技能集合

⭐ Refly

  • GitHub: https://github.com/refly-ai/refly
  • 星标: 7,209+
  • 简介: 首个开源 Agent 技能构建器
  • 核心特性:
    • 通过 vibe workflow 定义技能
    • 在 Claude Code、Cursor、Codex 上运行
    • 技能即基础设施

⭐ Agent-Reach

  • GitHub: https://github.com/Panniantong/Agent-Reach
  • 星标: 17,231+
  • 简介: 给 AI Agent 眼睛看整个互联网
  • 核心特性:
    • 读取搜索 Twitter、Reddit、YouTube、GitHub、Bilibili、小红书
    • 一个 CLI
    • 零 API 费用

⭐ 9router

  • GitHub: https://github.com/decolua/9router
  • 星标: 2,375+
  • 简介: 连接所有 AI 代码工具到 40+ AI 提供商和 100+ 模型
  • 支持工具: Claude Code、Cursor、Antigravity、Copilot、Codex、Gemini、OpenCode、Cline、OpenClaw 等

⭐ cc-switch

  • GitHub: https://github.com/farion1231/cc-switch
  • 星标: 43,968+
  • 简介: Claude Code、Codex、OpenCode、Gemini CLI 的跨平台桌面一体化助手
  • 核心特性:
    • 一键切换 AI 工具
    • 配额管理
    • 多账号支持

⭐ cockpit-tools

  • GitHub: https://github.com/jlcodes99/cockpit-tools
  • 星标: 4,326+
  • 简介: 通用 AI IDE 账号管理工具
  • 支持: Antigravity、Codex、GitHub Copilot、Windsurf、Kiro、Cursor、Gemini-cli、CodeBuddy
  • 特性:
    • 多账号切换
    • 配额监控
    • 自动唤醒
    • 多开实例管理

⭐ Lark/Feishu CLI (字节跳动官方) ⭐ 企业级

  • GitHub: https://github.com/larksuite/cli
  • 星标: 7,620+
  • 语言: Go
  • 简介: 飞书/Lark 官方 CLI 工具,为人类和 AI Agents 构建
  • 核心特性:
    • 覆盖飞书全业务场景(IM、文档、Base、表格、日历、邮件、任务、会议等)
    • 200+ 命令
    • 19 个 AI Agent Skills
    • 为 AI Agent 深度优化
  • 适用场景: 企业自动化、飞书集成、AI Agent 工具调用
  • 安装brew install larksuite/cli

⭐ Windsurf Cascade CLI

  • GitHub: https://github.com/staronelabs/windsurf-cli
  • 星标: 新
  • 语言: Rust
  • 简介: 从终端控制 Windsurf 的 Cascade AI
  • 核心特性:
    • 终端内 AI 交互
    • 文件操作
    • 代码生成
  • 适用场景: Windsurf IDE 用户、终端 AI 编程

⭐ ccmanager

  • GitHub: https://github.com/kbwo/ccmanager
  • 星标: 1,006+
  • 语言: Python
  • 简介: 编码 Agent 会话管理器
  • 支持: Claude Code、Gemini CLI、Codex CLI、Cursor Agent、Copilot CLI、Cline CLI、OpenCode、Kimi CLI
  • 核心特性:
    • 多 Agent 会话管理
    • 历史记录
    • 会话恢复

⭐ awesome-codex-skills

  • GitHub: https://github.com/ComposioHQ/awesome-codex-skills
  • 星标: 728+
  • 简介: 精选的实用 Codex 技能列表
  • 覆盖: Codex CLI 和 API 的自动化工作流

⭐ Codexia

  • GitHub: https://github.com/milisp/codexia
  • 星标: 563+
  • 简介: Codex CLI + Claude Code 的 Agent 工作站
  • 核心特性:
    • 任务调度器
    • Git worktree 管理
    • 远程控制
    • 技能管理

第二部分:传统流行 CLI 工具

按星标数量排序,提供简洁介绍

2.1 开发工具类

工具
星标
语言
简介
GitHub
GitHub CLI
137,000+
Go
GitHub 官方 CLI,管理 repos、issues、PRs
https://github.com/cli/cli
Oh My Zsh
186,000+
Shell
框架管理 Zsh 配置,300+ 插件
https://github.com/ohmyzsh/ohmyzsh
ripgrep
62,000+
Rust
超快速代码搜索工具
https://github.com/BurntSushi/ripgrep
fzf
79,000+
Go
命令行模糊查找器
https://github.com/junegunn/fzf
lazygit
76,000+
Go
简单的终端 UI Git 工具
https://github.com/jesseduffield/lazygit
bat
58,000+
Rust
cat(1) 克隆版,带语法高亮
https://github.com/sharkdp/bat
fd
42,000+
Rust
find 的简单、快速、用户友好替代品
https://github.com/sharkdp/fd
tldr
50,000+
Node.js
简化的 man 页面
https://github.com/tldr-pages/tldr
hx

 (Helix)
33,000+
Rust
后现代文本编辑器
https://github.com/helix-editor/helix
zoxide
22,000+
Rust
更智能的 cd 命令
https://github.com/ajeetdsouza/zoxide
delta
21,000+
Rust
语法高亮的 diff 查看器
https://github.com/dandavison/delta
eza
10,000+
Rust
现代化的 ls 替代品
https://github.com/eza-community/eza
z
18,000+
Shell
直接跳到常用目录
https://github.com/rupa/z
the_silver_searcher
26,000+
C
代码搜索工具 (ag)
https://github.com/ggreer/the_silver_searcher

2.2 系统工具类

工具
星标
语言
简介
GitHub
htop
10,000+
C
交互式进程查看器
https://github.com/htop-dev/htop
btop
20,000+
C++
更漂亮的资源监控器
https://github.com/aristocratos/btop
duf
7,000+
Go
磁盘使用率查看器
https://github.com/muesli/duf
ncdu
9,000+
C
NCurses 磁盘使用率分析器
https://dev.yorhel.nl/ncdu
gdu
5,000+
Go
磁盘使用分析器
https://github.com/dundee/gdu
procs
5,000+
Rust
现代化的 ps 替代品
https://github.com/dalance/procs
bandwhich
11,000+
Rust
终端带宽利用率工具
https://github.com/imsnif/bandwhich
gping
10,000+
Rust
图形化 ping 工具
https://github.com/orf/gping

2.3 DevOps 与运维类

工具
星标
语言
简介
GitHub
kubectl
N/A
Go
Kubernetes 官方 CLI
https://github.com/kubernetes/kubectl
terraform
42,000+
Go
基础设施即代码工具
https://github.com/hashicorp/terraform
terragrunt
9,000+
Go
Terraform 编排工具
https://github.com/gruntwork-io/terragrunt
packer
15,000+
Go
镜像构建工具
https://github.com/hashicorp/packer
ansible
62,000+
Python
自动化配置管理
https://github.com/ansible/ansible
docker
69,000+
Go
容器管理 CLI
https://github.com/docker/cli
dive
53,000+
Go
Docker 镜像层探索工具
https://github.com/wagoodman/dive
s5cmd
3,000+
Go
并行 S3 和本地文件系统执行工具
https://github.com/peak/s5cmd
aws-cli
15,000+
Python
AWS 官方 CLI
https://github.com/aws/aws-cli
aws-sam-cli
6,000+
Python
AWS SAM CLI 工具
https://github.com/aws/aws-sam-cli
gcloud
N/A
Python
Google Cloud CLI
https://github.com/google-cloud-sdk/google-cloud-sdk
az-cli
4,000+
Python
Azure CLI
https://github.com/Azure/azure-cli
terraform-compliance
2,000+
Python
Terraform 策略测试
https://github.com/eerkunt/terraform-compliance
tflint
5,000+
Go
Terraform 诊断工具
https://github.com/terraform-linters/tflint
checkov
7,000+
Python
基础设施即代码扫描工具
https://github.com/bridgecrewio/checkov
syft
8,000+
Go
生成软件物料清单 (SBOM)
https://github.com/anchore/syft
grype
7,000+
Go
容器镜像漏洞扫描器
https://github.com/anchore/grype
trivy
22,000+
Go
全面安全扫描器
https://github.com/aquasecurity/trivy

2.4 生产力工具类

工具
星标
语言
简介
GitHub
yt-dlp
156,000+
Python
功能丰富的音视频下载器
https://github.com/yt-dlp/yt-dlp
ffmpeg
N/A
C
音视频处理瑞士军刀
https://github.com/FFmpeg/FFmpeg
imagemagick
10,000+
C
图像处理套件
https://github.com/ImageMagick/ImageMagick
pandoc
32,000+
Haskell
通用文档转换器
https://github.com/jgm/pandoc
task
6,000+
Go
任务管理工具
https://github.com/go-task/task
tox
3,000+
Python
CLI 任务管理与自动化
https://github.com/tox-dev/tox
just
18,000+
Rust
命令运行器
https://github.com/casey/just
hyperfine
27,000+
Rust
命令行基准测试工具
https://github.com/sharkdp/hyperfine
gum
17,000+
Go
终端 UI 脚手架工具
https://github.com/charmbracelet/gum
choose
3,000+
Rust
人类友好的选择
https://github.com/theryangeary/choose
navi
17,000+
Rust
交互式速查表工具
https://github.com/denisidoro/navi
markitdown
106,000+
Python
文件转换为 Markdown
https://github.com/microsoft/markitdown

2.5 网络工具类

工具
星标
语言
简介
GitHub
httpie
37,000+
Python
人性化的 HTTP 客户端
https://github.com/httpie/cli
xh
7,000+
Rust
HTTPie 的友好快速替代品
https://github.com/ducaale/xh
curl
N/A
C
命令行数据传输工具
https://github.com/curl/curl
wget
N/A
C
网络下载器
https://github.com/mirror/wget
bore
11,000+
Rust
简单的本地隧道工具
https://github.com/ekzhang/bore
wuzz
10,000+
Go
交互式 HTTP 检查工具
https://github.com/asciimoo/wuzz
trippy
6,000+
Rust
网络诊断工具
https://github.com/fujiapple852/trippy
gtop
6,000+
Node.js
系统监控仪表板
https://github.com/aksakalli/gtop
speedtest-cli
12,000+
Python
命令行网络速度测试
https://github.com/sivel/speedtest-cli
nmap
N/A
C++
网络映射和安全扫描器
https://github.com/nmap/nmap
masscan
10,000+
C
高速端口扫描器
https://github.com/robertdavidgraham/masscan

2.6 数据库工具类

工具
星标
语言
简介
GitHub
psql
N/A
C
PostgreSQL 官方 CLI
https://github.com/postgres/postgres
mysql
N/A
C++
MySQL 官方 CLI
https://github.com/mysql/mysql-server
redis-cli
N/A
C
Redis 官方 CLI
https://github.com/redis/redis
mongosh
N/A
JavaScript
MongoDB 官方 CLI
https://github.com/mongodb-js/mongosh
litecli
4,000+
Python
SQLite 增强版 CLI
https://github.com/dbcli/litecli
pgcli
11,000+
Python
PostgreSQL 增强版 CLI
https://github.com/dbcli/pgcli
mycli
10,000+
Python
MySQL 增强版 CLI
https://github.com/dbcli/mycli
usql
9,000+
Go
通用数据库 CLI
https://github.com/xo/usql

2.7 语言特定工具类

工具
星标
语言
简介
GitHub
go
N/A
Go
Go 官方工具链
https://github.com/golang/go
rustup
6,000+
Rust
Rust 工具安装器
https://github.com/rust-lang/rustup
cargo
N/A
Rust
Rust 包管理器
https://github.com/rust-lang/cargo
npm
N/A
JavaScript
Node.js 包管理器
https://github.com/npm/cli
yarn
41,000+
JavaScript
快速、可靠、安全的依赖管理
https://github.com/yarnpkg/berry
pnpm
30,000+
JavaScript
快速的磁盘空间节约包管理器
https://github.com/pnpm/pnpm
pip
N/A
Python
Python 包管理器
https://github.com/pypa/pip
poetry
31,000+
Python
Python 依赖管理和打包
https://github.com/python-poetry/poetry
pipenv
27,000+
Python
Python 开发工作流
https://github.com/pypa/pipenv
composer
N/A
PHP
PHP 包管理器
https://github.com/composer/composer
bundler
N/A
Ruby
Ruby gem 依赖管理
https://github.com/rubygems/bundler
gradle
N/A
Java/Kotlin
构建自动化工具
https://github.com/gradle/gradle
maven
N/A
Java
项目管理工具
https://github.com/apache/maven

第三部分:按场景分类的 CLI 工具推荐

场景 1:日常编程开发

AI 原生推荐:

  1. Claude Code – 全能型 AI 编程助手
  2. Aider – Git 自动化的 AI 结对编程
  3. Cursor – AI 原生 IDE

传统工具配套:

  • GitHub CLI – PR/Issue 管理
  • lazygit – Git 操作
  • ripgrep – 代码搜索
  • fzf – 模糊查找
  • bat – 代码查看

场景 2:DevOps 与基础设施

AI 原生推荐:

  1. Khoj – 运维知识库与自动化
  2. OpenHands – 自动化运维脚本生成

传统工具配套:

  • kubectl – Kubernetes
  • terraform + terragrunt – IaC
  • ansible – 配置管理
  • docker – 容器管理
  • trivy – 安全扫描

场景 3:数据科学与分析

AI 原生推荐:

  1. Dify – 数据分析工作流
  2. LlamaIndex – 数据 Agent
  3. CodeGPT – 数据代码生成

传统工具配套:

  • jupyter – 交互式笔记本
  • pandas – 数据处理
  • sql-magic – SQL 查询

场景 4:安全研究与渗透测试

AI 原生推荐:

  1. guardian-cli – AI 驱动的渗透测试自动化
  2. Sooty – SOC 分析师一体化 CLI
  3. harpoon – 开源威胁情报

传统工具配套:

  • nmap – 端口扫描
  • masscan – 高速扫描
  • metasploit – 渗透测试框架

场景 5:内容创作与研究

AI 原生推荐:

  1. AutoGPT – 自主内容研究
  2. Khoj – 个人知识库
  3. Perplexity CLI – AI 搜索

传统工具配套:

  • pandoc – 文档转换
  • yt-dlp – 媒体下载
  • ffmpeg – 媒体处理

场景 6:企业级 RAG 系统

推荐方案:

  1. Dify – 生产级平台
  2. RAGFlow – 深度文档理解
  3. LlamaIndex – 灵活编排
  4. Quivr – 快速集成

配套工具:

  • Ollama – 本地 LLM
  • vLLM – 高性能推理
  • PostgreSQL + pgvector – 向量数据库

场景 7:Agent 技能开发

推荐平台:

  1. antigravity-awesome-skills – 1,400+ 技能库
  2. Refly – 技能构建器
  3. agent-skills (Google) – 生产级技能
  4. Composio – 1,000+ 工具包

附录:CLI 工具开发框架

Rust CLI 生态

框架
星标
简介
clap
14,000+
全功能 CLI 解析器
crossterm
2,000+
跨平台终端库
ratatui
9,000+
终端 UI 库
indicatif
5,000+
进度条库

Go CLI 生态

框架
星标
简介
cobra
43,000+
现代 Go CLI 交互的指挥官
urfave/cli
23,000+
声明式、简单、快速、有趣的 Go CLI 构建包
bubbletea
41,000+
强大的小型 TUI 框架
charmbracelet/gum
17,000+
终端 UI 脚手架

Python CLI 生态

框架
星标
简介
click
13,000+
Python 组合命令创建库
typer
15,000+
基于 Click 的现代 CLI
rich
50,000+
终端文本美化
textual
35,000+
Python 的精益应用框架

JavaScript/TypeScript CLI 生态

框架
星标
简介
commander.js
25,000+
Node.js 命令行界面
oclif
11,000+
Node.js CLI 框架
ink
37,000+
交互式命令行应用的 React
chalk
23,000+
终端字符串样式

结语:CLI 的未来已来

AI/Agent 原生 CLI 工具正在重新定义人机交互的边界。从传统的命令执行到智能代理协作,CLI 工具经历了:

  1. 命令执行器 (1980s-2000s)
  2. 脚本自动化 (2000s-2015)
  3. 开发者工具 (2015-2022)
  4. AI 辅助 (2022-2024)
  5. Agent 原生 (2024-2025)
  6. AGI 操作系统 (2026+)

趋势预测:

  • 🔮 多模态交互:语音、图像、视频集成
  • 🔮 自主决策:从辅助到自主
  • 🔮 生态系统整合:MCP 协议成为标准
  • 🔮 边缘计算:本地模型普及
  • 🔮 个性化 Agent:每个开发者都有专属 Agent

推荐入门路径:

  1. 从 Claude Code 或 Aider 开始
  2. 尝试 Hermes Agent 体验自适应学习
  3. 使用 OpenCLI 或 CLI-Anything 扩展工具生态
  4. 学习 MCP 协议与工具集成
  5. 探索 LangChain 或 Dify 构建复杂 Agent
  6. 使用 Ollama 部署本地模型
  7. 加入 Agent 技能社区贡献技能

🆕 本次更新亮点 (v1.1)

新增热门工具:

  • 🔥 Hermes Agent (75,432+ stars) – 自适应学习 Agent
  • 🔥 OpenCLI (15,444+ stars) – 通用 CLI Hub
  • 🔥 CLI-Anything (30,483+ stars) – 让所有软件 Agent 原生化
  • 🏢 Lark/Feishu CLI (7,620+ stars) – 飞书官方 CLI,200+ 命令
  • 🎯 Kiro CLI – 轻量级 AI 编程助手
  • 🌊 Windsurf Cascade CLI – 终端 AI 控制

新增分类:

  • 1.3 Harness 基础框架类 – Agent Harness 开发框架
    • Water、Gambit、Autono、AgentRail、Loaf 等

新增生态工具:

  • ccmanager – 多 Agent 会话管理
  • Codexia – Agent 工作站
  • awesome-codex-skills – Codex 技能库
  • 飞书/Kiro/Discord Bot 集成

文档信息

  • 创建时间:2026年4月13日
  • 最后更新:2026年4月14日
  • 版本:v1.1

如有遗漏或更新,欢迎指正。