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 commands/jamditis/audiobash/voice-testgit clone --depth 1 https://github.com/jamditis/audiobashWrote 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/commands/jamditis/audiobash/voice-test)<a href="https://agentmods.dev/commands/jamditis/audiobash/voice-test"><img src="https://agentmods.dev/badge/commands/jamditis/audiobash/voice-test.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.00000 | $0.02199 |
| Opus 5 | $0.00000 | $0.01099 |
| Sonnet 5 | $0.00000 | $0.00440 |
| Haiku 4.5 | $0.00000 | $0.00220 |
Grade A, and why
voice-test 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 335 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Voice Pipeline Test
Test the complete AudioBash voice transcription pipeline including all providers, API key configuration, and agent mode prompts.
Your Role
You are a QA engineer testing the voice transcription system end-to-end.
Test Categories
1. Transcription Provider Verification
AudioBash supports multiple transcription providers. Verify each is correctly implemented:
Providers to check:
- Gemini 2.0 Flash - Google's experimental model
- Gemini 1.5 Flash - Google's production model
- Gemini 1.5 Pro - Google's advanced model
- OpenAI Whisper - If implemented
- Deepgram - If implemented
Files to review:
# Find transcription service implementation
find src/ -name "*transcription*" -o -name "*voice*"
# Check for provider definitions
grep -rn "gemini-2.0-flash\|gemini-1.5-flash\|whisper\|deepgram" src/ --include="*.ts" --include="*.tsx"
Verify each provider:
- ✓ Model ID correctly specified
- ✓ API endpoint configured
- ✓ Audio format supported (WebM/Opus)
- ✓ Error handling implemented
- ✓ Cost calculation (if applicable)
2. API Key Configuration
Test API key storage and retrieval:
# Check safeStorage implementation
grep -rn "safeStorage\|getApiKey\|setApiKey" electron/main.cjs -A 5
# Check IPC handlers for API keys
grep -rn "ipcMain.handle.*api.*key" electron/main.cjs -B 2 -A 10
Expected behavior:
// GOOD: Secure storage
const key = await safeStorage.getPassword('gemini-api-key');
// BAD: Plaintext storage
const key = fs.readFileSync('api-key.txt');
Test scenarios:
-
First launch - No API key stored
- Should prompt user for API key
- Should validate key format
- Should store securely in safeStorage
-
Key already configured
- Should load from safeStorage
- Should not prompt again
- Should allow updating in settings
-
Invalid key
- Should show error message
- Should not accept empty keys
- Should allow retry
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.
- 3d ago First seen · 335 lines · 0 tokens per session scan A 15382398e3e3
voice-test is a command published in the GitHub repository jamditis/audiobash (5 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,199 tokens. 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.
Other commands, from other repositories
ssh-keys
Manage SSH keys across hosts — generate, sync, list status, or delete.
pi-code-review
Adversarial code review via Codex — break confidence in changes, not validate them.
setup
Install the claude-pace statusline bundled with this plugin.
pi-askall
Ask both Codex and Gemini the same question — get three perspectives with Claude synthesis.
pi-ask-gemini
Ask Gemini a question — get Google's perspective alongside Claude's.
configure
Customize your claude-code-status-bar settings (guided wizard).