macwhisper

Installation
SKILL.md

MacWhisper Skill

Read-only access to MacWhisper transcription sessions stored in its local SQLite database. Outputs structured JSON for downstream processing by other skills or Claude itself.

Setup

  1. Copy .env.example to .env and adjust any paths if needed (defaults work for a standard MacWhisper installation).
  2. No npm install required — uses only Node.js built-ins and the system sqlite3 CLI.

Response Envelope

All subcommands emit a single JSON line to stdout:

{ "operation": "list", "status": "ok", "results": {}, "error": null }

status is "ok" or "error". Always check status.

Installs
4
GitHub Stars
6
First Seen
Jul 13, 2026
macwhisper — gabeosx/agent-skills