erm AGENTS.md

erm AGENTS.md is an instructions file for Codex, OpenCode from dougcalobrisi/erm. It costs 1,174 tokens per session, scanned A, original, MIT.

Working instructions for erm, a local command-line tool that removes hesitation sounds such as “um” and “uh” from English speech recordings. They cover installation, required software, and how agents should confirm command options.

In plain words
What is it for?
Installing erm, checking its available commands, preparing audio-processing dependencies, and following its documented speech-cleanup workflow.
Why use it?
They help agents use the correct launcher and avoid guessing flags or defaults. They also explain the fallback setup when the preferred Python environment tool is unavailable.

Instructions file for CodexOpenCode

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/dougcalobrisi/erm/agents-md
Clone the repo
git clone --depth 1 https://github.com/dougcalobrisi/erm

Made for: Codex, OpenCode.

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 erm AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dougcalobrisi/erm/agents-md.svg)](https://agentmods.dev/instructions/dougcalobrisi/erm/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/dougcalobrisi/erm/agents-md"><img src="https://agentmods.dev/badge/instructions/dougcalobrisi/erm/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,174 This file is loaded in full into every session.
When invoked 1,174 The same file — it is already loaded in full.
Security scan A 0 findings. 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.01174 $0.01174
Opus 5 $0.00587 $0.00587
Sonnet 5 $0.00235 $0.00235
Haiku 4.5 $0.00117 $0.00117

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

Security

Grade A, and why

erm AGENTS.md 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 5d 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.

AGENTS.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md — erm

erm is a local CLI that strips disfluencies (um, uh, er, erm, ah, hmm, mhm, mm, uh-huh, and elongations) from English speech audio. This file orients any AI coding agent (Codex, Copilot, OpenCode, Cursor, Gemini CLI, pi.dev, Claude Code, …) working with the tool.

Full docs: https://doug.sh/docs/erm/ — source in docs/. Always confirm exact flags with erm --help; never guess flag names or defaults.

Install

Requires Python 3.11+ and ffmpeg/ffprobe on PATH.

Prefer uvx (no persistent install; uv caches the env after first run). Where uv isn't available, fall back to a venv:

uvx erm --help                       # tier 1: run straight from PyPI via uv
# fallback (no uv on PATH):
python3 -m venv .venv && source .venv/bin/activate && pip install erm && erm --help

In the iterate loop below, erm means the launcher you resolved: uvx erm … under tier 1, or plain erm … after activating the venv.

ffmpeg: brew install ffmpeg / apt install ffmpeg / choco install ffmpeg. Transcription runs on CPU by default; GPU needs CUDA runtime libs (--device auto falls back to CPU).

Use — the iterate loop

erm input.wav --dry-run                 # inspect the cut-list JSON, render nothing
erm input.wav                           # write input-cleaned-<timestamp>.wav
erm validate input.wav output.wav       # re-transcribe; assert no fillers survive

Render mode is the first decision:

  • --mode remove (default) — excises fillers; timeline shrinks.
  • --mode silence — mutes in place; duration preserved (use for video A/V sync and multitrack stems).

Video inputs: a video file works like any other recording. By default erm emits the cleaned audio only (.wav) — the common "pull the audio out of this video" case. Add --video to render the picture too (container inferred from the input; A/V stays in sync by construction). With --video, --mode silence stream-copies the picture losslessly, --video-splice {crossfade,cut} picks the splice style, and --vcodec/--crf/--preset tune the re-encode. See docs/video.md.

Read the full file on GitHub · 86 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. 5d ago First seen · 86 lines · 1,174 tokens per session scan A 982e4e1646bc

Subscribe to this mod's changes

erm AGENTS.md is an instructions file published in the GitHub repository dougcalobrisi/erm (112 stars, last pushed 12d ago), licensed MIT. It adds 1,174 tokens to every session, about $0.0059 per session on Opus 5. 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-30.