Aws V2
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-v2 npx -- -y @trustedskills/aws-v2
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-v2": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-v2"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to AWS (Amazon Web Services) functionality through an AI agent. It allows agents to interact with and manage various AWS resources, such as creating S3 buckets or retrieving EC2 instance information. The skill leverages the bitso-java library for seamless integration with AWS services.
When to use it
- Automating infrastructure tasks: Create new EC2 instances or configure security groups based on agent instructions.
- Retrieving cloud resource data: Query S3 bucket contents or check the status of running Lambda functions.
- Managing application deployments: Trigger deployment pipelines within your AWS environment.
- Troubleshooting and monitoring: Retrieve logs from CloudWatch or investigate EC2 instance health metrics.
Key capabilities
- Interaction with AWS services
- Uses bitso-java library
- Resource management (e.g., S3 buckets, EC2 instances)
- Data retrieval from AWS resources
Example prompts
- "Create an S3 bucket named 'my-agent-data'."
- "What is the status of my EC2 instance with ID i-xxxxxxxxxxxxxxxxx?"
- "List all files in the 'logs' folder within my S3 bucket."
Tips & gotchas
This skill requires appropriate AWS credentials to be configured for the AI agent. Ensure that the agent has the necessary permissions to perform the requested actions on your AWS resources.
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.