s3-storage
Installation
SKILL.md
S3 Storage
File operations on S3-compatible storage (AWS S3, Cloudflare R2, MinIO).
Environment Variables
AWS_ACCESS_KEY_ID- Access keyAWS_SECRET_ACCESS_KEY- Secret keyAWS_DEFAULT_REGION- Region (default:us-east-1)S3_ENDPOINT- Custom endpoint for R2/MinIO (optional)S3_BUCKET- Default bucket name
Setup
pip3 install boto3 2>/dev/null