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

9 Building Blocks for Running Claude Code as a Persistent OS Across 18 Businesses
One developer runs 18 Claude Code instances as a shared OS with selective sync, state moved to MCP servers, receipt-based verification, and auto-loading rules. Details the architecture.

OmniRecall Beta: FAISS-Powered Memory Injection for Cloud LLM Chats
OmniRecall is a local mitmproxy bypass that intercepts traffic to cloud chat interfaces like DeepSeek, adding a permanent memory layer using FAISS indexing and sentence-transformers MiniLM-L6. It's currently in beta, requires CPU-only operation, and uses an aggressively restrictive source-available license.

Using Claude to Automate Mobile App QA with Capacitor WebViews
A developer built an automated QA system using Claude to test a Capacitor-based mobile app across Android and iOS. The approach uses Chrome DevTools Protocol for Android WebViews and screenshots for visual analysis, with Android setup taking 90 minutes versus 6+ hours for iOS.

Engram v1.0.0: Persistent Memory for Local LLMs via Knowledge Graph
Engram is a single binary that provides persistent memory for local LLMs through a knowledge graph system. It includes an MCP server for integration with Claude Code, Cursor, and Windsurf, stores all data in a single .brain file, and runs fully offline.