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
- Copy
.env.exampleto.envand adjust any paths if needed (defaults work for a standard MacWhisper installation). - No npm install required — uses only Node.js built-ins and the system
sqlite3CLI.
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.