Back to Skills Hub
Plaud Unofficial Skill

Plaud Unofficial Skill

@leonardsellem
productivityVoice RecordingTranscript AccessAPI Integration

A self-contained Claude Code skill for accessing Plaud voice recorder data including recordings, transcripts, and AI-generated summaries. Provides seamless integration with Plaud devices through authenticated API access.

🚀 Access your Plaud voice recorder data directly in Claude. Retrieve audio recordings, full transcripts with speaker identification, and AI-generated summaries—all through a simple, integrated interface. Perfect for reviewing meetings, lectures, or personal notes captured on your Plaud device.

💡 Use this skill when you need to search recordings, read transcripts, or get quick summaries without leaving Claude. Ideal for professionals who capture voice notes and want instant access to their content for analysis, reference, or documentation.

✨ The skill handles all authentication and API complexity for you—just set up your credentials once and start accessing your voice data seamlessly.

GitHub

Requirements

Plaud API Token

Bearer token extracted from Plaud web app localStorage (tokenstr)

Plaud API Domain

API endpoint URL from Plaud web app (plaud_user_api_domain)

Python 3.x

Python runtime environment

requests

HTTP library for API requests

python-dotenv

Environment variable management