s3-management
Installation
SKILL.md
AWS S3 Management via MCP
Use this skill when you need to manage S3 buckets, browse objects, upload/download files, or generate presigned URLs.
Available Tools
| Tool | What it does |
|---|---|
list_buckets |
List all S3 buckets in the AWS account |
list_objects |
List objects in a bucket with optional prefix filter |
get_object |
Download and read an object's content as text |
put_object |
Upload text content to an S3 object |
delete_object |
Delete an object from a bucket |
presigned_url |
Generate a temporary presigned URL for an object |
bucket_info |
Check if a bucket exists and get basic info |