← 返回 Skills 市场
leonardsellem

Plaud Unofficial Skill

作者 leonardsellem · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
1917
总下载
3
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install plaud-unofficial
功能描述
Use when accessing Plaud voice recorder data (recordings, transcripts, AI summaries) - guides credential setup and provides patterns for plaud_client.py
安全使用建议
This skill appears to be an unofficial, reverse-engineered Plaud client that generally matches its description, but exercise caution before installing or using it: - Review the included plaud_client.py yourself (it's provided) and confirm all network endpoints are the official Plaud domains you expect. The code is readable and makes direct requests to api-euc1.plaud.ai and related endpoints documented in PLAUD_API.md. - Be aware SKILL.md directs you to extract a bearer token from your browser localStorage and paste it into a plaintext .env file under the skill folder. That token is long-lived and grants access to your recordings and transcripts—only do this on a machine you control and trust. - Note the mismatch: registry metadata declares no required env vars, SKILL.md asks for PLAUD_TOKEN and PLAUD_API_DOMAIN, but plaud_client.py uses a region mapping/--region flag rather than reading PLAUD_API_DOMAIN from the environment. This likely indicates sloppy documentation rather than malicious behavior, but it is an incoherence you should confirm before trusting automation. - If you decide to proceed: restrict file permissions on the .env (chmod 600), keep backups secure, delete the token from browser/localStorage if you rotate it later, and consider creating a limited/rotatable credential if Plaud supports it. If unsure, prefer manually running the included script rather than granting the skill autonomous access.
功能分析
Type: OpenClaw Skill Name: plaud-unofficial Version: 1.0.1 The skill is designed to interact with the Plaud API to manage voice recordings, transcripts, and AI summaries. The `SKILL.md` provides clear, explicit instructions for the user to obtain credentials from the Plaud web app's local storage and set them up in a local `.env` file. The `plaud_client.py` script correctly loads these credentials, makes API calls only to the expected Plaud domains (`*.plaud.ai`), and handles file downloads with basic sanitization. There is no evidence of prompt injection against the agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All actions are aligned with the stated purpose of accessing Plaud data.
能力评估
Purpose & Capability
Name, description, and included files (plaud_client.py + API docs) align with the stated purpose of accessing Plaud recordings/transcripts. However, the registry metadata lists no required env vars while the runtime docs instruct you to add PLAUD_TOKEN and PLAUD_API_DOMAIN to a .env file—so the declared requirements do not match the actual usage.
Instruction Scope
SKILL.md instructs a manual interactive flow: open web.plaud.ai, use Chrome DevTools to read localStorage.tokenstr and copy it into a local .env file. That step asks the user to extract a bearer token from their browser (sensitive secret). The instructions stick to the skill's scope (accessing Plaud data) and do not instruct reading other system files, but they do direct storing a long-lived token in plaintext under ~/.claude/skills/plaud-api/.env which expands the attack surface if the machine is shared or compromised.
Install Mechanism
There is no external download/install mechanism beyond shipping the code in the skill and advising pip install -r requirements.txt. No remote arbitrary archive downloads or obscure third-party installers were found.
Credentials
The skill legitimately needs a Plaud bearer token to work, but the registry declares no required environment variables while SKILL.md asks for PLAUD_TOKEN and PLAUD_API_DOMAIN. Also the included client reads PLAUD_TOKEN but does not appear to read PLAUD_API_DOMAIN (it uses a region mapping or --region flag), so the docs and code disagree. Asking users to copy a bearer token (long-lived, ~10 months) into a local file is sensitive and should be justified and handled carefully.
Persistence & Privilege
The skill does not request always:true and will not be force-included for all agents. It only stores credentials in a skill-local .env file and does not modify other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but not combined with other high privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install plaud-unofficial
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /plaud-unofficial 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release of the Plaud API skill for voice recorder data access. - Added plaud_client.py CLI tool for listing, downloading, and managing Plaud recordings, transcripts, and summaries. - Provided sample .env.example for credential setup. - Included detailed PLAUD_API.md documentation of endpoints and usage. - Added requirements.txt listing necessary Python dependencies. - Supplied .gitignore for proper version control hygiene. - SKILL.md now reflects full instructions for interactive credential setup, file usage from the skill directory, and common usage patterns.
v1.0.0
plaud-unofficial 1.0.0 - Initial release of the Plaud API Skill for accessing Plaud voice recorder data. - Provides step-by-step credential setup instructions using Chrome DevTools and a `.env` file. - Offers command-line usage and patterns for listing, downloading, and retrieving transcripts/summaries via `plaud_client.py`. - Includes troubleshooting for common errors and a refresh guide for expired tokens. - Quick reference table for major commands and API endpoints included. - Mention of n8n integration for automated transcript processing.
元数据
Slug plaud-unofficial
版本 1.0.1
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

Plaud Unofficial Skill 是什么?

Use when accessing Plaud voice recorder data (recordings, transcripts, AI summaries) - guides credential setup and provides patterns for plaud_client.py. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1917 次。

如何安装 Plaud Unofficial Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install plaud-unofficial」即可一键安装,无需额外配置。

Plaud Unofficial Skill 是免费的吗?

是的,Plaud Unofficial Skill 完全免费(开源免费),可自由下载、安装和使用。

Plaud Unofficial Skill 支持哪些平台?

Plaud Unofficial Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Plaud Unofficial Skill?

由 leonardsellem(@leonardsellem)开发并维护,当前版本 v1.0.1。

💬 留言讨论