cloud-upload-backup

Upload and backup local files to Tencent SMH cloud storage via local proxy.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/novolei/if2Ai --skill cloud-upload-backup-novolei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-upload-backup
Source: https://github.com/novolei/if2Ai/tree/main/src-tauri/resources/bundled-skills/cloud-upload-backup
Command: npx skills add https://github.com/novolei/if2Ai --skill cloud-upload-backup-novolei

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

将本地文件备份到腾讯云存储 SMH,并在 QClaw 小程序中查看备份链接,解决手动上传与链接管理的繁琐。

Core Features & Use Cases

  • 上传单个文件到腾讯 SMH 云存储,完成云端备份
  • 支持批量上传并处理同名冲突,输出服务提供的可分享链接
  • 在 QClaw 生态中查看和管理备份链接,便于分发与审计

Quick Start

将一个本地文件上传到腾讯 SMH 云存储以备份,并在 QClaw 中查看链接。

Frequently Asked Questions about cloud-upload-backup

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

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

You can back up local files to Tencent SMH cloud storage by using a local proxy API to upload data, which handles HTTP requests via curl and Node.js to generate shareable backup links.

Can I batch upload files to Tencent SMH and handle naming conflicts?

Yes, batch uploading files to Tencent SMH supports conflict handling for identical filenames, safely managing errors and surfacing service-provided messages and links for each uploaded item.

Do I need curl and Node.js to upload files to Tencent SMH?

Yes, you need curl and Node.js runtime installed locally, as the upload process relies on them to marshal JSON data and perform HTTP requests through the local proxy API.

What is the best way to manage backup links in the QClaw mini program?

The best way to manage backup links in QClaw is to upload files to Tencent SMH via the local proxy, which outputs service-provided links directly into the QClaw ecosystem for distribution and auditing.

Does Tencent SMH file backup validate URLs before completing the upload?

Yes, the Tencent SMH file backup process includes URL validation to ensure service-provided messages and links are accurate and safely delivered after the local proxy handles the HTTP request.