Brabble
Description
"Hey, Computer" from Star Trek. Talk to your agent. Run hooks after trigger comands. Runs locally, cause shit's scary.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ποΈ Brabble β Open hailing frequenciesβ¦ and run the command.
Always-on, local-only voice daemon for macOS. Hears your wake word (βclawdβ by default), transcribes with whisper.cpp, then fires a configurable hook (user-defined, e.g., warelay heartbeat). Written in Go; ships with a daemon lifecycle, status socket, and launchd helper.
Quick start
- Requirements: Go 1.25+,
brew install portaudio pkg-config, a whisper.cpp model. - One-liner:
pnpm brabble setup && pnpm start(downloads medium Q5_1, writes config, starts daemon). - Foreground run:
go run ./cmd/brabble serve(mic + PortAudio required).
CLI surface
start | stop | restartβ daemon lifecycle (PID + UNIX socket).status [--json]β uptime + last transcripts;tail-logshows recent logs.mic list|set [--index N]β enumerate or select microphone (aliases:mics,microphone).models list|download|setβ manage whisper.cpp models under~/Library/Application Support/brabble/models.setupβ download default model and update config;doctorβ check deps/model/hook/portaudio.test-hook "text"β invoke hook manually;healthβ ping daemon;service install|uninstall|statusβ launchd helper (prints kickstart/bootout commands).transcribeβ run whisper on a WAV file; add--hookto send it through your configured hook (respects wake/min_chars unless--no-wake).- Hidden internal:
serveruns the foreground daemon (used bystart/launchd). --metrics-addrenables Prometheus text endpoint;--no-wakebypasses wake word.
PNPM helpers (all build Go, no JS runtime)
pnpm brabbleβ build then start daemon (default); extra args pass through, e.g.pnpm brabble --help,pnpm brabble status.pnpm start|stop|restartβ lifecycle wrappers.pnpm buildβ build tobin/brabble;pnpm lintβgolangci-lint run;pnpm formatβgofmt -w .;pnpm testβgo test ./....- Lint deps:
brew install golangci-lint; CI runs gofmt+golangci-lint+tests (see `
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k β) - Lightweight coding agent that runs in your terminal.
src/agents/ β 11 Agent Definitions
**Generated:** 2026-04-11