A universal cloud storage management skill that provides a unified interface for AWS S3, Aliyun OSS, Tencent COS, and Azure Blob.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cloud-storage-manager
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cloud-storage-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Cloud Storage Manager is a versatile tool designed to simplify the complexities of managing multiple cloud storage providers. By abstracting the specific APIs of AWS S3, Aliyun OSS, Tencent COS, and Azure Blob Storage into a single, unified interface, it allows developers and AI agents to perform file operations seamlessly across different infrastructures. As part of the Openclaw Skills ecosystem, it bridges the gap between disparate cloud environments, ensuring consistent data handling and simplified management.
This skill is particularly valuable for organizations adopting multi-cloud or hybrid-cloud strategies. It eliminates the need to maintain separate codebases for different storage backends, providing a streamlined workflow for file transfers, bucket management, and data synchronization. Whether you are automating backups or building a cross-platform data pipeline, this tool ensures high reliability and developer productivity.
To integrate this skill into your environment, install the required dependencies and configure your environment variables as shown below:
# Install provider SDKs
pip install boto3 aliyun-python-sdk-oss qcloud-cos-python-sdk-v5 azure-storage-blob
# Configure your environment (example for AWS S3)
export AWS_ACCESS_KEY_ID="your_key"
export AWS_SECRET_ACCESS_KEY="your_secret"
export AWS_REGION="us-east-1"
export AWS_BUCKET="my-bucket"
The Cloud Storage Manager organizes data based on a provider-prefixed architecture. It tracks file metadata and synchronization states through the following taxonomy:
| Property | Description | Format |
|---|---|---|
| Provider | The cloud service being accessed | Enum (S3, OSS, COS, BLOB) |
| Remote Path | The destination key or path in the cloud | String |
| Local Path | The source path on the local filesystem | String |
| ACL | Access Control List settings | String (e.g., private, public-read) |
| Signed URL | Temporary authenticated endpoint | URL String |
Advanced synchronization tasks allow for include and exclude filters using glob patterns (e.g., *.tmp).
Loading
A comprehensive stock portfolio management system providing real-time pricing, profit and loss calculations, and automated reporting.

A specialized AI agent skill for writing, debugging, and optimizing scripts for the WebGAL visual novel engine.

A powerful image recognition skill that enables AI agents to identify general objects, retail products, and environmental scenes with high precision.

A sophisticated content analysis tool that deconstructs the underlying logic and psychological triggers of viral social media posts.

A professional AI-driven copywriting generator designed to create high-converting marketing material, social posts, and brand stories.

A high-performance scraping tool designed to extract comments and threaded replies from TikTok videos and photo posts without requiring a login.








































