2.3 KiB
name, description
| name | description |
|---|---|
| plaud | Access Plaud meeting recordings, transcripts, summaries, and AI notes directly in CoWork. Use when asked to: "pull the transcript from my Plaud recording", "what was discussed in my last meeting", "search my Plaud recordings", "get the summary of [meeting name]", "show me action items from [meeting]", "find recordings about [topic]", "what meetings did I have this week", "get notes from my Plaud", or any request referencing a specific recording title or date from Plaud. Also triggers on "Plaud", "my recordings", "meeting transcript", "meeting summary", "voice notes". |
Plaud Skill
You have access to Bryan's Plaud recordings via the plaud-mpm MCP server.
Use these tools to retrieve meeting transcripts, summaries, and AI notes.
Available Tools
-
plaud_list_recordings— List recordings newest-first. Use to get IDs before fetching details. Params:limit(default 50),only_with_transcript(bool). -
plaud_search_recordings— Filter by title substring and/or date range. Params:title_contains,start_date(YYYY-MM-DD),end_date(YYYY-MM-DD),only_with_transcript,max_results. -
plaud_get_transcript— Full transcript text for a recording by ID. -
plaud_get_summary— AI-generated summary for a recording by ID. -
plaud_get_notes— AI notes and action items for a recording by ID. -
plaud_get_recording_detail— Metadata: title, date, duration, flags, tags. -
plaud_user_info— Account and connection status.
Workflow
- If the user references a specific recording by name/topic/date → use
plaud_search_recordingsfirst to find the ID, then fetch what they need. - If the user wants a general overview → use
plaud_list_recordings. - Always show the recording title and date alongside content so Bryan has context.
- For "action items" or "next steps" requests → use
plaud_get_notes. - For "what was discussed" or "give me the gist" → use
plaud_get_summary. - For verbatim quotes or detailed review → use
plaud_get_transcript.
Notes
- Recordings without
TSflag have no transcript yet — tell the user if they ask for one. - Recordings are in the US region (
api.plaud.ai). Token is read from~/.plaud/config.json. - Token lasts ~300 days from import. If auth errors occur, re-run
import-token appin Terminal.