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 EthanYoQ/Skill-hub --skill media-usegit clone --depth 1 https://github.com/EthanYoQ/Skill-hubWrote 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/ethanyoq/skill-hub/media-use)<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/media-use"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/media-use/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/ethanyoq/skill-hub/media-use"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/media-use.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.00144 | $0.01562 |
| Opus 5 | $0.00072 | $0.00781 |
| Sonnet 5 | $0.00029 | $0.00312 |
| Haiku 4.5 | $0.00014 | $0.00156 |
Grade A, and why
media-use 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 5d 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.
This is a copy
100% identical to media-use — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
media-use
The media OS for HyperFrames: resolve · generate · operate · remember — every media type, one skill, zero context noise.
First run: install and sign in to the heygen CLI (the free-usage path), then verify with node <SKILL_DIR>/scripts/resolve.mjs --doctor. Setup and providers: references/setup-providers.md.
Resolve — the one verb
node <SKILL_DIR>/scripts/resolve.mjs --type <type> --intent "<description>" --project <dir>
Returns one line: resolved <id> → <path> (<type>, <metadata>). All search noise stays on disk.
| Type | One-line intent |
|---|---|
bgm |
background music (HeyGen catalog, 10k+ tracks) |
sfx |
sound effects (bundled 19-file library + catalog) |
image |
photos, backgrounds (HeyGen asset search, 75k+ vectors) |
icon |
icons, symbols (transparent) |
logo |
official brand marks (svgl → simple-icons → GitHub avatar → favicon; never redrawn) |
voice |
TTS voiceover (HeyGen free-usage path; optional local Kokoro) |
grade |
measured correction candidate; broad polish/stylization follows Media Treatments |
lut |
user-provided or explicitly chosen reusable validated .cube file |
Before resolving fresh, list reusable candidates with --candidates and judge fit yourself — reuse rules, all flags, ingest (--from), and adopt are in references/resolve.md.
Treat broad visual feedback as media intent
When a user explicitly asks to fix, polish, stylize, obscure, emphasize, or
reveal photographic media, read references/media-treatments.md even if they
do not name color grading or an effect. Inspect the real <img>/<video>,
choose one primary intent, then use deterministic persistence and verification.
Use a matching recipe as an optional tested seed, or inspect
hyperframes media-treatment --capabilities --json, then request one relevant
family/effect with --capability <id> and assemble a custom treatment from
canonical controls. Never load --all for ordinary authoring. A treatment may
compose correction, a preset, finishing, compatible shader effects, supported
keyframes, and optional Registry overlays. Add only source-justified bounded
tuning and compatible parts, never effects merely to make the result look more
sophisticated. Persist the final combined payload with
hyperframes media-treatment.
What ships with it
60 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.
- .gitignore 17 B
- audio/assets/sfx/chime.mp3 27 KB
- audio/assets/sfx/click-soft.mp3 11 KB
- audio/assets/sfx/click.mp3 11 KB
- audio/assets/sfx/CREDITS.md 1.2 KB
- audio/assets/sfx/error.mp3 51 KB
- audio/assets/sfx/glitch-1.mp3 82 KB
- audio/assets/sfx/glitch-2.mp3 110 KB
- audio/assets/sfx/glitch-3.mp3 97 KB
- audio/assets/sfx/impact-bass-1.mp3 66 KB
- audio/assets/sfx/impact-bass-2.mp3 81 KB
- audio/assets/sfx/key-press.mp3 3.8 KB
- audio/assets/sfx/manifest.json 3.6 KB
- audio/assets/sfx/notification.mp3 77 KB
- audio/assets/sfx/ping.mp3 26 KB
- audio/assets/sfx/pop.mp3 23 KB
- audio/assets/sfx/riser.mp3 314 KB
- audio/assets/sfx/sparkle.mp3 56 KB
- audio/assets/sfx/typing.mp3 26 KB
- audio/assets/sfx/whoosh-cinematic.mp3 173 KB
- audio/assets/sfx/whoosh-short.mp3 18 KB
- audio/assets/sfx/whoosh.mp3 18 KB
- audio/references/bgm.md 7.8 KB
- audio/references/captions/authoring.md 8.8 KB
- audio/references/captions/motion.md 5.5 KB
- audio/references/captions/transcript-handling.md 5.3 KB
- audio/references/remove-background.md 8.3 KB
- audio/references/requirements.md 4.2 KB
- audio/references/sfx.md 3.4 KB
- audio/references/transcribe.md 2.7 KB
- audio/references/tts-to-captions.md 1.2 KB
- audio/references/tts.md 8.6 KB
- audio/scripts/audio.mjs 13 KB runs code
- audio/scripts/audio.test.mjs 1.9 KB runs code
- audio/scripts/heygen-tts.mjs 4.2 KB runs code
- audio/scripts/lib/bgm.mjs 11 KB runs code
- audio/scripts/lib/bgm.test.mjs 1.2 KB runs code
- audio/scripts/lib/concurrency.mjs 527 B runs code
- audio/scripts/lib/concurrency.test.mjs 1.6 KB runs code
- audio/scripts/lib/heygen.mjs 6.9 KB runs code
- audio/scripts/lib/heygen.test.mjs 3.5 KB runs code
- audio/scripts/lib/python.mjs 2.5 KB runs code
- audio/scripts/lib/python.test.mjs 2.6 KB runs code
- audio/scripts/lib/sfx.mjs 5.3 KB runs code
- audio/scripts/lib/sfx.test.mjs 2.8 KB runs code
- audio/scripts/lib/tts.mjs 16 KB runs code
- audio/scripts/lib/tts.spawn.test.mjs 5.1 KB runs code
- audio/scripts/lib/tts.test.mjs 6.0 KB runs code
- audio/scripts/lyria-recipe.py 4.9 KB runs code
- audio/scripts/wait-bgm.mjs 5.4 KB runs code
- luts/index.json 2.0 KB
- luts/README.md 1.1 KB
- references/audio.md 1.7 KB
- references/grading.md 6.6 KB
- references/media-treatment-recipes.md 35 KB
- references/media-treatments.md 14 KB
- references/memory.md 3.3 KB
- references/meta.md 6.6 KB
- references/operations.md 14 KB
- references/resolve.md 8.8 KB
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.
- 5d ago First seen · 97 lines · 144 tokens per session scan A 1301ea7cb53a
media-use is a skill published in the GitHub repository EthanYoQ/Skill-hub (9 stars, last pushed 5d ago), licensed MIT. It adds 144 tokens to every session and 1,562 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to media-use, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
superplan-entry
Use when a new request might involve repo work, tracked changes, workspace-specific decisions, or durable coordination and you must decide whether Superplan should engage before exploring or implementing.
superplan-shape
Use when Superplan has decided to engage and the work still needs plans, specs, proof paths, or multiple tracked tasks shaped before bounded execution can start.
superplan-execute
Use when tracked work is already shaped and the next move is to execute, verify, block, or request feedback without replanning from scratch.
superplan-brainstorm
Use when routed repo work still has meaningful ambiguity about behavior, constraints, taste, or acceptance intent, and that ambiguity would make planning or execution unsafe.
superplan-review
Use when a tracked task appears done and you need to decide whether its acceptance criteria are truly satisfied by fresh evidence.
superplan-route
Use when Superplan may engage and you need to decide whether to stay lightweight, create one tracked task, gather context first, or shape deeper structure before execution begins.