返回资料库 资源导航

资源汇总:AI Agent / OpenClaw / Claude Code

整理中的专题资料。

整理时间: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

文档章节

章节 链接
快速入门 https://docs.openclaw.ai/start/getting-started
安装指南 https://docs.openclaw.ai/install
配置参考 https://docs.openclaw.ai/gateway/configuration
频道设置 https://docs.openclaw.ai/channels
技能系统 https://docs.openclaw.ai/tools/skills
浏览器控制 https://docs.openclaw.ai/tools/browser
安全指南 https://docs.openclaw.ai/gateway/security
macOS 指南 https://docs.openclaw.ai/platforms/macos
iOS 节点 https://docs.openclaw.ai/platforms/ios
Android 节点 https://docs.openclaw.ai/platforms/android
Windows(WSL2) https://docs.openclaw.ai/platforms/windows
Docker 部署 https://docs.openclaw.ai/install/docker
FAQ https://docs.openclaw.ai/help/faq

社区资源

标题 描述 链接
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 资源

官方文档

标题 链接
产品页 https://claude.com/product/claude-code
文档首页 https://code.claude.com/docs/en/overview
快速入门 https://code.claude.com/docs/en/quickstart
最佳实践 https://code.claude.com/docs/en/best-practices
常见工作流 https://code.claude.com/docs/en/common-workflows
CLAUDE.md/记忆 https://code.claude.com/docs/en/memory
权限模式 https://code.claude.com/docs/en/permission-modes
Hooks 指南 https://code.claude.com/docs/en/hooks-guide
技能(Skills) https://code.claude.com/docs/en/skills
子 Agent https://code.claude.com/docs/en/sub-agents
MCP 集成 https://code.claude.com/docs/en/mcp
VS Code 集成 https://code.claude.com/docs/en/vs-code
JetBrains 集成 https://code.claude.com/docs/en/jetbrains
GitHub Actions https://code.claude.com/docs/en/github-actions
CLI 参考 https://code.claude.com/docs/en/cli-reference
故障排除 https://code.claude.com/docs/en/troubleshooting
更新日志 https://code.claude.com/docs/en/changelog
价格页 https://claude.com/pricing

四、扩展阅读

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

常见问题

资源汇总:AI Agent / OpenClaw / Claude Code 适合什么读者?

资源汇总:AI Agent / OpenClaw / Claude Code 适合希望系统掌握 资源导航 的读者,尤其是需要从概念快速过渡到实践的人。页面包含主题摘要、相关阅读和来源链接,便于形成可执行的学习路径。

阅读 资源汇总:AI Agent / OpenClaw / Claude Code 需要多久?

当前页面预估阅读时长约 1 分钟。建议先读正文结论,再根据“同专题延伸”继续阅读,通常 20 到 40 分钟可以建立完整主题框架。

如何把 资源汇总:AI Agent / OpenClaw / Claude Code 的内容用于实际项目?

先按正文中的关键概念完成最小可运行示例,再把示例嵌入你当前项目流程。你可以结合来源链接验证细节,并使用同专题文章补齐部署、协作和评估步骤。