cloud-upload-backup

Upload local files to Tencent SMH cloud storage and generate mobile-viewable short links.

Updated May 4, 2026
One-click install
npx skills add https://github.com/234194027-cpu/xianclaw --skill cloud-upload-backup-234194027-cpu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-upload-backup
Source: https://github.com/234194027-cpu/xianclaw/tree/main/resources/openclaw/config/skills/cloud-upload-backup
Command: npx skills add https://github.com/234194027-cpu/xianclaw --skill cloud-upload-backup-234194027-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, node, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the hassle of manually uploading and sharing local files by automating cloud upload, backup, and link delivery in a desktop-to-mobile workflow.

Core Features & Use Cases

  • Cloud file upload & backup: Upload single files or batch multiple files to Tencent SMH cloud storage.
  • Mobile-friendly sharing: Generate short links that can be viewed from the QClaw Mini Program.
  • Cloud organization & lookup: List cloud files/folders and query file information to retrieve usable preview/download links when needed.
  • Safe conflict handling: Uses a default conflict strategy of asking the user, with overwrite or rename only when explicitly requested.

Quick Start

Ask the agent: Upload my file /Users/alice/Documents/report.pdf and make it accessible on my phone.

Frequently Asked Questions about cloud-upload-backup

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

FAQPage Schema
Can I batch upload multiple files to Tencent SMH and share them via short links?

Batch upload multiple local files to Tencent SMH cloud storage in a single operation to generate mobile-viewable short links. This process handles multiple files simultaneously and returns shareable links via the QClaw Mini Program.

How does conflict resolution work when uploading files to Tencent SMH?

Conflict resolution defaults to asking the user when naming conflicts occur during upload. It only overwrites or renames existing files when you explicitly request that specific conflict resolution strategy.

What dependencies are required to use the cloud upload and backup features?

You need curl, jq, and node installed to execute cloud upload and backup commands. These dependencies handle HTTP requests to the local proxy interface and parse JSON responses for file information and short links.

Can I query my uploaded files on Tencent SMH to retrieve download links?

Use the list and info commands to query cloud files and folders stored on Tencent SMH. These commands retrieve file information and return usable preview or download links for your backed up files.

What security measures protect the short links generated for mobile viewing?

Strict allowlisted domain validation ensures that returned cloud storage links are safe and properly routed through server-rendered message passthrough. This prevents unauthorized domains from being injected into the mobile viewing workflow.