Aws Cli

🌐Community
by thinkfleetai · 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 thinkfleetai-aws-cli npx -- -y @trustedskills/thinkfleetai-aws-cli
2

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

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

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

About This Skill

What it does

This skill provides access to the AWS Command Line Interface (CLI). It allows AI agents to execute commands, manage resources, and automate tasks within an Amazon Web Services environment. The agent can create instances, configure security groups, and interact with other AWS services through CLI calls.

When to use it

  • Automating infrastructure provisioning: Create new EC2 instances or S3 buckets programmatically.
  • Managing cloud resources: Update existing configurations for load balancers or databases.
  • Troubleshooting AWS issues: Retrieve logs or status information from specific AWS services.
  • Performing repetitive tasks: Automate deployments and other routine operations within your AWS account.

Key capabilities

  • Execute AWS CLI commands
  • Manage EC2 instances
  • Configure security groups
  • Interact with S3 buckets

Example prompts

  • "Create an EC2 instance in us-east-1 with t2.micro."
  • "List all the running EC2 instances."
  • "Get the configuration of my default VPC."

Tips & gotchas

  • Requires AWS credentials to be configured for the AI agent. Ensure appropriate IAM permissions are granted.

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
thinkfleetai
Installs
2

🌐 Community

Passed automated security scans.