What problem does it solve?
Provides a reliable way to transfer local files and task outputs to Tencent SMH cloud storage and deliver them to other devices, removing manual upload steps and preventing AI-generated URL hallucinations by relying on server-rendered messages.
Core Features & Use Cases
- Upload single files with a controlled conflict strategy, suitable when a user says "上传文件" or "把 xxx 发给我".
- Batch upload multiple files in one request and receive a single pre-rendered summary message for display.
- Handles arbitrarily large files via chunked/multipart uploads to avoid memory exhaustion.
- Enforces anti-hallucination rules: always output the server-provided message field verbatim, never reconstruct or modify returned URLs.
- Real-world use: deliver generated reports, exports, or large media files to a user's phone via QClaw Mini Program short links.
Quick Start
Ask QClaw to upload /path/to/report.pdf with the default conflictStrategy set to ask so the skill performs the upload and returns the server-generated message for display.