S3

🌐Community
by itsmostafa · vlatest · Repository

S3 generates creative story ideas and prompts based on user input, sparking imagination and overcoming writer's block.

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

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

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

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

About This Skill

S3 Skill Guide

What it does

This skill enables AI agents to interact directly with Amazon S3 storage, allowing them to manage buckets and handle object operations. It provides the necessary interface for automated tasks involving file uploads, downloads, and lifecycle management within AWS infrastructure.

When to use it

  • Automating data ingestion pipelines that require uploading large datasets to cloud storage.
  • Implementing backup strategies where agents must verify the existence or delete specific objects.
  • Triggering downstream processing workflows based on the successful upload of new files to a designated bucket.
  • Managing temporary assets for media processing tasks by creating and cleaning up storage buckets dynamically.

Key capabilities

  • Create, list, and delete S3 buckets programmatically.
  • Upload and download individual objects or entire directories.
  • Set and modify object metadata and tags during operations.
  • Configure bucket policies and access controls for secure data handling.
  • List contents of buckets with filtering options for specific prefixes.

Example prompts

  • "Create a new S3 bucket named 'production-backups' in the us-east-1 region and set its lifecycle policy to expire objects after 90 days."
  • "Upload the latest log files from my local server to the 'app-logs' bucket, organizing them by date in subfolders."
  • "List all objects in the 'user-uploads' bucket that were modified in the last 24 hours and delete any larger than 500MB."

Tips & gotchas

Ensure your AI agent has valid AWS credentials with appropriate IAM permissions before attempting to execute S3 operations, as unauthorized access will result in immediate failure. Be mindful of regional restrictions; buckets created in one region cannot be accessed directly from another without specific cross-region configuration or replication rules.

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
itsmostafa
Installs
63

🌐 Community

Passed automated security scans.