OpenClaw Skill for Local Meeting Transcription with Whisper

A developer has released an OpenClaw skill called ghostmeet that enables local meeting transcription using OpenAI's Whisper model. This tool is designed to work with browser-based meetings like Google Meet, Zoom web, and Teams web.
How It Works
- A Chrome Extension captures audio from any browser tab using
chrome.tabCapture, limited to the active tab - Whisper transcribes the audio locally in real-time with approximately 10-second intervals
- Users can ask their assistant "summarize my last meeting" to get Claude-generated key decisions and action items
Privacy and Local Processing
- All audio and transcription processing happens locally on your machine using Whisper
- Summaries optionally use the Anthropic API, but this can be skipped for full privacy
- Desktop applications (Zoom app, Teams app) won't work - only browser tabs are supported
Setup and Installation
Install via ClawHub:
clawhub install ghostmeetOr set up manually:
git clone https://github.com/Higangssh/ghostmeet.git
docker compose up -dThe developer notes that speaker diarization is next on the roadmap and welcomes feedback on the project.
📖 Read the full source: r/openclaw
👀 See Also

Selfware: Rust-based local AI agent framework with PDVR architecture
Selfware is an open-source AI agent framework built in Rust for local inference, implementing a PDVR cognitive cycle with 54 built-in tools and designed for long-running tasks on consumer hardware.

Open source Next.js starter kit adds guardrails and agent instructions to prevent AI slop
A new Next.js boilerplate includes auth, database, CI, tests, and Claude Code instructions out of the box, aimed at developers using AI coding agents to build production apps faster.

Essential OpenClaw plugins for developers using AI coding agents
A developer tested OpenClaw plugins and identified essential tools including env-guard for security, commit-guard for preventing bad commits, composio for connecting to 860+ tools, cortex-memory for long sessions, cost-tracker for spending visibility, and openclaw-better-gateway for fixing flaky connections.
Voker Launches Agent Analytics Platform with Intent/Correction/Resolution Primitives
YC S24 startup Voker launches an agent analytics platform with a lightweight SDK that automatically annotates user intents, corrections, and resolutions — providing self-service dashboards without relying on LLMs for data engineering.