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

FilePurpose
SKILL.mdMain skill document with credential tutorial
plaud_client.pyCLI tool for Plaud API access
PLAUD_API.mdDetailed API documentation
requirements.txtPython dependencies
.env.exampleTemplate 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

  1. Install Python dependencies:

    pip install -r ~/.claude/skills/plaud-api/requirements.txt
    
  2. Copy the example environment file:

    cd ~/.claude/skills/plaud-api
    cp .env.example .env
    
  3. Follow the credential tutorial in SKILL.md to obtain your Plaud API token

  4. Update .env with your actual credentials

  5. 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
  • requests and python-dotenv packages (see requirements.txt)
  • Plaud account with web access at https://web.plaud.ai