plaud

Use when working with Plaud recordings, including listing recent recordings, finding recordings by date or keyword, reading transcripts, summarizing notes, extracting action items, drafting follow-ups, exporting Plaud content, or diagnosing Plaud MCP/CLI authentication.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "plaud" with this command: npx skills add antoniosilveira/plaud

Plaud

Use this skill for Plaud recording workflows in OpenClaw.

Tool choice

Prefer the Plaud MCP tools when available:

  • plaud__list_files: list or search recordings
  • plaud__get_file: get metadata and availability for one recording
  • plaud__get_note: fetch AI notes, summaries, topics, and action items
  • plaud__get_transcript: fetch timestamped transcript with speakers
  • plaud__get_current_user: check authentication
  • plaud__login: start OAuth
  • plaud__logout: disconnect

Use the Plaud CLI when:

  • The user explicitly asks for terminal or CLI use
  • MCP is unavailable or unauthenticated
  • You need file export through shell redirection
  • You need to inspect CLI install or auth state

CLI reference lives in references/cli.md. MCP reference lives in references/mcp.md.

Standard workflows

List recent recordings

  1. Call plaud__list_files with page: 1, page_size: 10.
  2. Show name, start time, duration, and ID.
  3. If the user asks for "last recording", pick the first item returned unless they specify start time ordering.

Summarize a recording

  1. Resolve the recording ID from the user request.
  2. Call plaud__get_note first.
  3. If notes are empty, call plaud__get_transcript.
  4. If both are empty, say no transcript or notes are available. Mention duration if known.
  5. Include speakers only when speaker labels are present in transcript data.

Find a recording

  1. Use plaud__list_files with query, date_from, or date_to when provided.
  2. If the request is vague, list the most likely matches and ask the user to choose.
  3. Do not access unrelated recordings beyond what is needed to answer.

Draft follow-up

  1. Fetch notes first, transcript second.
  2. Extract decisions, open questions, owners, and dates.
  3. Draft clearly and label it as a draft. Do not send messages or emails unless the user explicitly asks and approves the final text.

Export content

For simple exports, use the CLI:

plaud summary <id> -o summary.md
plaud transcript <id> -o transcript.txt

For repeatable Markdown export, use scripts/plaud-export.js.

Authentication

Check auth with plaud__get_current_user or plaud me.

If unauthenticated:

  1. Run plaud__login for MCP auth.
  2. If CLI auth is needed, run plaud login.
  3. If OAuth redirects to localhost:8199, ask the user to paste the callback URL and submit it to the local listener while it is still running.

Privacy and safety

  • Plaud recordings may contain private conversations. Access only the recording or date range needed for the task.
  • Do not reveal transcript contents unless the user asked for that recording.
  • Do not download audio unless needed.
  • Do not send follow-ups externally without explicit approval.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

AgentCall

Give your agent real phone numbers for SMS, OTP verification, and voice calls via the AgentCall API.

Registry SourceRecently Updated
Automation

NEXO Brain

Cognitive memory system for AI agents — Atkinson-Shiffrin memory model, semantic RAG, trust scoring, and metacognitive error prevention. Gives your agent per...

Registry SourceRecently Updated
Automation

Screenshot To Prompt

截图理解 + 页面结构抽取 + 实现 prompt 生成器。 输入页面截图,输出结构化识别结果和可直接发给 coding agent 的实现 prompt。 触发:用户发截图说"帮我分析这个页面"、"生成实现 prompt"、"页面结构抽取"、 "把这个页面转成 prompt"、"screenshot to pr...

Registry SourceRecently Updated
00Profile unavailable
Automation

Neshama Soul Openclaw

给 AI Agent 注入灵魂,赋予独特人格和真实情绪。基于 OCEAN 人格模型,让 Agent 拥有持久人格和情感记忆。

Registry SourceRecently Updated
590Profile unavailable