cloud-upload-backup

Upload local files to Tencent SMH cloud storage and return the server's pre-rendered message.

18|6|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/alter123-zz/RaccoonClaw --skill cloud-upload-backup-alter123-zz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cloud-upload-backup
Source: https://github.com/alter123-zz/RaccoonClaw/tree/main/skills/cloud-upload-backup
Command: npx skills add https://github.com/alter123-zz/RaccoonClaw --skill cloud-upload-backup-alter123-zz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes friction in delivering local files to users' mobile devices or cloud storage by uploading files to Tencent SMH and returning a pre-rendered, server-generated message so the AI never constructs or mangles file URLs.

Core Features & Use Cases

  • Single-file upload with a required default conflictStrategy of "ask" so the user explicitly chooses overwrite/rename/cancel when a name collision occurs.
  • Batch upload (2+ files) that returns a single pre-rendered summary message for all results to avoid multi-response assembly.
  • Anti-hallucination guardrails: always output the server's message field verbatim; never reconstruct or modify URLs from raw fields.
  • Large-file support via chunked/multipart uploads, no artificial file-size limit, and cross-platform port configuration through AUTH_GATEWAY_PORT.
  • Use cases: send a task output or export to the user's phone, back up working files to cloud storage, or deliver generated artifacts to another device.

Quick Start

Upload the local file /path/to/report.pdf to Tencent SMH and return the server's pre-rendered message verbatim.

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?▼

To upload local files to Tencent SMH, the Skill transfers files via an HTTP proxy endpoint and returns the server's pre-rendered download message verbatim. It supports both single-file and batch upload scenarios for backing up exports or transferring files to mobile devices.

Can I batch upload multiple files to Tencent SMH at once?▼

Yes, batch uploading multiple files to Tencent SMH returns a single pre-rendered summary message for all results. This avoids multi-response assembly and provides one consolidated output containing all download links for the uploaded files.

How does file conflict handling work when uploading to Tencent SMH?▼

File conflict handling for Tencent SMH uploads uses a default "ask" strategy, prompting the user to explicitly choose overwrite, rename, or cancel when a name collision occurs. This ensures deliberate control over existing files during the upload process.

Does Tencent SMH upload support large file transfers?▼

Yes, large file uploads to Tencent SMH are supported via chunked multipart uploads with no artificial file-size limit. This mechanism handles large task outputs and backups reliably across different platforms using configurable port settings.

Why does the upload return a server-generated message instead of a raw URL?▼

The upload returns a server-generated message verbatim to prevent URL hallucination by the AI. This anti-hallucination guardrail ensures the download links are never reconstructed or modified, maintaining the accuracy of the pre-rendered Tencent SMH URLs.