vox CLAUDE.md

vox CLAUDE.md is an instructions file for coding agents from rtk-ai/vox. It costs 656 tokens per session, scanned A, original, Apache-2.0.

Project instructions for a voice-feedback tool called vox and its planned conversational assistant. They specify French spoken summaries for significant coding tasks and require Bun for running the project.

In plain words
What is it for?
Giving short French voice summaries after major work and following Bun-based development commands. The document also records a future plan for speech recognition, conversation, and speech output.
Why use it?
They keep the coding agent's spoken feedback consistent and prevent using the wrong JavaScript runtime or commands.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/rtk-ai/vox/claude-md
Clone the repo
git clone --depth 1 https://github.com/rtk-ai/vox

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.

agentmods badge for vox CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rtk-ai/vox/claude-md.svg)](https://agentmods.dev/instructions/rtk-ai/vox/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/rtk-ai/vox/claude-md"><img src="https://agentmods.dev/badge/instructions/rtk-ai/vox/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 656 This file is loaded in full into every session.
When invoked 656 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00656 $0.00656
Opus 5 $0.00328 $0.00328
Sonnet 5 $0.00131 $0.00131
Haiku 4.5 $0.00066 $0.00066

Measured 4d ago against content hash 8411c14062c8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vox CLAUDE.md 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 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.

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.

CLAUDE.md · 59 lines

How it starts

The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Voice feedback (vox)

This project uses vox for spoken feedback.

After completing a significant task (feature, bug fix, refactor), provide an oral summary:

vox -l fr "Short summary of what was done, in French"

(-l fr routes to a backend with proper French voices; -b say only exists on macOS.)

Keep summaries under 2 sentences. Use French. Do not speak for trivial operations (formatting, single-line fixes).

Runtime: Bun

Toujours utiliser bun au lieu de npm, npx, node, ou tsx.

Roadmap: Mode conversationnel (inspiré PersonaPlex/Moshi)

Objectif: transformer vox d'un outil TTS one-shot en un assistant vocal conversationnel intégré à Claude Code / Codex, avec Claude comme cerveau (bien supérieur au 7B de Moshi).

Architecture cible

vox_converse mode:
  Micro → Whisper STT (local) → Claude API (streaming) → TTS streaming (qwen-native) → speakers
  Boucle continue avec VAD pour détection fin de parole
  Modes: push-to-talk | vad | full-duplex
  Latence cible: ~800ms première syllabe

Phases d'implémentation

Phase Feature Description
1 vox_hear STT local avec Whisper (candle-whisper ou whisper.cpp bindings), VAD pour détection fin de parole
2 Streaming TTS Parler pendant la génération Claude — alimenter qwen-native phrase par phrase
3 vox_converse Boucle conversation complète: hear → Claude API stream → speak stream. Nouveau tool MCP
4 Personas .voxpersona = voice clone + style + system prompt. vox persona create "nom"

Références techniques (PersonaPlex)

  • Codec Mimi (Kyutai, MIT): SEANet + Transformer + RVQ 8 codebooks, 12.5 fps, 24kHz
  • sphn lib: Opus streaming en Python — référence pour le streaming audio
  • Protocole WebSocket binaire: 0x01+Opus (audio), 0x02+UTF8 (texte) — inspiration pour vox_converse
  • Voice conditioning: embeddings .pt pré-calculés — enrichir voice cloning existant
  • VAD pattern: silence detection pour turn-taking naturel
  • Repo: https://github.com/NVIDIA/personaplex | Model: nvidia/personaplex-7b-v1

Read the full file on GitHub · 59 lines

Changes

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.

  1. 4d ago First seen · 59 lines · 656 tokens per session scan A 8411c14062c8

Subscribe to this mod's changes

vox CLAUDE.md is an instructions file published in the GitHub repository rtk-ai/vox (158 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 656 tokens to every session, about $0.0033 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.