Aws S3 Cloudfront
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-cloudfront npx -- -y @trustedskills/aws-s3-cloudfront
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-s3-cloudfront": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-s3-cloudfront"
]
}
}
}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 AWS S3 and CloudFront services. It can retrieve files from S3 buckets, invalidate CloudFront caches, and manage distribution configurations. The agent can use this skill to automate content delivery workflows and ensure users receive the latest versions of assets.
When to use it
- Content Updates: Automatically invalidate a CloudFront cache after deploying new website assets to an S3 bucket.
- File Retrieval: Retrieve specific files from an S3 bucket based on user requests or application logic.
- Distribution Management: Modify CloudFront distribution settings, such as origin domains or SSL certificates.
- Troubleshooting: Invalidate a cache after suspected issues with content delivery.
Key capabilities
- Retrieve files from S3 buckets.
- Invalidate CloudFront caches.
- Manage CloudFront distribution configurations.
Example prompts
- "Invalidate the 'my-website' CloudFront distribution."
- "Get the contents of
images/logo.pngfrom my S3 bucket." - "Update the origin domain for my CloudFront distribution to point to a new S3 endpoint."
Tips & gotchas
Requires AWS credentials with appropriate permissions (S3 read access and CloudFront management privileges) to be configured within the AI agent's environment. Be mindful of cache invalidation costs, as frequent invalidations can incur charges from AWS.
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.