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/build-allgit 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/build-all)<a href="https://agentmods.dev/commands/jamditis/audiobash/build-all"><img src="https://agentmods.dev/badge/commands/jamditis/audiobash/build-all.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.00679 |
| Opus 5 | $0.00000 | $0.00340 |
| Sonnet 5 | $0.00000 | $0.00136 |
| Haiku 4.5 | $0.00000 | $0.00068 |
Grade C, and why
build-all 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 dist/ How it starts
The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Build All Platforms
Build AudioBash for all supported platforms and report comprehensive build status.
Your Task
Execute builds for all platforms and provide a detailed report including build sizes, timing, and any errors encountered.
Build Targets
AudioBash supports these build targets:
- macOS ARM64 (
electron:build:mac:arm64) - Apple Silicon - macOS x64 (
electron:build:mac:x64) - Intel Mac - Windows (
electron:build:win) - Windows 10/11 - Linux (
electron:build:linux) - AppImage + deb
Execution Steps
-
Clean previous builds
rm -rf dist/ -
Run builds sequentially (to avoid resource conflicts)
npm run electron:build:mac:arm64 npm run electron:build:mac:x64 npm run electron:build:win npm run electron:build:linux -
Collect build artifacts
- List all files in
dist/directory - Calculate file sizes in MB
- Check for completeness (DMG, exe, AppImage, deb)
- List all files in
Report Format
Provide a summary in this format:
## Build Report
### macOS ARM64
✓ Success | AudioBash-1.0.0-arm64.dmg | 125.3 MB | 2m 15s
### macOS x64
✓ Success | AudioBash-1.0.0-x64.dmg | 128.7 MB | 2m 32s
### Windows
✗ Failed | Error: NSIS not found
- Install nsis: apt-get install nsis
- Retry build
### Linux
✓ Success | AudioBash-1.0.0.AppImage | 142.1 MB | 1m 48s
✓ Success | AudioBash-1.0.0.deb | 95.6 MB | 1m 48s
### Summary
- 4 of 5 builds succeeded
- Total build time: 8m 23s
- Total artifact size: 491.7 MB
Common Issues
Missing dependencies
- Windows: Requires
nsisfor installer creation - macOS: Requires Xcode CLI tools (
xcode-select --install) - Linux: Requires
fakerootanddpkgfor deb packages
node-pty compilation
If builds fail due to node-pty:
rm -rf node_modules package-lock.json
npm install
npm rebuild node-pty
Disk space
Check available space before building:
df -h /home/user/audiobash
Post-Build Verification
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 · 97 lines · 0 tokens per session scan C c36a5e91dd3e
build-all 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 679 tokens. 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 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).