From aws-skills-for-claude-code
Executes 15,000+ AWS APIs with SigV4, searches documentation, retrieves SOPs for workflows like VPC setup and Lambda deployment. Use for AWS CLI, API calls, tasks, or automation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:aws-mcpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Execute 15,000+ AWS APIs with SigV4 authentication
{
"mcpServers": {
"aws-mcp": {
"command": "uvx",
"args": ["awslabs.aws-mcp@latest"],
"env": {
"AWS_PROFILE": "default",
"AWS_REGION": "us-east-1"
}
}
}
}
Requires AWS CLI v2+ and uv installed.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeProvides advanced AWS CLI patterns for EC2, Lambda, S3, DynamoDB, RDS, VPC, IAM, CloudWatch management. Generates bulk scripts, automates workflows, validates security configs, executes JMESPath queries.
Provides deep AWS expertise for IAM policies, VPC networking, EKS/ECS/Lambda compute, RDS/DynamoDB/S3 storage, security hardening, monitoring, and multi-account production strategies.
Manages AWS infrastructure (CloudFormation, Cloud Control API, ECS, EKS) via boto3/Python and AWS CLI without MCP. Use for listing, creating, updating resources, stacks, clusters, services.