plaud-api
⚠Review·Scanned 2/18/2026
This skill provides a CLI and documentation to access Plaud recordings and transcripts via plaud_client.py and https://api-euc1.plaud.ai. It instructs extracting localStorage.tokenstr, storing PLAUD_TOKEN in ~/.claude/skills/plaud-api/.env, and running python3 plaud_client.py, which executes local commands and makes network requests.
from clawhub.ai·v82afbba·21.4 KB·0 installs
Scanned from 1.0.1 at 82afbba · Transparency log ↗
$ vett add clawhub.ai/leonardsellem/plaud-apiReview findings below
Plaud API Claude Skill
A self-contained Claude Code skill for accessing Plaud voice recorder data (recordings, transcripts, AI summaries).
Contents
| File | Purpose |
|---|---|
SKILL.md | Main skill document with credential tutorial |
plaud_client.py | CLI tool for Plaud API access |
PLAUD_API.md | Detailed API documentation |
requirements.txt | Python dependencies |
.env.example | Template for credentials |
Installation
Option 1: Symlink (Recommended for Development)
ln -s /path/to/plaud-api ~/.claude/skills/plaud-api
Option 2: Copy
cp -r /path/to/plaud-api ~/.claude/skills/
Quick Setup
-
Install Python dependencies:
pip install -r ~/.claude/skills/plaud-api/requirements.txt -
Copy the example environment file:
cd ~/.claude/skills/plaud-api cp .env.example .env -
Follow the credential tutorial in
SKILL.mdto obtain your Plaud API token -
Update
.envwith your actual credentials -
Test with:
cd ~/.claude/skills/plaud-api python3 plaud_client.py list
Usage
In Claude Code, invoke with:
/plaud-api- Full skill with setup tutorial/plaud- Alias/plaud-recordings- Alias
Requirements
- Python 3.x
requestsandpython-dotenvpackages (see requirements.txt)- Plaud account with web access at https://web.plaud.ai