Aws S3
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.
Run in terminal (recommended)
claude mcp add aws-s3 npx -- -y @trustedskills/aws-s3
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-s3": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-s3"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to interact with Amazon S3 (Simple Storage Service), a highly scalable object storage service. It enables tasks such as listing objects in a bucket, retrieving specific files, and uploading new data to S3. The skill provides programmatic access to these functionalities, simplifying common cloud storage operations.
When to use it
- Data Retrieval: Retrieve archived log files from an S3 bucket for analysis or troubleshooting.
- Backup Management: List all backups stored in a designated S3 bucket to verify data integrity and availability.
- Content Distribution: Upload new assets (images, videos) to an S3 bucket configured for content delivery.
- Automated Archiving: Move older files from a frequently accessed storage tier to a cheaper archive tier within S3.
Key capabilities
- Listing objects in an S3 bucket
- Retrieving specific files from S3
- Uploading data to S3
Example prompts
- "List all files in the 'my-backup-bucket' S3 bucket."
- "Download the file 'report.csv' from the 'data-lake' S3 bucket."
- "Upload this image, 'new_logo.png', to the 'marketing-assets' S3 bucket."
Tips & gotchas
Requires AWS credentials configured with appropriate permissions for accessing the target S3 buckets. Ensure that your agent has the necessary IAM role or user credentials to perform the requested actions.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.