catalyst-stratus

Manage object storage operations in Catalyst's Stratus service.

32|7|Updated May 15, 2026
One-click install
npx skills add https://github.com/catalystbyzoho/agent-skills --skill catalyst-stratus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: catalyst-stratus
Source: https://github.com/catalystbyzoho/agent-skills/tree/main/skills/catalyst-stratus
Command: npx skills add https://github.com/catalystbyzoho/agent-skills --skill catalyst-stratus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Simplifies file storage and management with Stratus, providing a secure, S3-compatible object storage solution that is easy to use and integrate into your applications.

Core Features & Use Cases

  • Object Storage: Securely store and manage files as objects within buckets.
  • Upload & Download: Efficiently upload and download files to and from Stratus.
  • Signed URLs: Create time-limited, secure access to your files via signed URLs.
  • Multipart Upload: Support for large files greater than 100 MB with multipart uploads.
  • Use Case: Ideal for storing user-uploaded files, hosting application assets, or backing up data to the cloud.

Quick Start

Use the catalyst-stratus skill to upload a file to your Stratus bucket 'my-bucket'.

Frequently Asked Questions about catalyst-stratus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage object storage operations in Catalyst Stratus?

You can manage object storage by creating, retrieving, updating, and deleting objects within configured buckets. Stratus provides a secure, S3-compatible environment for scalable file management.

What is the best way to upload large files greater than 100 MB to object storage?

Uploading large files greater than 100 MB to object storage is handled using multipart uploads. This mechanism breaks the file into smaller parts, ensuring reliable and efficient data transfer to your bucket.

How do I generate secure time-limited access to files in a bucket?

Secure time-limited access to files in a bucket is generated using signed URLs. This allows you to securely share application assets or user-uploaded files without exposing them publicly.

Does Catalyst Stratus work as an S3-compatible file storage solution?

Yes, Catalyst Stratus works as an S3-compatible file storage solution. It simplifies storing and managing user-uploaded files, hosting application assets, and backing up data to the cloud.

What are the limitations of multipart upload for bucket file storage?

Multipart upload is specifically designed for large files greater than 100 MB in bucket file storage. You should use standard upload methods for smaller files to avoid unnecessary processing overhead.