SKILLEMALL.ai

BD c-disk-cleanup-pro

面向电脑小白的 Windows C 盘清理助手(经真机实战验证)。两种模式:①开荒保洁——C盘已爆满时,先只读体检、用大白话讲清每类文件是什么/删了有啥影响,等用户逐条点头才动手,且一律只搬不删、可恢复;②日常保洁——记住你的清理习惯,定期自动体检或你随时喊一声,只清安全项。绝不自行删除任何文件,任何清理动作前必须取得用户明确同意。实战已验证:微信等聊天数据走官方"更改存储位置"迁移、可重建缓存只搬 Cache/Temp 子目录、软件主程序目录绝不碰、搬前检测进程锁防"半搬走"。触发词:"C盘满了""C盘爆红""清理C盘""C盘瘦身""腾空间""定期清理C盘""电脑卡"。

ClawHub Agent Skills author: jiamiaolou-art v1.0.1 MIT-0 12 files · 3 scripts body ≈ 1 156 tokens Open the sourceclawhub.ai analyzed 3 d ago

面向电脑小白的 Windows C…

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

ProcedureAI and agentsPersonal productivitytype and topics are labelled automatically from the skill text
JSON
Technical rating
B
85/100
safety, quality, tests
Safety 60%
88
Quality 40%
81
Run on models
none yet
Process rating
D
49/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

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.
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 · 8

✓ No critical or high findings

Medium and low: 8
  • medium Dangerous commands cmd-execpolicy-bypass references/workflow.md:36
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy Bypass -File scripts/safe…ps1 `
  • low Dangerous commands cmd-execpolicy-bypass references/troubleshooting.md:59
    Runs PowerShell with execution policy bypassed (quoted — discussed, not commanded)
    - 写脚本与运行分开:先用 `Write`/编辑器把 .ps1 写到**工作区或 D 盘**(非 C 盘系统目录),再用 `powershell -ExecutionPolicy Bypass -File 脚本路径` 运行。
    quoted
  • low Dangerous commands cmd-execpolicy-bypass scripts/find_backup_drive.ps1:2
    Runs PowerShell with execution policy bypassed (code comment)
    # 用法: powershell -ExecutionPolicy Bypass -File find…ps1
    comment
  • low Dangerous commands cmd-execpolicy-bypass scripts/safe_ops.ps1:11
    Runs PowerShell with execution policy bypassed (code comment)
    #     powershell -ExecutionPolicy Bypass -File safe…ps1 -Action MoveToBackup -Path "C:\Users\me\AppData\Local\Temp" -BackupDrive D
    comment
  • low Dangerous commands cmd-execpolicy-bypass scripts/safe_ops.ps1:13
    Runs PowerShell with execution policy bypassed (code comment)
    #     powershell -ExecutionPolicy Bypass -File safe…ps1 -Action MoveToBackup -Path "..." -BackupDrive D -Confirmed
    comment
  • low Dangerous commands cmd-execpolicy-bypass scripts/safe_ops.ps1:15
    Runs PowerShell with execution policy bypassed (code comment)
    #     powershell -ExecutionPolicy Bypass -File safe…ps1 -Action WindowsClean -Confirmed
    comment
  • low Dangerous commands cmd-execpolicy-bypass scripts/safe_ops.ps1:17
    Runs PowerShell with execution policy bypassed (code comment)
    #     powershell -ExecutionPolicy Bypass -File safe…ps1 -Action SendToRecycle -Path "..." -Confirmed
    comment
  • low Dangerous commands cmd-execpolicy-bypass scripts/scan_cdrive.ps1:2
    Runs PowerShell with execution policy bypassed (code comment; documentation of a security skill)
    # 用法: powershell -ExecutionPolicy Bypass -File scan…ps1
    commentsecurity skill

Files scanned: 12. 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")
  • note frontmatter-key unknown frontmatter key "display_name"
  • note frontmatter-key unknown frontmatter key "risk_level"
  • note frontmatter-key unknown frontmatter key "requires_consent"

Process rating: all ten parameters 49/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
  • 40Consistency. Frontmatter name (c-disk-cleanup-pro) differs from the folder (c-disk-cleanup)
  • 100Tools and files. No external tools needed
  • 100Steps. 58 steps
  • 100Execution cost. Instruction body is 1156 tokens
  • 100Running it twice. No mutating operations

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

  • +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
  • +5Description quotes 2 example trigger phrases
  • +3Description length 289: enough signal without eating the budget
  • +4Structure: 13 headings
  • +3Step-by-step instructions: 58 items
  • +4Has examples (1 code blocks)
  • +4Reference files are cited in the instructions (3 of 3)
  • +3All 3 scripts are documented

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

External checks

ClawHub: suspicious
This is a real local C-drive cleanup skill, but it needs review because some documented actions can change system or app files beyond the skill's strongest safety promises.
LLM: suspicious (high) · 23 Jul 2026