SKILLEMALL.ai

BD weiyun

微云网盘 MCP 接口完整技能。包含 weiyun.list、weiyun.list_by_category、weiyun.download、weiyun.delete、weiyun.upload、weiyun.gen_share_link、weiyun.rename_file、weiyun.rename_dir、weiyun.create_dir、weiyun.move_dir、weiyun.move_file、check_skill_update 共 12 个 MCP Tool 的使用指南,以及 FTN 上传协议所需的 SHA1 分块计算脚本。当用户提到微云上传、MCP 上传、block_sha_list 计算、FTN 上传、微云文件管理或上述任一 Tool 名时触发。

ClawHub Agent Skills author: 振云 (Percy) v1.0.5 MIT-0 8 files body ≈ 5 287 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process D 37/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions

GeneratorAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
78/100
safety, quality, tests
Safety 60%
84
Quality 40%
69
Run on models
none yet
Process rating
D
37/100
Unfinished process
Result and completion w 14
0
Inputs and preconditions w 11
0
Failures and branches w 10
0
the three weakest of ten parameters · all ten

The same skill appears in 1 more place: ClawHub

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
  2. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 4

✓ No critical or high findings

Medium and low: 4
  • medium Dangerous commands cmd-execpolicy-bypass references/auth.md:14
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File setup.ps1 weiyun_check_and_start_auth
  • medium Dangerous commands cmd-execpolicy-bypass references/auth.md:36
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File setup.ps1 weiyun_fetch_token
  • medium Dangerous commands cmd-execpolicy-bypass references/auth.md:68
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File setup.ps1 weiyun_set_token <你的Token>
  • low Dangerous commands cmd-execpolicy-bypass SKILL.md:11
    Runs PowerShell with execution policy bypassed (quoted — discussed, not commanded)
    > **Windows 用户**:所有 `bash ./setup.sh` 命令请替换为 `powershell -ExecutionPolicy Bypass -File setup.ps1`,详见 `references/auth.md`。
    quoted

Files scanned: 8. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")
  • warning body-long SKILL.md body ≈ 5287 tokens (recommended < 5000); move details to references/

Process rating: all ten parameters 37/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Failures and branches. Linear process with no failure handling
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 9 mutating operations with no state check
  • 40Consistency. Frontmatter name (weiyun) differs from the folder (tencent-drive-mcp)
  • 60Tools and files. Uses tools (bash, web, python) that frontmatter does not declare
  • 70Execution cost. Instruction body is 5287 tokens
  • 100Steps. 83 steps
  • low 10 top-level sections: this looks like several domains in one skill

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +3Description length 341: enough signal without eating the budget
  • +4Structure: 44 headings
  • +3Step-by-step instructions: 83 items
  • +4Has examples (21 code blocks)
  • +4Reference files are cited in the instructions (1 of 3)
  • +3All 3 scripts are documented

Quality base 70; lint remarks subtract, signals add up to 100. Result: 69.

External checks

ClawHub: suspicious
This appears to be a real Weiyun drive-management skill, but it needs review because it gives an agent broad control over cloud files and handles tokens, cookies, uploads, deletes, and share links with uneven safeguards.
LLM: suspicious (high) · VirusTotal: · 29 May 2026