1shot Labs Squadron Comms Plugin
1shot-labs-squadron-comms-plugin is a Claude Code plugin for the Build phase that voices multi-agent task updates through ElevenLabs TTS.
Hear task and status updates via ElevenLabs TTS while several Claude Code agents work in parallel, using colored broadcast comms instead of silent log tailing.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install 1shot-labs-squadron-comms-plugin@1Shot-Labs/squadron-comms-pluginBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:1Shot-Labs/squadron-comms-plugin") and the paste-ready config with skillselion.get_install_config("plugin:1Shot-Labs/squadron-comms-plugin").
What it does
1shot-labs-squadron-comms-plugin adds a voice layer to multi-agent Claude Code work so a solo builder can run a small squad without staring at scrolling text. The plugin describes a communication system that uses ElevenLabs text-to-speech to announce task updates, coordination messages, and agent activity while subagents or spawned workers execute in parallel. Colored broadcasts help distinguish which agent is speaking, which matters when you juggle more than two concurrent streams. This is niche but practical if you pair-program with agents for long stretches and want ambient awareness instead of constant context switching. Setup implies an ElevenLabs API key and acceptance of audio latency and cost per generation. It does not replace structured task boards or MCP logging; it augments human attention during Build-heavy agent orchestration.
Highlights
- Single-plugin voice communication system for multi-agent Claude Code sessions
- ElevenLabs TTS for spoken task and progress updates while agents work
- Colored broadcast styling for squadron-style agent identification
- Designed for spawn, task, and coordination keywords in parallel workflows
- Productivity-tagged repo (1Shot-Labs/squadron-comms-plugin) with 3 GitHub stars in catalog metadata
Why builders use it
Running several Claude Code agents at once is easy to lose track of because status changes stay buried in silent terminal output.
After registration you get spoken, color-differentiated broadcasts so you can keep coding while the squad reports progress audibly.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 3 stars, 0 votes.
FAQ
Who is 1shot-labs-squadron-comms-plugin for?
It is for Claude Code users orchestrating multiple agents who want ElevenLabs-powered voice updates during active work.
When should I use 1shot-labs-squadron-comms-plugin?
Use it during Build when you spawn squads of agents and need broadcast comms without reading every log line.
How do I add 1shot-labs-squadron-comms-plugin to my agent?
Install the 1Shot-Labs/squadron-comms-plugin from the Claude Code plugin registry or repo and configure your ElevenLabs API credentials per the README.
Comments
Share how you use 1shot-labs-squadron-comms-plugin, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.