voicecheck AGENTS.md

voicecheck AGENTS.md is an instructions file for Codex, OpenCode from sujitnoronha/voicecheck. It costs 452 tokens per session, scanned A, original, MIT.

Repository instructions for VoiceCheck, a framework for testing voice agents through spoken conversations. Tests describe how to connect to an agent, send turns, and check results such as response time or whether a tool was called.

In plain words
What is it for?
Use them when setting up VoiceCheck, writing scenario YAML files, validating or dry-running tests, and connecting scenarios to pytest.
Why use it?
They give coding agents the project's rules for creating, validating, and running voice-agent tests without guessing the supported fields or workflow.

Instructions file for CodexOpenCode

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/sujitnoronha/voicecheck/agents-md
Clone the repo
git clone --depth 1 https://github.com/sujitnoronha/voicecheck

Made for: Codex, OpenCode.

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 voicecheck AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sujitnoronha/voicecheck/agents-md.svg)](https://agentmods.dev/instructions/sujitnoronha/voicecheck/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/sujitnoronha/voicecheck/agents-md"><img src="https://agentmods.dev/badge/instructions/sujitnoronha/voicecheck/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 452 This file is loaded in full into every session.
When invoked 452 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.00452 $0.00452
Opus 5 $0.00226 $0.00226
Sonnet 5 $0.00090 $0.00090
Haiku 4.5 $0.00045 $0.00045

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

Security

Grade A, and why

voicecheck AGENTS.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 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.

AGENTS.md · 33 lines

What it actually says

AGENTS.md — VoiceCheck

Instructions for Codex (and other agents reading AGENTS.md). The full guidance lives in CLAUDE.md — read it; the two files are kept in sync.

VoiceCheck is an end-to-end testing framework for voice agents. A test is a YAML scenario: a transport (how to reach the agent — livekit/daily/vapi/retell, or keyless echo), an audio block (edge TTS + whisper STT need no keys), and turns, where each turn sends user: text and lists expect: evaluators that must pass (e.g. latency, keyword, llm_judge, info_leakage, tool_called).

Skills

Agent Skills are in .agents/skills/ (mirrors .claude/skills/). Invoke via /skills or $skillname:

  • setup-voicecheck — install, smoke-test, configure a transport, run a first scenario.
  • write-voicecheck-test — author a scenario YAML + evaluators, validate/dry-run, wire pytest.

Authoring loop

voicecheck validate <f> (schema only) → voicecheck run <f> --skip-llm-judge (dry-run, no cost) → voicecheck run <f>. The authoritative field list is voicecheck schema — don't invent evaluator names or config keys. pytest: @pytest.mark.voicecheck("scenario.yaml").

Repo rules

  • Python 3.10+. CI gates on ruff check src/ tests/ AND ruff format --check src/ tests/ (run ruff format src/ tests/ before committing) and pytest tests/unit/.
  • Never write real API keys into files; scenarios use ${ENV_VAR}, set in a local .env.
  • Do not modify files under .claude/ or .agents/ unless the task is specifically about the skills.
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. 5d ago First seen · 33 lines · 452 tokens per session scan A 09bf7166a39b

Subscribe to this mod's changes

voicecheck AGENTS.md is an instructions file published in the GitHub repository sujitnoronha/voicecheck (5 stars, last pushed 2mo ago), licensed MIT. It adds 452 tokens to every session, about $0.0023 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-31.