What problem does it solve?
This Skill removes the need to manually operate Weiyun’s web UI or hand-craft complex API calls by giving you an MCP-based interface for file browsing, downloading, uploading, sharing, and administration.
Core Features & Use Cases
- Full Weiyun MCP Tool Coverage: supports directory listing (weiyun.list), category listing (weiyun.list_by_category), bulk download (weiyun.download), bulk delete (weiyun.delete), file upload (weiyun.upload), share link generation (weiyun.gen_share_link), renaming files/directories (weiyun.rename_file, weiyun.rename_dir), and moving files/directories (weiyun.move_file, weiyun.move_dir).
- Upload Works with Weiyun’s FTN/SHA1 Requirements: performs local streaming SHA1 internal-state computation for block_sha_list/check_sha/check_data and drives the two-stage upload workflow (pre-upload then chunked upload), so agents don’t need to compute protocol parameters themselves.
- Operational Guardrails: includes daily version check (check_skill_update), requires correct pdir_key usage from weiyun.list top-level response, and emphasizes attaching req_header telemetry for reliability.
Quick Start
Ask the agent to upload your local file to Weiyun using the provided one-click upload script, by giving the file path and the target pdir_key (obtained from weiyun.list).