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/coltonbearden/carrel/audiobookgit clone --depth 1 https://github.com/coltonbearden/carrelWrote 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/coltonbearden/carrel/audiobook)<a href="https://agentmods.dev/commands/coltonbearden/carrel/audiobook"><img src="https://agentmods.dev/badge/commands/coltonbearden/carrel/audiobook.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.00026 | $0.00760 |
| Opus 5 | $0.00013 | $0.00380 |
| Sonnet 5 | $0.00005 | $0.00152 |
| Haiku 4.5 | $0.00003 | $0.00076 |
Grade B, and why
audiobook scanned grade B 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 today.
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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
Interpret the JSON result `{src, outputs, engine, duration_s, chars}`: tell the user which engine spoke, the output file(s), and the duration. Exit code 3 means a TTS engine or ffmpeg is missing — relay the install hint What it actually says
Create an audiobook from: $ARGUMENTS
Run the carrel CLI via Bash. Map the user's request onto the real flags in the --help block below (regenerated from the CLI by scripts/sync_plugins.py; if the installed carrel audiobook --help differs, trust the installed version — never invent flags):
Usage: carrel audiobook [OPTIONS] SRC
Narrate SRC (txt, md, pdf) into an audiobook.
Markdown is stripped for speech: headings become spoken chapter announcements, code blocks become
"[code omitted]", links read their text. mp3/ogg need ffmpeg; --format wav works with espeak-ng
alone. Existing outputs are never overwritten without --force. With --json, prints {src, outputs,
engine, duration_s, chars}.
Options:
-o, --output FILE Output audio file (default: SRC with audio extension).
--voice TEXT Voice: espeak voice name, piper model path, or edge-tts voice.
--rate INTEGER RANGE Speech rate in words per minute. [default: 170; 80<=x<=450]
--engine [auto|espeak|piper|edge-tts]
TTS engine; auto prefers piper > edge-tts > espeak-ng. [default:
auto]
--split-chapters One file per chapter (markdown H1/H2, or the PDF outline).
--force Overwrite existing output files.
--format [mp3|ogg|wav] Audio format (default: from -o extension, else mp3).
--json Machine-readable JSON output.
--help Show this message and exit.
Note: --json is a global flag and may come before the subcommand.
SRC: txt/md/pdf — text is extracted automatically; markdown headings become spoken chapter markers and code blocks are skipped.--engine(default auto): auto prefers piper > edge-tts > espeak-ng, whichever is installed.--split-chapters: one output file per H1/H2 chapter (md, or pdf with an outline).--format(default mp3): mp3/ogg need ffmpeg;wavworks with espeak-ng alone.--rate: words per minute (80–450);--voice: engine-specific voice name or piper model path.--force: only when the user explicitly wants an existing output overwritten.
Interpret the JSON result {src, outputs, engine, duration_s, chars}: tell the user which engine spoke, the output file(s), and the duration. Exit code 3 means a TTS engine or ffmpeg is missing — relay the install hint from stderr (espeak-ng is the minimal engine: sudo apt install espeak-ng; suggest --format wav when ffmpeg is absent).
Requires the carrel CLI on PATH. If carrel is not found, tell the user to install it with uv tool install carrel (see the repo's INSTALL notes), or run it as uv run carrel ... from the carrel repo root.
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.
- today Changed · +24 lines 97a31e18d751
- yesterday Changed 1305ca7d5f86
- 4d ago First seen · 26 lines · 26 tokens per session scan B 41ed48c499af
audiobook is a command published in the GitHub repository coltonbearden/carrel (1 stars, last pushed today), licensed MIT. It adds 26 tokens to every session and 760 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
battlecard
Create a sales-ready competitive battlecard — positioning, feature comparison, objection handling, and win strategies.
better-auth:add-plugin
Add a better-auth plugin to an existing project. Configures server and client plugins with proper imports.
cloudflare-r2:presigned-url
Generate presigned URLs for secure client-side uploads or downloads.
sheet-report
Analyze a Numbers or Excel file and generate a report with charts.
numbers-to-excel
Convert a Numbers document to Excel.
prompt
System instructions for writing effective prompts. Apply when generating commands, skills, agents, or any LLM instructions.