weiyun-management

Automate Tencent Weiyun file operations and sharing via CLI and Python SDK.

52|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Zhow01/SkillAttack --skill weiyun-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weiyun-management
Source: https://github.com/Zhow01/SkillAttack/tree/main/data/hot100skills/079_wscats_weiyun-skills
Command: npx skills add https://github.com/Zhow01/SkillAttack --skill weiyun-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tencent Weiyun cloud storage management is often manual, error-prone, and time-consuming when performing authentication, file operations, and sharing tasks across teams.

Core Features & Use Cases

  • Authenticate via QR code or cookies, then perform end-to-end file operations (list, upload, download, move, delete, share, recycle) and space management through a single CLI and Python SDK.
  • Enable automated backups, batch sharing, and space auditing in development pipelines or operations.
  • Trigger tasks like "list /", "upload local/file.txt to /docs/file.txt", or "share /docs/report.pdf with expiry" from AI prompts.

Quick Start

Install dependencies, authenticate, and then use the CLI to manage Weiyun files and shares.

Frequently Asked Questions about weiyun-management

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

FAQPage Schema
How do I automate Tencent Weiyun file management from the command line?

Automate Tencent Weiyun file management using a CLI and Python SDK to handle file operations like list, upload, download, move, delete, and share. It provides a standard response format and robust error handling for automated pipelines.

Can I authenticate with Tencent Weiyun using cookies or QR codes for automated scripts?

Yes, you can authenticate with Tencent Weiyun via QR code or cookies for automated scripts. The implementation features persistent cookie handling, enabling continuous automated backups, batch sharing, and space auditing without manual login.

What is the best way to trigger Weiyun upload and share tasks from an AI prompt?

Trigger Weiyun upload and share tasks from an AI prompt by using natural language commands like 'upload local/file.txt to /docs/file.txt' or 'share /docs/report.pdf with expiry', which the CLI parses into end-to-end file operations.

Does this Weiyun automation tool support space tracking and recycle bin management?

Yes, this Weiyun automation tool supports space tracking and recycle bin management. You can audit cloud storage space and perform end-to-end file operations including moving files to the recycle bin directly through the CLI or Python SDK.

How do I handle authentication errors during Tencent Weiyun batch operations?

Handle authentication errors during Tencent Weiyun batch operations using the tool's robust error handling and persistent cookie management. It maintains a standard response format to ensure automated pipelines fail safely and predictably.

What are the limitations of using a CLI for Tencent Weiyun cloud storage management?

Using a CLI for Tencent Weiyun cloud storage management requires installing dependencies and setting up authentication via cookies or QR codes first. It is designed for automated pipelines and development operations rather than manual GUI-based file browsing.