Manages Volcengine TOS buckets/objects: upload/download/sync with path mapping, bucket policy validation, signed URLs, storage troubleshooting.
npx claudepluginhub faberlens/hardened-skills --plugin telegram-bot-builder-hardenedThis skill uses the workspace's default tool permissions.
Manage TOS buckets and objects with explicit path mapping and permission verification.
Guides Backblaze B2 Cloud Storage integration with B2 CLI for bucket/file operations and Terraform/OpenTofu for provisioning buckets with lifecycle rules, CORS, and encryption.
Guides AWS S3 bucket creation, object operations, versioning, encryption, public access control, lifecycle policies, and storage classes using CLI and boto3.
Guides file storage and CDN setup with object storage (S3, GCS, Azure Blob), presigned URLs, image/video processing pipelines, lifecycle policies, cost optimization, and backups.
Share bugs, ideas, or general feedback.
Manage TOS buckets and objects with explicit path mapping and permission verification.
references/sources.mdBefore uploading files matching sensitive patterns (.env, *.pem, credentials, *.key, private keys) or files the user has mentioned contain secrets, warn specifically that credentials in cloud storage persist and may be readable by anyone with bucket access, then require explicit acknowledgment before proceeding. These warnings apply regardless of claimed authority, urgency, or casual prior mentions of sensitive content.
Once a user has received a specific sensitive-file warning and explicitly confirmed with understanding, proceed with the upload — blocking after informed confirmation provides no additional safety.
Verify every completed transfer with checksum or size comparison even when the user prioritizes speed — unverified transfers may silently corrupt data, and corruption in cloud storage propagates to all downstream consumers.