← ClaudeAtlas

process-transcriptlisted

Process Plaud Note transcripts and work with the Plaud cloud library. Part A is the vault pipeline -- extracts tasks, events, notes, and insights from transcript files, routing them to Things 3, Google Calendar, and the daily note. Part B is the Plaud MCP server -- browse, find, read, digest, draft follow-ups from, and export recordings. Use when the user mentions transcripts, recordings, Plaud, conversations to process, "I just recorded something", "any new recordings", "process my notes", "what did I talk about", "list my recordings", "find the meeting about X", "the call from Monday", "show the transcript", "summarize this recording", "what were the action items", "weekly digest of my meetings", "draft a follow-up from that call", or when triggered by a scheduled task.
BaesTheorem/exobrain-harness · ★ 1 · AI & Automation · score 64
Install: claude install-skill BaesTheorem/exobrain-harness
# Process Transcript Two halves. **Part A** is the file-based vault pipeline that runs on `.txt` files synced into `/Users/alexhedtke/My Drive/Plaud/` -- this is what the scheduled watcher triggers. **Part B** is the Plaud cloud API over MCP, for reaching recordings that have not landed as files or that Alex wants to query directly. # Part A: Vault pipeline ## Steps ### 0. Canonical name mapping Plaud transcripts frequently mis-transcribe names. Before processing any transcript, apply these corrections throughout the text: Before processing any transcript, check the People/ folder in the Obsidian vault for canonical spellings. Common Plaud mis-transcriptions include phonetically similar substitutions (e.g., "Linda" for a name ending in "-inda", "Bryce" for "[Friend]"). To build the correction table: 1. Glob `/Users/alexhedtke/Exobrain/Areas/Relationships & Community/People/*.md` 2. Use those filenames as the canonical names 3. Apply phonetic matching when Plaud produces a name that's close but not exact Also normalize variations of the same person to one canonical name for People/ notes (e.g., don't create both a nickname file and a full name file). When in doubt, use the fullest version of the name that exists in the People/ folder. Always check for existing People/ notes with similar names before creating a new one. ### 1. Find unprocessed transcripts - List all `.txt` files in `/Users/alexhedtke/My Drive/Plaud/` - Read `/Users/alexhedtke/Documents/Exobrain harness/