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 instructions/jamditis/audiobash/claude-mdgit 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/instructions/jamditis/audiobash/claude-md)<a href="https://agentmods.dev/instructions/jamditis/audiobash/claude-md"><img src="https://agentmods.dev/badge/instructions/jamditis/audiobash/claude-md.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.02395 | $0.02395 |
| Opus 5 | $0.01197 | $0.01197 |
| Sonnet 5 | $0.00479 | $0.00479 |
| Haiku 4.5 | $0.00239 | $0.00239 |
Grade C, and why
audiobash CLAUDE.md scanned grade C 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 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf node_modules package-lock.json How it starts
The opening of the file, as written. The whole thing β 251 lines β stays where its author put it; the contents beside it link to each section on GitHub.
AudioBash - Voice-controlled terminal for Claude Code
π Documentation & websites (2026-02-14)
AudioBash has a custom domain and web documentation:
Live URLs
- Main website: https://audiobash.app
- User manual: https://audiobash.app/manual.html
- macOS guide: https://audiobash.app/macos.html
- Release notes: https://audiobash.app/releases.html
- About: https://audiobash.app/about.html
Hosting setup
- audiobash.app - GitHub Pages (serves
docs/folder)
Documentation files
docs/
βββ index.html # Landing page with download links
βββ about.html # About page with author bio
βββ manual.html # Full user manual with screenshots
βββ macos.html # macOS-specific announcement page
βββ releases.html # Version history and changelog
βββ blog.html # Blog index
βββ CNAME # Custom domain for GitHub Pages
βββ screenshots/ # UI screenshots (full + web-optimized)
Screenshot capture scripts
Located in scripts/:
auto-screenshot.py- Fully automated capture using Windows API + hotkeysmanual-screenshot.py- Step-by-step manual capture (safer during active use)capture-screenshots.py- Interactive guided capture
Dependencies: pip install pyautogui pillow
Documentation aesthetic
All pages follow the app's void/brutalist design:
- Font: Chakra Petch (display), Share Tech Mono (body)
- Colors: Void (#050505), Chrome (#e5e5e5), Acid (#ccff00)
- Tailwind CSS via CDN with custom config
- CRT scan line overlay effect
π macOS setup handoff (2024-12-24)
Context: Joe set up macOS support from his Windows desktop. If you're running on his M1 MacBook Pro, here's what you need to know:
First-time setup on Mac
cd audiobash
git pull # Get latest with macOS support
npm install # CRITICAL: Compiles node-pty for arm64
npm test # Verify 721 tests pass
npm run electron:dev # Run in dev mode
# OR
npm run electron:build:mac:arm64 # Build DMG for Apple Silicon
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.
- 4d ago First seen Β· 251 lines Β· 2,395 tokens per session scan C c115dc6a9c0b
audiobash CLAUDE.md is an instructions file published in the GitHub repository jamditis/audiobash (5 stars, last pushed 5d ago), licensed MIT. It adds 2,395 tokens to every session, about $0.0120 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
vox-machina CLAUDE.md
Claude Code instructions for darkcrux/vox-machina, covering claude.md, project overview, architecture, key details and testing.
mirage CLAUDE.md
Claude Code instructions for strukto-ai/mirage, covering claude.md, repo layout, typescript packages, python/typescript parity and module layout.
pydevices-examples AGENTS.md
AGENTS.md instructions for PyDevices/pydevices-examples, covering agents.md, cursor cloud specific instructions, environment, tests and lint and running examples headlessly (gui smoke tests).
ralph CLAUDE.md
Claude Code instructions for SantanderAI/ralph, covering ralph β instrucciones del proyecto and paridad bash β powershell (importante).
claude-code-statusline CLAUDE.md
Instructions for glauberlima/claude-code-statusline, covering claude.md, project overview, development commands, testing and run all tests (unit + integration).
orkid CLAUDE.md
Claude Code instructions for tweakoz/orkid, covering orkid β repo-wide agent law and commits.