OpenPlawd: OpenClaw Skill for Automated Plaud Meeting Notes

OpenPlawd is an OpenClaw skill that automates the conversion of Plaud recordings into structured meeting notes. It handles the entire pipeline from downloading recordings to generating clean HTML output with action items.
How It Works
The skill implements a complete workflow:
- Polls your Plaud account every hour for new recordings
- Downloads recordings via the Plaud API
- Transcribes audio using Groq Whisper (free tier) for recordings under 90 minutes, switching to OpenAI for longer files
- Automatically splits large files into chunks with resume capability if processing is interrupted
- Uses your OpenClaw agent to generate clean HTML meeting notes with action items
- Renames and archives the recording on Plaud when processing is complete
Interactive Features
The flow includes interactive elements where the agent shows a preview of detected names and meeting type before generating final notes. This allows users to correct any Whisper transcription mistakes before the final processing.
Developer Background
This is the developer's third OpenClaw skill, following previous work on openclaw-conversation (a Home Assistant voice assistant) and several Home Assistant integrations. The project is open source and available on GitHub.
📖 Read the full source: r/openclaw
👀 See Also

Claudebin: Export and Share Your Claude Code Sessions
Claudebin allows you to export entire Claude Code sessions, making them shareable and resumable through a single URL.

OpenClaw Nerve WebUI adds voice control and team management dashboard
Nerve is a WebUI for OpenClaw that provides an all-in-one dashboard for monitoring and managing AI agents, with voice control via double-tap shift for Whisper and sub-agent team building capabilities.

Marketing Wisdom MCP: Free Semantic Search for Startup Insights
A free MCP server provides semantic search across 6,700 insights from 1,040 episodes of My First Million and Starter Story podcasts. It offers four tools for querying founder wisdom on growth, marketing, and business strategies.

Zora: Offline-First AI Agent with Default-Deny Security and Local Memory
Zora is an AI agent that runs fully offline via Ollama by default, starts with zero access permissions, and maintains persistent memory across sessions. It addresses security and cost issues seen in other agents.