plaud-transcript-export
Installation
SKILL.md
Plaud Transcript Export
Overview
Use Plaud Web's internal API to enumerate files, fetch per-file details, and download short-lived transcript and summary artifacts into local Markdown and JSON. Prefer the bundled exporter script over DOM scraping.
Safety Rules
- Export only data the user owns or has explicit permission to access.
- Treat Plaud workspace tokens, cookies, signed S3 URLs, and desktop token stores as secrets.
- Never paste tokens into final answers, tracked files, logs, screenshots, or public repos.
- Sanitize raw metadata before saving or sharing: keep artifact host/path/type/expiry, remove signed query strings.
- State that this uses Plaud's unofficial/internal API and may break if Plaud changes endpoints or auth.
Workflow
- Confirm the user is authenticated in Plaud Web or has provided an auth token/cookie through a safe local mechanism.
- Prefer
scripts/export_plaud.pyfor repeatable exports: