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

MemAware Benchmark Tests AI Memory Beyond Keyword Search
MemAware is a benchmark with 900 questions across 3 difficulty levels that tests whether AI assistants with memory can surface relevant context when queries don't hint at it. Results show BM25 search scored 2.8% vs 0.8% with no memory, while vector search drops to 0.7% on cross-domain connections.

OpenClaw Multi-Agent Book Writing Skill Released
A multi-agent book writing system built on OpenClaw has been released as a skill, featuring DeepWiki MCP connection, GLM image generation for illustrations, budget estimation, and chapter-level revision. Two chapters of the OpenClaw Paradigm Book have been updated using this tool.

Open-source 31-agent product development system for Claude with 12,000+ lines of content
An open-source Claude Skill provides 31 specialized AI agents and 20 strategic frameworks covering all company departments from product to compliance. The MIT-licensed system includes 62 files with 12,000+ lines of actionable content, country-specific compliance for multiple regions, and a smart-loading system that routes requests efficiently.

Task-observer: A Meta-Skill That Automates Skill Improvement for AI Coding Agents
Task-observer is a meta-skill that self-improves all your AI agent's skills, including itself. It logged 600 skill improvements across 40 skills in 3 months and automates skill creation from work gaps.