Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add coracoo/zspace_skill --skill media-organizergit clone --depth 1 https://github.com/coracoo/zspace_skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/coracoo/zspace_skill/media-organizer)<a href="https://agentmods.dev/skills/coracoo/zspace_skill/media-organizer"><img src="https://agentmods.dev/badge/skills/coracoo/zspace_skill/media-organizer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/coracoo/zspace_skill/media-organizer"><img src="https://agentmods.dev/badge/skills/coracoo/zspace_skill/media-organizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00358 | $0.03287 |
| Opus 5 | $0.00179 | $0.01643 |
| Sonnet 5 | $0.00072 | $0.00657 |
| Haiku 4.5 | $0.00036 | $0.00329 |
Grade A, and why
media-organizer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Media Organizer — NAS 极影视只读诊断
概述
前置:先调 nas-setup skill 验证 NAS 登录(whoami)。如 N001208 自动重登,正常。
通过组合 NAS MCP tool + media_organizer.py 脚本,只读诊断极影视的"分类不规范"问题。
所有写操作都不在 skill 里 — 报告生成后,用户手动决定怎么处理(用 MCP tool 弹 UI 批准)。
只读设计
- 合并/移动会触发 NAS 重扫(
/classification/rescan),可能跑 30+ 分钟 - 影片路径可能是网络挂载(
/zspace/extdev/...,CIFS/SMB),跨挂载点移动由 NAS 后端处理 - 诊断先看问题,修复单独做
6 个诊断命令
| 命令 | 用途 | 走哪个 MCP / 端点 |
|---|---|---|
audit-classifications |
分类审计:重名 / 空 / 异常名 | list_video_classes → /zvideo/classification/list |
audit-sources |
源目录审计:不该在影视库的路径 | list_video_dirs → /zvideo/classification/dirs |
audit-collections |
抽样审计:type 分布 + 分类与 type 不匹配 | random_movies × N → /zvideo/video/randomlist |
suggest-moves |
per-collection 挪分类建议:哪些影片应该到哪个分类 | 复用 audit-classifications + randomlist |
audit-all |
一键全跑 | 上面四个一起 |
工作流
场景 1:用户说"看下我的影视库分类有没有问题"
步骤:
- exec
python skills/media-organizer/media_organizer.py audit-classifications - 读输出,识别 4 类问题:
- 重名分类(典型:用户自建"电影" + 系统分类"电影")
- 空分类(series=0 + coll=0)
- 异常名(全英文缩写 / 含路径分隔符 / 未启用)
- 用户分类跟系统分类同名(应该合并到系统分类)
- exec
audit-sources看源目录 - exec
audit-collections --sample 8抽样看 type 分布
场景 2:用户说"某个分类里的影片是不是该挪走"(per-collection 诊断)
步骤:
- exec
audit-classifications→ 看到异常分类(frds / test 之类) - exec
suggest-moves --sample 30→ 列出每个疑似错放的 collection - 报告给出:
- 按当前分类聚合(frds 里 X 部该挪)
- 按目标分类拆分(其中 Y 部 → 电影,Z 部 → 电视剧)
- 全量估算(基于抽样率 × classification collection_count)
- 详情(前 20 部的标题 / 年份 / 评分)
- ⚠️ 不做挪动 — NAS 没暴露"挪 collection 分类"API(10 个候选路径都 403),修复走 pcweb UI 或改源目录 + classification/rescan
为什么需要单独命令: audit-collections 只在"分类"级别看分布混不混,suggest-moves 在"collection"级别给具体标题和挪向建议。两者互补。
场景 2:用户说"frds 这个分类是不是太杂了"
步骤:
- exec
audit-classifications→ 确认 frds 是异常名 - exec
audit-collections --sample 12(更多采样)→ 看 frds 里都有什么 type - 报告里说"frds = 53 电影 + 37 电视剧",建议拆分到
电影/电视剧(系统分类)
What ships with it
6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 169 lines · 358 tokens per session scan A 2eb6d2d589be
media-organizer is a skill published in the GitHub repository coracoo/zspace_skill (23 stars, last pushed 1mo ago), licensed MIT. It adds 358 tokens to every session and 3,287 once invoked, about $0.0018 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.
chengfeng-check-updates
An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.