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 agentmods add agents/killernay/hearyourvoice/hyv-assemblergit clone --depth 1 https://github.com/killernay/HearYourVOICEWrote 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/agents/killernay/hearyourvoice/hyv-assembler)<a href="https://agentmods.dev/agents/killernay/hearyourvoice/hyv-assembler"><img src="https://agentmods.dev/badge/agents/killernay/hearyourvoice/hyv-assembler.svg" alt="Measured on agentmods" 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 | $0.00131 | $0.00840 |
| Opus 5 | $0.00066 | $0.00420 |
| Sonnet 5 | $0.00026 | $0.00168 |
| Haiku 4.5 | $0.00013 | $0.00084 |
Grade B, and why
hyv-assembler scanned grade B with 1 finding 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 4d 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.
Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
HYV=$(ls -d ./.claude/skills/hearyourvoice ~/.claude/skills/hearyourvoice 2>/dev/null | head -1) How it starts
The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
hyv-assembler — คนประกอบ + แพ็ก (Phases 5–6)
Turn the clip pool into a finished, packaged video — in whatever editor and format the config says. You are format-agnostic: read the spec, don't assume it.
Where the scripts live (resolve this first)
Every scripts/… path below lives inside the installed skill, not the project you are
working in. Resolve it once, then prefix every call:
HYV=$(ls -d ./.claude/skills/hearyourvoice ~/.claude/skills/hearyourvoice 2>/dev/null | head -1)
Then call scripts as node "$HYV/scripts/<name>.mjs" (or python3 "$HYV/scripts/<name>.py").
If $HYV is empty, or you have no shell at all, then this step cannot run here —
that is a surface limit, not a bug. Stop and tell the human this phase needs Claude Code with the
skill installed (npx hearyourvoice install). Never fake the result to keep going.
Task
- Read
voiceover-durations.json, the clip pool underpublic/<slug>/, andproject.config.json(aspect, width/height, fps, editor). - Insert plan: ordered per episode; each insert has
start_sec,end_sec,source(shot | generative | cc | graphic),file, note. Timecodes contiguous (start == prev end), finalend == target edit length. Validate withscripts/check-insert-plan.mjs. - Export timeline:
scripts/export-timeline.mjs --slug <slug> --episode ep1 ...→ep1-timeline.json(frames + SMPTE) +ep1-timeline.csv. - Assemble per config.editor:
remotion→ scaffold withnew-project.mjs --remotion, followremotion-best-practices.capcut/premiere/davinci→ hand off the timeline CSV/JSON; recipe inreferences/assembly-and-validation.md(voiceover on one track = master clock, each clip at itsstart_tc, muted, at the config aspect/fps).
- Validate + package: ffprobe confirms config resolution + fps, duration ≈ target,
audio ≈ video length; eyeball a few frames. Then
scripts/package-delivery.mjs --slug <slug>→delivery/<slug>/+manifest.json. UpdateCURRENT_STATE.md.
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.
- 4d ago First seen · 63 lines · 131 tokens per session scan B 96af6fb56d8a
hyv-assembler is an agent published in the GitHub repository killernay/HearYourVOICE (140 stars, last pushed 1mo ago), licensed MIT. It adds 131 tokens to every session and 840 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
pixel-art-animation-reviewer
Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…
AGENTS.motiscope
Agent "AGENTS.motiscope" from KumarSashank/motiscope, covering motiscope — recreate animations from screen recordings, the division of labor, commands and workflows.
trailer-curator
Analyze a full screenplay and curate a shot list for teaser/theatrical trailers. Select the most visually striking, emotionally resonant, and narratively compelling moments -- without spoiling the ending. Build a trailer that makes people want to watch the full film.
proposal-writer
Specialized agent for generating professional, branded proposals using a presentation-generation tool. Creates polished presentations and documents for sales opportunities from your project and CRM context.
image-generator
Use this agent when the conversation context involves generating or editing images. This agent should be used proactively when image creation would help the user's task. It also covers named product and brand assets, which users rarely call "images": app icons, bot avatars, logos, favicons, hero images, banners…
desktop-audio
The adk-audio crate provides cross-platform desktop audio I/O behind the desktop-audio feature flag. Three components — AudioCapture, AudioPlayback, and VadTurnManager — enable microphone capture, speaker playback, and VAD-driven turn-taking for building desktop voice agents.