Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote 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/notque/vexjoy-agent/voice-writer)<a href="https://agentmods.dev/skills/notque/vexjoy-agent/voice-writer"><img src="https://agentmods.dev/badge/skills/notque/vexjoy-agent/voice-writer/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/notque/vexjoy-agent/voice-writer"><img src="https://agentmods.dev/badge/skills/notque/vexjoy-agent/voice-writer.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.00116 | $0.04485 |
| Opus 5 | $0.00058 | $0.02243 |
| Sonnet 5 | $0.00023 | $0.00897 |
| Haiku 4.5 | $0.00012 | $0.00449 |
Grade B, and why
voice-writer 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 6d 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.
- Any `voice-*` skill in `~/.claude/skills/` — run `ls ~/.claude/skills/ | grep voice-` to see available profiles How it starts
The opening of the file, as written. The whole thing — 397 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Voice Writer — 13-Phase Pipeline
Mandatory enforcement: This pipeline is REQUIRED for all voice-profiled content. No article should be published without passing all 13 phase gates.
Pipeline Overview
LOAD → GROUND → STATS-CHECKPOINT → GENERATE → HOOK-GATE → VALIDATE → REFINE → VARIETY-GATE → JOY-CHECK → ANTI-AI → CLOSE-GATE → OUTPUT → CLEANUP
Execution Model (MANDATORY — DO NOT COLLAPSE PHASES)
Each phase runs as a SEPARATE agent dispatch. The orchestrator (parent session) dispatches one agent per phase sequentially. Each agent:
- Reads the input artifact from the previous phase
- Loads the selected voice profile and any phase-specific references
- Executes the phase steps
- Writes its output artifact to disk
- Reports pass/fail on the phase gate
No single agent runs multiple phases. This ensures each phase gets a fresh context window with the full voice profile loaded, preventing context drift and ensuring the voice is the primary authority at every step. An orchestrator that attempts to combine phases or skip agent dispatches is violating this rule.
Phase artifacts are files on disk, not context passed between agents. Each phase reads and writes to well-known paths:
| Phase | Input Artifact | Output Artifact |
|---|---|---|
| 1. LOAD | User request + existing draft (if any) | .voice-phase/01-load.json (profile metadata, paths) |
| 2. GROUND | .voice-phase/01-load.json + source material |
.voice-phase/02-grounding.md |
| 3. STATS-CHECKPOINT | .voice-phase/01-load.json |
.voice-phase/03-stats-baseline.json |
| 4. GENERATE | .voice-phase/02-grounding.md + stats baseline |
.voice-phase/04-draft.md |
| 5. HOOK-GATE | .voice-phase/04-draft.md |
.voice-phase/05-hook-score.json + updated draft |
| 6. VALIDATE | .voice-phase/04-draft.md (or updated) |
.voice-phase/06-validation-report.json |
| 7. REFINE | Draft + .voice-phase/06-validation-report.json |
.voice-phase/07-refined-draft.md |
| 8. VARIETY-GATE | .voice-phase/07-refined-draft.md |
.voice-phase/08-variety-score.json + updated draft |
| 9. JOY-CHECK | Latest draft | .voice-phase/09-joy-report.json + updated draft |
| 10. ANTI-AI | Latest draft | .voice-phase/10-antiai-report.json + updated draft |
| 11. CLOSE-GATE | Latest draft | .voice-phase/11-close-score.json + updated draft |
| 12. OUTPUT | Latest draft + all reports | Final file in content/posts/ + .voice-pipeline-complete |
| 13. CLEANUP | All .voice-phase/ artifacts |
Summary report (artifacts cleaned up) |
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.
- 6d ago First seen · 397 lines · 116 tokens per session scan B 694aa21315f5
voice-writer is a skill published in the GitHub repository notque/vexjoy-agent (419 stars, last pushed today), licensed MIT. It adds 116 tokens to every session and 4,485 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-09-03.
Other skills, from other repositories
pcbway
PCBWay PCB fabrication and assembly — turnkey/consigned assembly, design rules, ordering workflow. Alternative to JLCPCB for manufacturing. Use with KiCad. Use this skill when the user mentions PCBWay, needs turnkey assembly (PCBWay sources parts by MPN), has parts not available on LCSC, needs assembled boards with…
explaining-machine-learning-models
Explain trained machine learning models through feature attribution, local explanations, and behavior summaries. Use as an explicit/manual helper once a model already exists, not for training ownership, leakage auditing, or general ML strategy selection.
influence-psychology
Apply the seven principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity, unity) to product design, copy, and sales. Use when the user mentions "social proof", "persuasive copy", "why users dont convert", "ethical persuasion", "reciprocity", "scarcity tactics", "commitment…
refactoring-ui
Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…
playwright-cli
Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…
remotion-interactivity
Best practices for writing Remotion animations that stay intuitive for agents and editable in Remotion Studio Visual Mode.