Aws S3 Management

🌐Community
by aj-geddes · vlatest · Repository

Helps with AWS, management as part of deploying and managing cloud infrastructure workflows.

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-s3-management npx -- -y @trustedskills/aws-s3-management
2

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

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

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

About This Skill

The aws-s3-management skill enables AI agents to interact directly with Amazon S3 buckets, allowing them to list objects, retrieve files, and manage storage operations programmatically. It streamlines cloud workflows by letting agents handle data retrieval and organization without manual API intervention.

When to use it

  • Automating the backup of critical logs from an S3 bucket to a secure archive location.
  • Retrieving specific configuration files stored in public buckets for deployment scripts.
  • Listing all objects in a development bucket to verify successful data uploads after a build process.
  • Managing temporary file storage by deleting obsolete assets once a CI/CD pipeline completes.

Key capabilities

  • List objects within specified S3 buckets and prefixes.
  • Retrieve file contents from public or pre-authenticated private buckets.
  • Delete specific objects or entire folders to clean up storage.
  • Filter results based on object keys, sizes, or last modified dates.

Example prompts

  • "List all JSON configuration files in the prod-configs bucket and display their names."
  • "Retrieve the contents of the file deployment.yaml from our staging S3 bucket."
  • "Delete all objects older than 30 days from the temp-build-artifacts folder to free up space."

Tips & gotchas

Ensure your AI agent has valid AWS credentials with appropriate IAM permissions (e.g., s3:ListBucket, s3:GetObject) before attempting these operations. Be cautious when using delete commands on production buckets, as the skill may not support soft deletes or versioning recovery without additional configuration.

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
aj-geddes
Installs
147

🌐 Community

Passed automated security scans.