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

Open-source markdown vault gives Claude persistent memory across sessions
My Portable Brain is a markdown vault structure with an agent runtime layer that provides Claude with persistent context about identity, projects, goals, CRM, and weekly plans. It works natively with Claude Code and Claude Cowork, uses plain markdown files, and runs background scripts nightly to keep context fresh.

OpenClaw CoreBrain Plugin: Persistent Memory for AI Coding Agents
A new plugin called CoreBrain addresses OpenClaw's memory issues by storing information outside the context window in a knowledge graph and auto-injecting it before every query, eliminating the need for tool calls and optional memory invocation.
Survey of Local-First Markdown Memory Servers for AI Agents: Mem0, Hindsight, Zep, and the Newcomer Engram
A user tested ~20 local agent memory systems for storing memories as editable files. Engram (by Obsidian68) was the only one that met all requirements: fully local, Markdown storage, smart dedup, importance decay, and standalone server.

AI Agent Autonomously Creates Video Using Remotion Without Predefined Tools
A developer tested an AI agent that autonomously created a short video reel by installing Remotion, writing composition code, debugging issues, and delivering a rendered file without human intervention.