From catalyst-by-zoho
Provides S3-compatible object storage operations: upload/download, signed URLs, multipart upload for large files. Triggered by keywords like 'Stratus', 'object storage', 'signed URL'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/catalyst-by-zoho:catalyst-stratusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Bucket naming** — Bucket names are globally unique. Use `{app-name}-{project-id-prefix}` pattern to avoid collisions.
{app-name}-{project-id-prefix} pattern to avoid collisions.references/stratus-basics.md — for upload/download/delete patterns, the 250 GB single-upload limit, signed URL generation, and multipart setup.stratus-basics.md.Use this skill for: "Stratus", "object storage", "file storage", "upload file", "download file", "signed URL", "pre-signed URL", "multipart upload", putObject, getObject, "bucket", "Stratus bucket", "store files on Catalyst", "Stratus vs File Store", "250GB limit", or "file download link".
| Reference | Load when the query is about… |
|---|---|
references/stratus-basics.md | Upload/download/delete, 250GB single-shot limit, multipart (recommended for ≥100 MB), signed URLs, busboy upload pattern, bucket naming rules |
3plugins reuse this skill
First indexed Jun 17, 2026
npx claudepluginhub catalystbyzoho/agent-skills --plugin catalyst-by-zohoGuides file storage and CDN setup with object storage (S3, GCS, Azure Blob), presigned URLs, image/video processing pipelines, lifecycle policies, cost optimization, and backups.
Guides file storage operations on bkend.ai: upload via presigned URLs, download via CDN, visibility levels, and multipart upload for large files.
Manages Cloudflare R2 S3-compatible object storage in Workers: bucket creation, bindings, uploads/downloads, CORS, presigned URLs, multipart uploads. Fixes R2_ERROR and CORS issues.