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/augentdevs/augent/claude-mdgit clone --depth 1 https://github.com/AugentDevs/augentWrote 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/augentdevs/augent/claude-md)<a href="https://agentmods.dev/instructions/augentdevs/augent/claude-md"><img src="https://agentmods.dev/badge/instructions/augentdevs/augent/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.06656 | $0.06656 |
| Opus 5 | $0.03328 | $0.03328 |
| Sonnet 5 | $0.01331 | $0.01331 |
| Haiku 4.5 | $0.00666 | $0.00666 |
Grade A, and why
augent CLAUDE.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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 547 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Augent — Audio + Agents
Augent is an MCP server (Model Context Protocol) that gives agents audio intelligence. Download, transcribe, search, and analyze audio from any URL. Built for Claude Code. Compatible with any MCP client.
audio-downloader (Built by Augent)
A speed-optimized audio downloader for downloading audio ONLY from any video URL at lightning speed.
# Download audio from YouTube (or any video URL)
audio-downloader "https://youtube.com/watch?v=xxx"
# Download to custom folder
audio-downloader -o ~/Music "https://youtube.com/watch?v=xxx"
# Download multiple URLs
audio-downloader url1 url2 url3
Speed Optimizations:
- aria2c multi-connection downloads (16 parallel connections)
- Concurrent fragment downloading (4 fragments)
- No video download - audio extraction only
- No format conversion - native audio format
Supports: YouTube, Vimeo, SoundCloud, Twitter, TikTok, and 1000+ sites
Workflow: Download → Transcribe → Search
audio-downloader "https://youtube.com/watch?v=tutorial"
augent transcribe ~/Downloads/tutorial.webm
augent search ~/Downloads/tutorial.webm "keyword1,keyword2"
Note-Taking (Primary Workflow)
IMPORTANT: When a user gives you ANY URL and asks what was said, what happened, what's in it, or anything about the content — ALWAYS use the augent pipeline (download_audio + transcribe_audio, or take_notes for notes). This includes tweets, YouTube links, podcast URLs, TikTok, Twitter/X posts, and any link that might contain audio or video. Do NOT use WebFetch for media URLs. Do NOT say "augent can't do that" for social media links. If the URL might have audio or video, download it first and find out.
For note-taking specifically (notes, quiz, summary, highlights) — use the take_notes MCP tool. It downloads, transcribes, and saves .md to Desktop in one call.
When a user asks to "take notes" or "create a quiz" from a URL, use the take_notes tool. One tool call does everything:
- User says: "Take notes from https://youtube.com/watch?v=xxx"
- You call:
take_noteswith the URL - Tool does: Downloads audio → Transcribes → Saves .md to Desktop → Returns
audio_pathandwrite_to - You MUST then: Read the
instructionfield from the response and follow it exactly — format the notes and save them by callingtake_notes(save_content="<your formatted notes>"). Do NOT use the Write tool for saving notes. - For chapters/search: Use
audio_pathfrom step 3. Do NOT calldownload_audio— the audio is already downloaded.
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 · 547 lines · 6,656 tokens per session scan A c0d27b4c7dfb
augent CLAUDE.md is an instructions file published in the GitHub repository AugentDevs/augent (5 stars, last pushed 4d ago), licensed MIT. It adds 6,656 tokens to every session, about $0.0333 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-31.
Other instructions, from other repositories
pamplejuce CLAUDE.md
Instructions for sudara/pamplejuce, covering claude.md, first-time setup, about this project, build commands and configure (run once, or after cmakelists.txt changes).
audio-file-mcp-app CLAUDE.md
Instructions for counterpoint-studio/audio-file-mcp-app: This project provides an MCP server that hosts an MCP app for interacting with a local audio file (playing it, seeing its basic metadata and metrics such as loudness).
ffmpeg-mcp-lite CLAUDE.md
Instructions for kevinwatt/ffmpeg-mcp-lite, covering claude.md, project overview, technology stack, development commands and install dependencies.
jive-vocals CLAUDE.md
Claude Code instructions for linuxmatters/jive-vocals, a project described as: Raw microphone recordings into broadcast-ready audio in one command. No configuration, and no surprises 🗣️.
gemini-audio-mcp GEMINI.md
Gemini CLI instructions for jxoesneon/gemini-audio-mcp, covering 🎵 gemini audio mcp - project context, project overview, building and running, prerequisites and commands.
gemini-audio-mcp CLAUDE.md
Claude Code instructions for jxoesneon/gemini-audio-mcp, covering project instructions, tech stack, code style, testing and build & run.