Cloud Aws S3
Helps with AI, AWS 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.
Run in terminal (recommended)
claude mcp add partme-ai-cloud-aws-s3 npx -- -y @trustedskills/partme-ai-cloud-aws-s3
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"partme-ai-cloud-aws-s3": {
"command": "npx",
"args": [
"-y",
"@trustedskills/partme-ai-cloud-aws-s3"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Amazon S3 (Simple Storage Service), a highly scalable and durable object storage service. It enables agents to list objects within an S3 bucket, retrieve specific files based on their keys, and potentially upload new files – all through natural language prompts. The agent can manage data stored in AWS S3 without requiring direct access to the AWS console or CLI.
When to use it
- Data Retrieval: An agent needs to find a specific report (e.g., "sales_q3_2024.pdf") stored in an S3 bucket for analysis.
- File Listing: You want an agent to list all image files within a particular folder of your S3 bucket.
- Content Verification: An agent needs to confirm the existence and last modified date of a configuration file stored on S3.
- Backup Management: An agent can be used to check for successful backups stored in S3.
Key capabilities
- List objects within an S3 bucket.
- Retrieve files from an S3 bucket by key.
- Potentially upload new files to the bucket (implementation detail not explicitly stated).
Example prompts
- "List all files in my 'marketing-assets' S3 bucket."
- "Get the contents of the file named 'customer_data/2024-07-15.csv'."
- "What is the last modified date for the configuration file stored as 'app_config.json'?"
Tips & gotchas
- Ensure the AI agent has appropriate AWS credentials configured to access the S3 bucket. Incorrect permissions will prevent successful operation.
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.