Documentation Index
Fetch the complete documentation index at: https://docs.augent.app/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
- Downloads audio from the URL (YouTube, Vimeo, TikTok, etc.)
- Transcribes the audio locally using faster-whisper
- Saves a
.mdfile to your Desktop - Returns the full transcription so Claude can rewrite the file with clean, formatted notes
.md with YAML frontmatter. Notes are formatted for Obsidian-style readability.
Styles
Note formatting ranges from minimal to maximum visual richness:| Style | What you get |
|---|---|
tldr | Shortest summary. Bold key terms, flat bullets, one screen max. |
notes | Clean sections + nested bullets. The default. |
highlight | Notes with callout blocks for key insights, blockquotes with timestamps. |
eye-candy | Maximum visual formatting: callouts, tables, checklists, blockquotes. The full Obsidian treatment. |
quiz | Multiple-choice questions generated from the content, answer key at bottom. |
“Take eye-candy notes from https://youtube.com/watch?v=xxx”
“Give me a quiz from this lecture: https://youtube.com/watch?v=xxx”
Example
Request:.md with formatted notes matching the selected style.
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
url | No | — | Video/audio URL (YouTube, Vimeo, TikTok, Twitter, SoundCloud, etc.). Required for the first call. |
save_content | No | — | Formatted notes to save. When provided, writes this content to the file from the previous take_notes call. No url needed. |
output_path | No | — | Explicit file path to save notes to. Use when saving notes from a memory transcript (no prior take_notes URL call). |
style | No | notes | Note style: tldr, notes, highlight, eye-candy, quiz |
output_dir | No | ~/Desktop | Directory to save the .md file |
model_size | No | tiny | Whisper model size |
read_aloud | No | false | Generate a spoken MP3 summary and embed an audio player in the notes for Obsidian playback |
visual | No | — | Query for visual context extraction. Downloads the video, finds transcript moments matching the query, extracts screenshots, and embeds them inline in the notes with ![[filename.png]] Obsidian syntax. |
Notes
Obsidian Setup
Every .md on your Mac opens in Obsidian with real-time sync

