Convobox
Description
A local, backend-agnostic voice frontend for CLI coding agents
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
LegionForge - ConvoBox
[](https://github.com/LegionForge/convobox/actions/workflows/ci.yml) [](https://pypi.org/project/legionforge-convobox/) [](LICENSE) [](pyproject.toml)
A local, backend-agnostic voice frontend for CLI coding agents. It sits between you and whichever coding agent CLI you're driving — Claude Code, Codex, OpenCode, and eventually others — and lets you work by voice instead of (or alongside) the keyboard.
**Headphones strongly recommended for now.** Acoustic echo cancellation (open mic + speakers, no headphones) is still being dialed in — see [docs/DESIGN-echo-and-barge-in.md](docs/DESIGN-echo-and-barge-in.md) for the live tuning notes. Headphones sidestep the whole problem: the assistant's own voice never reaches the mic, so self-barge-in can't happen regardless of room acoustics. Open-speaker use works today but is the rougher edge of the experience.
AI-assisted change attribution is documented in [docs/AI-ATTRIBUTION.md](docs/AI-ATTRIBUTION.md). The repo also includes a commit template at [`.gitmessage.txt`](.gitmessage.txt) for local AI-assisted commits.
Quick Start
The fastest way to hear it work, no microphone required — no `git clone` needed either, it's a real package:
pip install legionforge-convobox # or: pipx install legionforge-convobox
Then a small `convobox.yaml` pointing at a backend you already have working standalone (`opencode serve`, or `claude`/`codex` on your PATH):
backend:
name: opencode # "opencode" | "claude-code" | "codex"
url: http://localhost:4096 # opencode only
# start your backend first, e.g.: opencode serve
convobox --text "Reply with one short sentence: it wor
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