A high-performance utility to upload local files to UCloud US3 storage and generate instant, shareable public URLs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install us3
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 us3 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The UCloud US3 Storage skill is designed to provide AI agents with a direct interface to UCloud's object storage infrastructure. By leveraging this skill within the Openclaw Skills ecosystem, developers can automate the lifecycle of digital assets, moving them from local environments to the cloud with minimal configuration. It handles the complexities of API authentication and content-type detection, making it an essential bridge for cloud-native workflows.
This skill is particularly valuable for scenarios where local data needs to be transformed into persistent, web-accessible resources. Whether you are dealing with automated reports, media assets, or system logs, this integration ensures your Openclaw Skills can store and share data reliably across the globe.
To get started with this skill in your Openclaw Skills environment, configure your UCloud credentials as environment variables:
export US3_PUBLIC_KEY="your_ucloud_public_token"
export US3_PRIVATE_KEY="your_ucloud_private_key"
export US3_BUCKET="bucket-name.region.ufileos.com"
export US3_ENDPOINT="https://api.ucloud.cn/"
Once configured, you can upload files using the following command structure:
node /root/clawdbot/skills/us3/upload.mjs --file "/path/to/your/asset.png"
The skill accepts specific CLI parameters and returns a structured response for downstream Openclaw Skills processing:
| Parameter | Type | Description |
|---|---|---|
--file |
String | Required. The absolute path to the local file. |
--key |
String | Optional. Custom path/name in the bucket. |
--url-only |
Boolean | Optional. If set, only the URL string is returned. |
Standard JSON Output:
success: Boolean status of the upload.url: The generated public HTTPS URL.key: The stored object path.bucket: The destination bucket domain.size: File size in bytes.--url-only flag for easy integration into bash pipes.Loading
DeepSeek OCR is a specialized skill for converting images, screenshots, and documents into high-quality text or markdown using advanced AI models.

A comprehensive automation tool for searching availability and booking rooms on the Marriott Bonvoy portal via an AI agent.

An automated management tool for monitoring V2RayN proxy health, performing connection tests, and managing node failovers on macOS.

An AI-powered productivity coach that analyzes local ActivityWatch data to provide actionable time-management insights.

An AI-driven intelligence tool that extracts market signals, whale movements, and trending alpha from over 50 elite Telegram groups.

A high-reliability bridge for sending thoughts, links, and memos directly to your flomo inbox using automated workflows.








































