Aws Cloud

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

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

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

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

About This Skill

What it does

This skill provides access to Amazon Web Services (AWS) functionalities within an AI agent. It allows users to interact with and manage AWS resources, such as creating EC2 instances, managing S3 buckets, and retrieving information about their AWS environment. The skill aims to simplify common cloud management tasks through natural language interaction.

When to use it

  • Provisioning infrastructure: Quickly spin up new servers or storage solutions without manual console navigation.
  • Monitoring resource usage: Check current costs, available capacity, and performance metrics for your AWS services.
  • Automating routine tasks: Schedule backups of S3 buckets or automatically scale EC2 instances based on demand.
  • Troubleshooting issues: Retrieve logs and error messages from AWS services to diagnose problems.

Key capabilities

  • EC2 instance management (creation, listing, termination)
  • S3 bucket operations (listing, creation, deletion)
  • Resource information retrieval (costs, status)
  • Automated task scheduling

Example prompts

  • "Create a new EC2 instance in us-east-1 with t2.micro."
  • "List all S3 buckets in my account."
  • "What is the current cost of my EC2 instances?"
  • “Schedule a backup of my data bucket every Sunday at 2 AM.”

Tips & gotchas

  • Requires appropriate AWS credentials to be configured for the AI agent.
  • Be mindful of potential costs when creating or modifying resources; always double-check your requests.

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
dauquangthanh
Installs
10

🌐 Community

Passed automated security scans.