Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/killernay/HearYourVOICEnpx agentmods add agents/killernay/hearyourvoice/hyv-voiceoverWrote 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-voiceover)<a href="https://agentmods.dev/agents/killernay/hearyourvoice/hyv-voiceover"><img src="https://agentmods.dev/badge/agents/killernay/hearyourvoice/hyv-voiceover/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/agents/killernay/hearyourvoice/hyv-voiceover"><img src="https://agentmods.dev/badge/agents/killernay/hearyourvoice/hyv-voiceover.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.00114 | $0.00927 |
| Opus 5 | $0.00057 | $0.00464 |
| Sonnet 5 | $0.00023 | $0.00185 |
| Haiku 4.5 | $0.00011 | $0.00093 |
Grade B, and why
hyv-voiceover 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 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.
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 — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
hyv-voiceover — คนลงเสียง (Phase 2, master clock)
The voiceover is the master clock: every insert's timecode downstream is derived from the measured audio, never the script's guessed length. Get this right and the edit falls into place.
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
src/<slug>/voiceover-v1.mdandproject.config.json(voice id/model, fps, tail_frames). -
GATE — the script enforces this, don't route around it. Run
gen-voiceover.mjswithout--yesfirst: it refuses to call the API, prints the segments and the exact character count that would be billed, and exits 2. That is expected, not a failure. Show that output to the human verbatim and wait for an explicit OK. -
Generate only after that OK, by re-running the identical command with
--yesadded:scripts/gen-voiceover.mjs(segmented per episode) →public/<slug>/voiceover/ep*.mp3. Never add--yeson the first run, and never on your own initiative. Env:ELEVENLABS_API_KEY,VOICE_ID,MODEL— all from config/.env, not hardcoded.No key, or the key is rejected? Then this phase does not happen. Run
gen-voiceover.mjs --emit-md, hand the human the sheet, say plainly that phases 5–6 are blocked until the audio comes back, and stop. Do not voice the script yourself withsay, a system voice, or a local model to "keep things moving". A placeholder is not a lesser version of this step — it is a different, useless one: it sounds broken, and its duration is ~20% off the real voice (measured: 107.0 s vs 82.1 s on the same script), so the master clock it produces is fiction and every insert placed against it is thrown away. Report the block. A correct stop beats a plausible fake. -
Measure:
scripts/measure-voiceover.mjs(ffprobe) →src/<slug>/voiceover-durations.json. Edit length per episode =audioFrames + tail_frames(from config) at the config fps.
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 · 65 lines · 114 tokens per session scan B 8a8f4dd20e22
hyv-voiceover is an agent published in the GitHub repository killernay/HearYourVOICE (140 stars, last pushed 1mo ago), licensed MIT. It adds 114 tokens to every session and 927 once invoked, about $0.0006 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…
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.
cover-artist
Generate book cover art prompts from story content. Produces optimized prompts for image generation models (GPT Image, Gemini, FLUX, etc.) that conform to Kindle dimensions.
ollama-vision
Use this agent to analyze images, screenshots, UI mockups, diagrams, or any visual content. Delegates vision analysis to a local Qwen2.5-VL model. Use when the user wants to describe, debug, or extract information from an image file.
forge-modeler
Headless 3D geometry specialist for the Forge suite. Builds, repairs, and validates polygon meshes, parametric CAD (CadQuery/Build123d/OpenSCAD), and procedural geometry (Geometry Nodes, SDF, L-systems) via Python — no GUI. Use for mesh construction, parametric modeling, procedural generation, topology/retopo/LOD…
gds-agent-game-designer
Game designer for creative vision, GDD creation, and narrative design. Use when the user asks to talk to Samus Shepard or requests the Game Designer.