Skip to content

AI 编程代理工具合集

goose — 开源可扩展 AI 编程代理

⭐ 37,155 | Apache 2.0 | Block(Square母公司)| https://github.com/block/goose

自主 AI 编程代理,可直接安装依赖、执行命令、编辑文件、运行测试,支持任意 LLM,通过 MCP 扩展能力。

bash
# 安装 goose
# 支持 Claude/GPT/本地模型

Claw-Code — Rust 重写的 AI 编程助手

Rust | https://github.com/ultraworkers/claw-code

社区驱动、Rust 重写的 AI 编程助手工具链,起源于对某知名 AI 编辑器的 clean-room 重实现。

核心组件:api-client(统一 API 封装)/ runtime(会话状态+MCP编排+提示词组装)/ tools / claw-cli(交互式 REPL)


free-claude-code — 无需 API Key 免费用 Claude Code

⭐ 1,600 | MIT | Python | https://github.com/Alishahryar1/free-claude-code

轻量级代理,把 Claude Code 的 API 请求路由到免费/本地 LLM。只需设置 2 个环境变量。

4 个提供商

提供商免费额度
NVIDIA NIM40 req/min 免费 ⭐推荐
OpenRouter数百个免费模型
LM Studio完全本地
llama.cpp完全本地
dotenv
NVIDIA_NIM_API_KEY="nvapi-your-key-here"
MODEL_SONNET="nvidia_nim/moonshotai/kimi-k2-thinking"

agent-skills — 生产级 AI 编程工作流技能库

⭐ 4,649 | MIT | Google Chrome 工程师 Addy Osmani | https://github.com/addyosmani/agent-skills

将高级工程师工作流封装为结构化 Skill,覆盖完整开发生命周期:

DEFINE → PLAN → BUILD → VERIFY → REVIEW → SHIP
 /spec    /plan   /build   /test    /review   /ship

19 个 Skill:idea-refine / spec-driven-development / incremental-implementation / debugging / code-review / security / performance / shipping 等


WebAccess Skill — Agent 联网浏览器能力增强

GitHubhttps://github.com/eze-is/web-access

Claude Code / OpenClaw Skill,大幅增强 Agent 联网和浏览器操控能力。

核心能力:批量开启 100+ 页面 / 社媒自动发布 / 视频自动播放 / 预约自动化 / Web App 测试

特点:自我学习优化,每次执行总结操作经验,下次更快


andrej-karpathy-skills — LLM 编程黄金法则 CLAUDE.md

⭐ 53,700 | MIT | https://github.com/forrestchang/andrej-karpathy-skills

整理自 Andrej Karpathy 关于 LLM 编程观察和建议的单一 CLAUDE.md 文件。放入项目根目录即生效。

bash
curl -O https://raw.githubusercontent.com/forrestchang/andrej-karpathy-skills/main/CLAUDE.md

GitHub 搜索技巧汇总

精准搜索高质量项目:

awesome claude                # 找资源合集
claude code stars:>10000      # 找高 Star 项目
codex pushed:>2025            # 找活跃项目
面试 language:zh              # 找中文项目
in:name gstack                # 精准搜仓库名

Built for notes, tools, and long-term recall.