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

ATLAS: Adaptive Test-time Learning Framework Outperforms Claude Sonnet on Coding Benchmarks with $500 GPU
Tools

ATLAS: Adaptive Test-time Learning Framework Outperforms Claude Sonnet on Coding Benchmarks with $500 GPU

ATLAS achieves 74.6% pass@1-v(k=3) on LiveCodeBench with a frozen 14B model on a single consumer GPU, outperforming Claude 4.5 Sonnet's 71.4% at a fraction of the cost using constraint-driven generation and self-verified iterative refinement.

OpenClawRadar
Recursive Self-Improvement Framework for AI Coding Agents Using Claude Code
Tools

Recursive Self-Improvement Framework for AI Coding Agents Using Claude Code

An open-source framework enables AI coding agents to recursively improve themselves using Claude Code. The system analyzes agent traces, identifies failure patterns, and implements fixes, achieving a 25% performance increase in one test cycle.

OpenClawRadar
Claw Code Agent: Python Reimplementation of Claude Code Architecture for Local Models
Tools

Claw Code Agent: Python Reimplementation of Claude Code Architecture for Local Models

Claw Code Agent is a Python reimplementation of the Claude Code agent architecture that runs with local open-source models through OpenAI-compatible backends like vLLM and Ollama, featuring tool calling, slash commands, and tiered permissions.

OpenClawRadar
Pair Programmer Plugin Adds Live Screen, Voice, and Audio Context to Claude Code
Tools

Pair Programmer Plugin Adds Live Screen, Voice, and Audio Context to Claude Code

A developer has built a plugin called Pair Programmer that gives Claude Code real-time desktop perception by capturing screen, microphone, and system audio streams. The architecture uses specialized agents running in parallel for different input types, with indexing currently handled by cloud models but designed to be model-agnostic.

OpenClawRadar