Aws
Provides AWS guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add aws npx -- -y @trustedskills/aws
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to and interaction with Amazon Web Services (AWS). It allows AI agents to query AWS resources, manage infrastructure, and automate tasks. Specifically, the agent can retrieve information about EC2 instances and S3 buckets.
When to use it
- Infrastructure Monitoring: Check the status of your EC2 instances or other AWS services.
- Cost Analysis: Gather data on AWS spending for budgeting purposes.
- Resource Management: Automate tasks like creating or deleting S3 buckets based on specific needs.
- Troubleshooting: Investigate issues by retrieving details about running resources and configurations.
Key capabilities
- EC2 instance information retrieval
- S3 bucket management
- AWS resource querying
Example prompts
- "What EC2 instances are currently running in the us-east-1 region?"
- "List all S3 buckets in my account."
- "Can you tell me the size of the 'my-data' S3 bucket?"
Tips & gotchas
To use this skill effectively, ensure your AI agent has appropriate AWS credentials configured with the necessary permissions. The scope of available actions may be limited by these assigned permissions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.