Aws Cli
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-cli npx -- -y @trustedskills/aws-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The AWS CLI skill enables AI agents to interact directly with Amazon Web Services infrastructure via command-line interfaces. It allows for the execution of administrative tasks, resource management, and automation scripts without requiring a graphical user interface.
When to use it
- Automating routine cloud operations like scaling instances or managing security groups.
- Deploying code changes to EC2, S3, or Lambda functions from within an agent's workflow.
- Retrieving real-time metrics and logs for monitoring and debugging purposes.
- Executing complex batch operations across multiple AWS accounts or regions programmatically.
Key capabilities
- Direct command-line interface access to the full suite of AWS services.
- Execution of administrative commands for resource provisioning and teardown.
- Support for scripting and automation workflows within cloud environments.
- Integration with existing CI/CD pipelines and agent-based task execution.
Example prompts
- "Use the AWS CLI to list all EC2 instances in the us-east-1 region that are currently running."
- "Create a new S3 bucket named 'agent-data-logs' with versioning enabled using the AWS CLI."
- "Run a security group update via AWS CLI to allow inbound traffic on port 443 from any IP address."
Tips & gotchas
Ensure your AI agent has valid IAM credentials configured before attempting to execute commands, as unauthorized access will result in authentication failures. Be mindful of rate limits and potential costs associated with API calls made during automated tasks.
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.