unity-cleaner
Installation
SKILL.md
Before calling any skill in this module: if you are about to call a skill with parameters guessed from its name or description, STOP — read this file (or fetch its schema via
GET /skills/recommend?includeSchema=true) first. If you already have the parameter definitions from recommend/schema, you may proceed straight to dryRun.
Triggers
- Reducing project bloat
- Hunting duplicate or orphaned assets
- Auditing before a release
- 给项目瘦身、排查重复或孤立资源、发布前审计
Unity Cleaner Skills
Safety:
cleaner_delete_assetsuses a two-step confirmToken handshake. Call withoutconfirmTokento preview; call again with the returned token (5-minute TTL) to actually delete. There is nodryRunparameter.