整理时间:2026-04-01 | 维护:learnagent.org
一、AI Agent 基础
官方文章
| 标题 | 来源 | 链接 |
|---|---|---|
| Building effective agents(构建高效 Agent) | Anthropic | https://www.anthropic.com/research/building-effective-agents |
| Model Context Protocol(MCP 协议) | Anthropic | https://www.anthropic.com/news/model-context-protocol |
| Computer Use(计算机使用)参考实现 | Anthropic GitHub | https://github.com/anthropics/anthropic-quickstarts/tree/main/computer-use-demo |
| SWE-bench 代码 Agent | Anthropic | https://www.anthropic.com/research/swe-bench-sonnet |
教程与文档
| 标题 | 来源 | 链接 |
|---|---|---|
| Claude Agent SDK 概述 | Anthropic | https://platform.claude.com/docs/en/agent-sdk/overview |
| Claude Agent SDK Quickstart | Anthropic | https://platform.claude.com/docs/en/agent-sdk/quickstart |
| Agent SDK Python 参考 | Anthropic | https://platform.claude.com/docs/en/agent-sdk/python |
| Agent SDK TypeScript 参考 | Anthropic | https://platform.claude.com/docs/en/agent-sdk/typescript |
| Agent 工作流 Cookbook | Anthropic | https://platform.claude.com/cookbook/patterns-agents-basic-workflows |
示例项目
| 标题 | 描述 | 链接 |
|---|---|---|
| claude-agent-sdk-demos | 邮件助手、调研 Agent 等示例 | https://github.com/anthropics/claude-agent-sdk-demos |
| anthropic-quickstarts | 快速上手示例集 | https://github.com/anthropics/anthropic-quickstarts |
| anthropic-sdk-python | 官方 Python SDK | https://github.com/anthropics/anthropic-sdk-python |
二、OpenClaw 资源
官方
| 标题 | 链接 |
|---|---|
| 官网 | https://openclaw.ai |
| 文档首页 | https://docs.openclaw.ai |
| GitHub 仓库(34.4万星) | https://github.com/openclaw/openclaw |
| ClawHub 技能市场 | https://clawhub.ai |
| 博客 | https://openclaw.ai/blog |
| Discord 社区 | https://discord.gg/clawd |
| Twitter/X | https://x.com/openclaw |
| 信任中心 | https://trust.openclaw.ai |
文档章节
社区资源
| 标题 | 描述 | 链接 |
|---|---|---|
| awesome-openclaw-skills | 5400+ 技能分类收录 | https://github.com/VoltAgent/awesome-openclaw-skills |
| awesome-openclaw-usecases | 社区使用案例集(28K 星) | https://github.com/hesamsheikh/awesome-openclaw-usecases |
| openclaw101(中文) | 7天掌握 OpenClaw 教程 | https://github.com/mengjian-github/openclaw101 |
| Clawith | OpenClaw 团队版 | https://github.com/dataelement/Clawith |
| nanobot | 极简 OpenClaw | https://github.com/HKUDS/nanobot |
| openclaw-mission-control | 多 Agent 编排控制台 | https://github.com/abhi1693/openclaw-mission-control |
| MacStories 评测文章 | 专业评测 | https://www.macstories.net/stories/clawdbot-showed-me-what-the-future-of-personal-ai-assistants-looks-like/ |
三、Claude Code 资源
官方文档
四、扩展阅读
Agent 框架对比
| 框架 | 特点 | 链接 |
|---|---|---|
| Claude Agent SDK | Anthropic 官方,内置工具执行 | https://platform.claude.com/docs/en/agent-sdk/overview |
| OpenAI Agents SDK | 生产就绪,内置追踪和安全防护 | https://github.com/openai/openai-agents-python |
| Google ADK | 代码优先,多模型支持 | https://github.com/google/adk-python |
| LangGraph | 图式多 Agent 编排 | https://github.com/langchain-ai/langgraph |
| CrewAI | 角色式团队协作 | https://github.com/crewAIInc/crewAI |
| AutoGen (Microsoft) | 对话式多 Agent | https://github.com/microsoft/autogen |
| MetaGPT | 软件团队模拟,SOP 驱动 | https://github.com/geekan/MetaGPT |
| OpenManus | 开源通用 Agent | https://github.com/mannaandpoem/OpenManus |
| Strands Agents SDK(AWS) | 亚马逊维护 | https://strandsagents.com |
| LangChain | 通用 LLM 框架 | https://python.langchain.com |
| LlamaIndex | 数据增强 Agent | https://www.llamaindex.ai |
| Rivet | 可视化 LLM 工作流 | https://rivet.ironcladapp.com |
协议与标准
| 标题 | 描述 | 链接 |
|---|---|---|
| MCP 协议 | LLM 工具集成标准(Linux 基金会托管) | https://modelcontextprotocol.io/introduction |
| MCP 官方服务器 | 参考实现集合 | https://github.com/modelcontextprotocol/servers |
| A2A 协议 (Google) | Agent 间通信协议 | https://github.com/google/A2A |
中文社区资源
| 标题 | 描述 | 链接 |
|---|---|---|
| openclaw101 | 中文 OpenClaw 7天教程 | https://github.com/mengjian-github/openclaw101 |
| awesome-openclaw-usecases(中文 issues) | 中文讨论 | https://github.com/hesamsheikh/awesome-openclaw-usecases/issues |
| Claude Code 中文指南 | 中文 Claude Code 使用指南 | https://github.com/claude-code-chinese/claude-code-guide |
五、Claude Code 社区资源
GitHub 精选仓库
| 标题 | 描述 | 链接 |
|---|---|---|
| claude-code-best-practice | 全面社区指南:提示、CLAUDE.md、Agent、命令 | https://github.com/shanraisshan/claude-code-best-practice |
| awesome-claude-code | 技能、钩子、命令、Agent 编排器合集 | https://github.com/hesreallyhim/awesome-claude-code |
| claude-code-tips | 45 条从入门到高级的技巧 | https://github.com/ykdojo/claude-code-tips |
| claude-code-ultimate-guide | 从初学者到高手,含企业案例研究 | https://github.com/FlorianBruniaux/claude-code-ultimate-guide |
| claude-code-infrastructure-showcase | 生产级 TypeScript 基础设施示例 | https://github.com/diet103/claude-code-infrastructure-showcase |
| agnix | AI 编码配置 linter(385 条规则) | https://github.com/agent-sh/agnix |
社区与进阶
| 标题 | 描述 | 链接 |
|---|---|---|
| Boris Cherny 的 72 个技巧 | Claude Code 创建者的使用技巧合集 | https://howborisusesclaudecode.com |
| r/ClaudeCode | Reddit 社区讨论与技巧分享 | https://www.reddit.com/r/ClaudeCode/ |
| Anthropic 2026 趋势报告 | 官方 AI 编程趋势数据 | https://resources.anthropic.com/hubfs/2026%20Agentic%20Coding%20Trends%20Report.pdf |
| claudelog.com | 社区知识库和教程 | https://claudelog.com/ |
六、工具对比与平台
AI 编程工具
| 工具 | 定位 | 链接 |
|---|---|---|
| Cursor | AI 优先的代码编辑器 | https://www.cursor.com |
| GitHub Copilot | AI 配对编程助手 | https://github.com/features/copilot |
| Cline | VS Code 开源 AI 编程扩展 | https://github.com/cline/cline |
| OpenHands | 开源编程 Agent(SWE-bench 领先) | https://github.com/All-Hands-AI/OpenHands |
| Trae (ByteDance) | 多提供商编程 Agent | https://github.com/bytedance/trae-agent |
Agent 开发平台
| 平台 | 特点 | 链接 |
|---|---|---|
| Dify | 开源 LLM 应用平台(114K+ Stars) | https://github.com/langgenius/dify |
| Coze (扣子) | 字节跳动无代码 Bot 平台 | https://www.coze.com/ |
| Flowise | 可视化 LLM 工作流构建器 | https://flowiseai.com/ |
| Langflow | 拖拽式 Agent 构建器 | https://github.com/langflow-ai/langflow |
| n8n | 自动化平台 + AI 节点 | https://n8n.io/ |
五、视频与课程
| 平台 | 内容 | 链接 |
|---|---|---|
| Anthropic Learn | 官方课程 | https://www.anthropic.com/learn |
| Anthropic YouTube | 官方视频教程 | https://www.youtube.com/@anthropic-ai |
| Claude Tutorials | 产品教程 | https://claude.com/resources/tutorials |