cloud-upload-backup

Upload local files to Tencent SMH cloud storage with conflict strategy handling.

1|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/bluegitter/QClaw --skill cloud-upload-backup-bluegitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-upload-backup
Source: https://github.com/bluegitter/QClaw/tree/main/resources/openclaw/config/skills/cloud-upload-backup
Command: npx skills add https://github.com/bluegitter/QClaw --skill cloud-upload-backup-bluegitter

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about cloud-upload-backup

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

FAQPage Schema
How do I upload local files to Tencent SMH cloud storage?

Batch uploading multiple files to Tencent SMH is supported in a single request, returning one pre-rendered summary message for display. This allows efficient cross-device delivery of multiple reports or media files without manual iterative uploads.

Can I use multipart upload for large files to avoid memory exhaustion?

Conflict strategy handling enforces rules for file upload conflicts, with options like the default 'ask' setting. It manages how duplicate files are processed during cloud backup, preventing silent overwrites when uploading to Tencent SMH.

Do I need a local HTTP proxy endpoint to send files to my phone via QClaw?

You must output the server-provided message field verbatim to prevent AI-generated URL hallucinations. Never reconstruct or modify the returned URLs, as the anti-hallucination rules require displaying the exact server-rendered message for accurate file delivery.

What is the best way to back up task outputs to cloud storage for cross-device viewing?

The best way to back up task outputs for cross-device viewing is using QClaw to upload to Tencent SMH. It removes manual upload steps and delivers files via Mini Program short links, ensuring secure cross-device access.