audiobash CLAUDE.md

audiobash CLAUDE.md is an instructions file for coding agents from jamditis/audiobash. It costs 2,395 tokens per session, scanned C, original, MIT.

Repository instructions for AudioBash, a voice-controlled terminal for Claude Code, including its documentation website, guides, release notes, and screenshot tools.

In plain words
What is it for?
Updating AudioBash documentation, release pages, hosting files, and scripts that capture application screenshots.
Why use it?
They show where public documentation is hosted and how the project’s website and screenshots are organized.

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/jamditis/audiobash/claude-md
Clone the repo
git clone --depth 1 https://github.com/jamditis/audiobash

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jamditis/audiobash/claude-md.svg)](https://agentmods.dev/instructions/jamditis/audiobash/claude-md)
Your own site
<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>
Per session 2,395 This file is loaded in full into every session.
When invoked 2,395 The same file β€” it is already loaded in full.
Security scan C 1 finding. 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.02395 $0.02395
Opus 5 $0.01197 $0.01197
Sonnet 5 $0.00479 $0.00479
Haiku 4.5 $0.00239 $0.00239

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

Security

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
CLAUDE.md Β· 251 lines

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

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 + hotkeys
  • manual-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

Read the full file on GitHub Β· 251 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 Β· 251 lines Β· 2,395 tokens per session scan C c115dc6a9c0b

Subscribe to this mod's changes

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.