Aws Cli

🌐Community
by 1mangesh1 · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add 1mangesh1-aws-cli npx -- -y @trustedskills/1mangesh1-aws-cli
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "1mangesh1-aws-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/1mangesh1-aws-cli"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with AWS resources using the command line interface (CLI). It enables actions like listing EC2 instances, managing S3 buckets, and configuring IAM users directly through text commands. The agent can automate common AWS tasks and retrieve information about your cloud infrastructure.

When to use it

  • Automating Infrastructure Tasks: Create a new EC2 instance or terminate an existing one based on specific criteria.
  • Retrieving Cloud Resource Information: Get details about S3 bucket contents, including file sizes and last modified dates.
  • Managing AWS Credentials: Configure user access keys for programmatic access to AWS services.
  • Troubleshooting AWS Services: Diagnose issues by listing available resources and their status.

Key capabilities

  • AWS CLI command execution
  • Resource Listing (e.g., EC2 instances, S3 buckets)
  • Configuration Management (IAM users, credentials)
  • Information Retrieval (resource details, status)

Example prompts

  • "List all running EC2 instances in the us-east-1 region."
  • "Create a new S3 bucket named 'my-new-bucket' in the us-west-2 region."
  • "What is the current status of my RDS database instance?"

Tips & gotchas

  • Requires AWS CLI to be installed and configured on the system where the AI agent is running.
  • The agent needs appropriate IAM permissions to perform actions within your AWS account.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
1mangesh1
Installs
2

🌐 Community

Passed automated security scans.