A streamlined tool for uploading local files to Alibaba Cloud OSS and generating secure, time-limited access URLs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install aliyun-oss-upload
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 aliyun-oss-upload using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Aliyun OSS Upload skill is a powerful integration designed for Openclaw Skills that bridges the gap between local environments and Alibaba Cloud Object Storage Service (OSS). This tool allows developers and AI agents to programmatically handle file persistence by uploading data to the cloud and instantly retrieving pre-signed, temporary URLs for secure sharing.
By leveraging the oss2 Python SDK, this skill ensures reliable data transfer while maintaining high security standards. It is particularly useful for workflows that require temporary public access to files stored in private buckets, making it an essential component for any automated asset management pipeline within the Openclaw Skills ecosystem.
To get started with this skill, first install the required Python dependency:
pip install oss2
Next, configure your Alibaba Cloud credentials and bucket information as environment variables to allow Openclaw Skills to authenticate successfully:
export ALIYUN_OSS_ACCESS_KEY_ID="your-access-key-id"
export ALIYUN_OSS_ACCESS_KEY_SECRET="your-access-key-secret"
export ALIYUN_OSS_ENDPOINT="https://oss-cn-hangzhou.aliyuncs.com"
export ALIYUN_OSS_BUCKET="your-bucket-name"
The skill manages data through the following parameters and outputs:
| Parameter | Type | Description |
|---|---|---|
| file | Path | The local file path to be uploaded to OSS. |
| key | String | The destination object name (path) in the OSS bucket. |
| expire | Integer | The validity duration of the signed URL in seconds (Default: 3600). |
| url | String | The resulting temporary, pre-signed access link generated by the skill. |
Loading
A powerful CLI tool for executing one-shot AI prompts, video content analysis, and automated file-based generation using Google Gemini models.

An AI-driven dating assistant that manages matches and conversations on Flirting Bots, handing off only when a genuine spark is detected.

A specialized automation tool for sending daily One Calendar (OWSPACE) inspiration images to Feishu users.

A sophisticated AI agent for predictive pharmacology, providing comprehensive ADME/PK profiling and drug-likeness assessment from chemical SMILES strings.

A specialized development framework for scaffolding, documenting, and validating modular AI agent capabilities.

A robust automation skill that silently manages the Claude Code OAuth token lifecycle to prevent AI agent interruptions.








































