Claude Skill
itsmostafa/aws-agent-skills
AWS专用Claude Skill集合,增强AI代理的云能力。用于代理式AI、编码助手和AWS服务集成的Python工具。
概览
仓库信息
安装这个 Skill
git clone https://github.com/itsmostafa/aws-agent-skills.gitRegistry 信息
项目简介
一套专为AWS设计的Claude Skill集合,旨在增强AI代理与亚马逊云服务交互的能力。该仓库提供了工具和集成,帮助编码代理和AI助手在AWS生态系统中更有效地工作。
AWS Skills for Agents
要点
- AI代理的AWS集成
- Claude Skill开发工具
- 增强代理式AI能力
- 基于Python的实现
- 支持Codex和编码代理
使用场景
- 构建支持AWS的编码助手
- 开发用于云操作的代理式AI
- 为AWS服务创建Claude Skill
- 增强AI代理的云能力
- 通过AI代理自动化AWS任务
README 摘要
# AWS Agent Skills [](https://opensource.org/licenses/MIT) [](https://claude.ai/code)   Supercharge Claude Code with AWS cloud engineering skills across 18 core AWS services. ## 🚀 Why AWS Agent Skills? Developing AWS solutions is complex spanning IAM, compute, storage, security, serverless, networking, and more. AWS Agent Skills equips Claude Code (and Codex) with deep expertise across 18 AWS domains, enabling automated cloud engineering support from IaC templates to debugging guidance and security best practices. Automatically checks AWS documentation for updates on a weekly basis to ensure skills stay current with AWS service changes. ### Why not just use an MCP? AWS MCP is great for live docs and API calls, but AWS Agent Skills is designed for reasoning first. It gives AI Agents a curated, LLM-optimized AWS knowledge base with real-world patterns, edge cases, and best practices, without streaming large docs or schemas. Because the skills are local and pre compressed, it is far more token efficient, keeps the context window small and predictable, and avoids MCP infrastructure, latency, and expanded credential exposure. ## Installation ### Claude Code #### From Marketplace ```bash # Add the marketplace /plugin marketplace add itsmostafa/aws-agent-skills # Install the plugin /plugin install aws-agent-skills ``` #### From GitHub ```bash /plugin install https://github.com/itsmostafa/aws-agent-skills ``` #### Local Development ```bash /plugin install ./path/to/a