AWS 官方出品的 AI Agent 工具包,包含 MCP Server、Skill 和 Plugin。覆盖 CDK/CloudFormation、Serverless、容器、存储、Bedrock AgentCore、数据湖全栈 AWS 开发场景。支持 Claude Code、Codex、Kiro。
快速安装
确保已安装 clawhub CLI
clawhub install aws-agent-toolkitAWS 官方 AI Agent 工具包——让编码助手在 AWS 上安全、高效地构建和部署应用。
AWS 官方发布的 Agent Toolkit 是目前最全面的 AWS Agent 集成方案(584 Stars),为 Claude Code、Codex、Kiro 等编码助手提供 AWS 服务的领域知识、工具和护栏。它不只提供代码片段,而是通过 MCP Server 实时调用 AWS API,确保 Agent 生成的代码和架构符合 AWS 最佳实践。
3 大插件模块:
技术架构:
aws-mcp.us-east-1.api.aws),Agent 通过 MCP 协议实时调用 AWS API/plugin marketplace add aws/agent-toolkit-for-aws
/plugin install aws-core@agent-toolkit-for-aws
codex plugin marketplace add aws/agent-toolkit-for-aws # 启动 Codex 后运行 /plugins 浏览安装
{ "mcpServers": { "aws": { "command": "uvx", "args": ["mcp-proxy-for-aws@latest", "https://aws-mcp.us-east-1.api.aws", "--metadata", "AWS_REGION=us-west-2"] } } }
然后安装 Skill:
npx skills add aws/agent-toolkit-for-aws/skills
前置条件:需要 uv 和本地 AWS 凭据配置。文档搜索和 Skill 发现不需要 AWS 账户,但 API 调用和脚本执行需要。
GitHub: https://github.com/aws/agent-toolkit-for-aws (584 stars)
版本
v1.0.0
作者
aws
平台
发布时间
2026年4月23日
微软官方出品,包含 132 个 Agent Skill,覆盖 Azure SDK、AI Foundry、M365 Agents 等开发场景。支持 Python、.NET、TypeScript、Java、Rust 五种语言,一键安装即可增强编码 Agent 的领域知识。
Dify 平台官方网页搜索插件,支持 Google、Bing、DuckDuckGo、SearXNG 等多种搜索引擎。可为 Dify 工作流和 Agent 提供实时网络信息检索能力,配置灵活,支持搜索结果摘要和全文提取。
LangChain 社区贡献的 200+ 工具集成,覆盖搜索引擎、数据库、云存储、邮件、社交媒体等。可直接作为 Agent Tool 使用,也可封装为 MCP Server 供其他平台调用。