← ClaudeAtlas

mmk-plaudlisted

This skill should be used when the user asks to list Plaud recordings, fetch transcripts/summaries, organize recordings into folders, search transcripts, inspect Plaud devices, check membership/quota, or any Plaud voice recorder operation using the mmk CLI. Triggers on phrases like "plaud", "plaud recordings", "plaud transcript", "plaud summary", "plaud search", "plaud folder", "organize recordings", "plaud doctor", "plaud quota", "plaud membership", "plaud devices".
magic-meal-kits/mmk-skills · ★ 1 · AI & Automation · score 55
Install: claude install-skill magic-meal-kits/mmk-skills
# MMK Plaud > **Prerequisite:** Read [`../mmk-shared/SKILL.md`](../mmk-shared/SKILL.md) for auth, global flags, and error handling. Read-only access to the unofficial Plaud web API using the `mmk` CLI. Covers recording listing, transcript and summary retrieval, folder organization, transcript search, and admin diagnostics. Always use `-o json` when parsing results or composing with other commands. ## Sub-Command Skills | Sub-command | Description | Skill | |-------------|-------------|-------| | `file` | List/inspect recordings, get audio URL, download, rename, organize into folders, fetch transcripts/summaries, list/get content tabs, trigger auto transcript+summary, trash notes (12 commands) | [`mmk-plaud-file`](../mmk-plaud-file/SKILL.md) | | `search` | Search transcripts and filenames (1 command) | [`mmk-plaud-search`](../mmk-plaud-search/SKILL.md) | | `user` | Show current Plaud user profile (1 command) | [`mmk-plaud-user`](../mmk-plaud-user/SKILL.md) | | `doctor` | Connectivity check: validates token and lists user/devices (1 command) | [`mmk-plaud-doctor`](../mmk-plaud-doctor/SKILL.md) | | `admin` | Advanced 1:1 API passthroughs: AI status, combine tasks, config, devices, file ack/share, membership, search history, tags, trans-quota, feature access (13 commands) | [`mmk-plaud-admin`](../mmk-plaud-admin/SKILL.md) | ## Requirements - **Pro license** required on the MMK server (plaud commands check this on every call). - A valid Plaud bearer token is loaded by defau