OpenClaw Skill for Local Meeting Transcription with Whisper

✍️ OpenClawRadar📅 Published: March 9, 2026🔗 Source
OpenClaw Skill for Local Meeting Transcription with Whisper
Ad

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
Ad

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 ghostmeet

Or set up manually:

git clone https://github.com/Higangssh/ghostmeet.git
docker compose up -d

The developer notes that speaker diarization is next on the roadmap and welcomes feedback on the project.

📖 Read the full source: r/openclaw

Ad

👀 See Also

Hubcap Bridge: Persistent Two-Way Messaging Between CLI and Browser JavaScript via CDP
Tools

Hubcap Bridge: Persistent Two-Way Messaging Between CLI and Browser JavaScript via CDP

Hubcap Bridge is a new feature in the Hubcap CLI tool that creates a persistent two-way message channel between local processes and JavaScript running in browser pages via the Chrome DevTools Protocol. It enables Claude Code skills to interact with web apps through their internal JavaScript APIs without requiring public API access.

OpenClawRadar
Claude Code Auto Mode: Safer Alternative to Skipping Permissions
Tools

Claude Code Auto Mode: Safer Alternative to Skipping Permissions

Claude Code now offers auto mode, a permissions mode where Claude makes permission decisions with safeguards monitoring actions before execution. It's available as a research preview for Team plan users, with Enterprise and API rollout coming soon.

OpenClawRadar
ClawHost Open-Source OpenClaw One-Click Deploy Hits 200+ GitHub Stars
Tools

ClawHost Open-Source OpenClaw One-Click Deploy Hits 200+ GitHub Stars

ClawHost, an open-source tool for one-click OpenClaw installation with full server access and control, has reached 200+ GitHub stars. The project addresses issues with unstable commercial wrappers by providing a free, self-hostable solution.

OpenClawRadar
🦀
Tools

OpenClaw AI Agent with 6 Roles, Memory, and ADHD-Aware Design: Daily Ops Breakdown

A solo founder with ADHD built an open-source AI agent with 6 roles (action planner, debriefer, writer, legal, investigator, CRM) sharing memory, auto-generating follow-ups and drafts from transcripts.

OpenClawRadar