Original Reddit post

Hey guys, I run several Claude Code always-on agents and I wanted a way to trigger & control each one separately across my local network through my airpods, so I built voice-channel . It’s a Claude Code Channel plugin with a dispatcher that you setup on your laptop. It allows you to trigger multiple Claude Code instances like: “hey Atlas, what is the status of gh issue 1”, or “Hey Hermit, what is next on the task list” and Claude answers back. When you are running 8+ AI assistants across your local network it’s really useful. You setup a trigger phrase like “Hey Atlas” for each Claude Code instance and whatever you say next routes that command into the specific running agent across the local network, each agent has it’s own name, trigger phrases etc. The architecture is intentionally small: Host Python dispatcher owns mic, speakers, VAD, STT, and TTS Bun/TypeScript Claude Code Channel plugin connects to it over WebSocket like Discord & Telegram & Imessage official channel plugins local Whisper/Piper by default designed for local Claude Code agents, not as a generic Alexa clone Repo: https://github.com/gtapps/voice-channel Would love feedback from people using Claude Code with local agents, Docker, or LAN-based setups. submitted by /u/dnationpt

Originally posted by u/dnationpt on r/ClaudeCode