Cicero — Productivity skill for Claude Code
Self-hosted voice for coding agents.
How to install Cicero
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open 5uck1ess/cicero and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Cicero does
Self-hosted voice for coding agents. Talk from any browser or a Telegram call, interrupt mid-sentence, clone any voice, and hand real work to agents that ship PRs. Local STT/TTS; real-time voice client for ACP.
Alternatives in Productivity
- Pi Subagents — Claude Code like Sub-Agents & Workflow Orchestration for Pi — parallel execution, live widget, fleet view, cus 967 ★
- Browser Harness JS — Self-healing browser harness that enables LLMs to complete any task 480 ★
- Multi Aider Sub Agent — Run a multi aider_ai_code call with a sub agent call to fulfill the following tasks back to back in the most s 295 ★
README
**Cicero is a self-hosted voice interface for coding agents: you speak, it answers out loud, and your agent does the actual work.** Install it next to the agent you already use — Claude Code, Codex, Gemini, an [ACP](https://agentclientprotocol.com) harness like [hermes](https://hermes-agent.nousresearch.com), or any OpenAI-compatible endpoint — then talk to that agent from any browser on your network — or, with the optional Telegram sidecar, over a real phone call. Say *"fix the failing auth test and open a PR"*; Cicero acknowledges in about a second, the work happens in the background (commands you've gated, like a `git push`, need your spoken yes), and it tells you when the PR is up. With local providers, your audio never leaves your machine.
What it feels like
you › Cicero, what's broken on CI?
cicero › Two things: lint on the API package, and the Postgres
integration test timing out.
you › Have the coder fix the lint one and open a PR.
cicero › On it — filed to the coder. I'll tell you when the PR is up.
(four minutes later, unprompted)
cicero › The coder just finished "fix the CI lint failure" —
the link's on your screen.
That's the shape: you speak, it acknowledges in about a second, the heavy work runs outside the voice loop, and it comes back to you when there's news. The delegation half needs a brain that can run async workers ([the office](docs/office.md)); with a plain CLI brain you still get everything conversational — ask, answer, run, interrupt.
Two ways in
| You want | Cost | Path | |
|---|---|---|---|
| 🔊 | *Hear your agent |
Related Skills
AgentBabysitter
Leave your desk — Claude Code keeps working and reports to your phone over Telegram. Read task summaries, repl
Parse
TODO: short sentence description of what this command does
Interrupt
Pause the active dev workflow loop without clearing state — resume later with /stagent:continue
Collab A2a
An A2A hub that lets coding agents on different machines talk, align on tasks, and discuss work in real time (
Objection
Cross-examine a claim or a diff. Opposing counsel mode — one objection at a time, no approval until every obje
Claude Code Workflow OS
Claude Code plugins for project memory, handoffs, and ship checks
Related Agents
Voice Engineer
GAIA voice interaction specialist. Use PROACTIVELY for Whisper ASR, Kokoro TTS, the Talk SDK, speech-to-speech
QA Voice
Voice-powered QA assistant. Browses websites with Playwright, speaks questions via TTS, listens to voice respo
Docs Reconciler
Drift detection agent for any software project. Use every 3–5 merged PRs, before a release, or when picking up