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 chaterm-aws-cli npx -- -y @trustedskills/chaterm-aws-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"chaterm-aws-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/chaterm-aws-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to interact with Amazon Web Services (AWS) using the AWS Command Line Interface (CLI). It enables tasks such as listing EC2 instances, retrieving S3 bucket contents, and managing IAM users directly from a terminal environment. The agent can execute CLI commands and interpret their output to automate cloud management workflows.
When to use it
- Infrastructure Management: Automate routine AWS tasks like starting/stopping EC2 instances or scaling Auto Scaling groups.
- Data Retrieval: Retrieve specific data from S3 buckets, DynamoDB tables, or other AWS services for analysis or reporting.
- Security Audits: List IAM users and their permissions to identify potential security risks.
- Troubleshooting: Diagnose issues by checking the status of various AWS resources via CLI commands.
Key capabilities
- Executes AWS CLI commands.
- Interprets command output.
- Manages EC2 instances.
- Retrieves S3 bucket contents.
- Handles IAM user management.
Example prompts
- "List all running EC2 instances in the us-east-1 region."
- "What are the names of all files in my 'my-bucket' S3 bucket?"
- "Show me a list of all IAM users."
Tips & gotchas
- Requires AWS CLI to be configured with appropriate credentials and regions. Ensure your AI agent has access to these configurations before use.
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.