Aws V2

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

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

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

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

About This Skill

What it does

This skill provides access to AWS (Amazon Web Services) functionality through an AI agent. It allows agents to interact with and manage various AWS resources, such as creating S3 buckets or retrieving EC2 instance information. The skill leverages the bitso-java library for seamless integration with AWS services.

When to use it

  • Automating infrastructure tasks: Create new EC2 instances or configure security groups based on agent instructions.
  • Retrieving cloud resource data: Query S3 bucket contents or check the status of running Lambda functions.
  • Managing application deployments: Trigger deployment pipelines within your AWS environment.
  • Troubleshooting and monitoring: Retrieve logs from CloudWatch or investigate EC2 instance health metrics.

Key capabilities

  • Interaction with AWS services
  • Uses bitso-java library
  • Resource management (e.g., S3 buckets, EC2 instances)
  • Data retrieval from AWS resources

Example prompts

  • "Create an S3 bucket named 'my-agent-data'."
  • "What is the status of my EC2 instance with ID i-xxxxxxxxxxxxxxxxx?"
  • "List all files in the 'logs' folder within my S3 bucket."

Tips & gotchas

This skill requires appropriate AWS credentials to be configured for the AI agent. Ensure that the agent has the necessary permissions to perform the requested actions on your AWS resources.

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
bitsoex
Installs
7

🌐 Community

Passed automated security scans.