Gmoqa Listen Claude Code
gmoqa-listen-claude-code is a Claude Code plugin for the Build phase that adds voice input through the listen CLI with local Whisper transcription.
Talk to Claude Code hands-free by piping the listen CLI’s local Whisper transcription into your agent session instead of typing long prompts.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install gmoqa-listen-claude-code@gmoqa/listen-claude-codeBuilt 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:gmoqa/listen-claude-code") and the paste-ready config with skillselion.get_install_config("plugin:gmoqa/listen-claude-code").
What it does
gmoqa-listen-claude-code is a lightweight Claude Code plugin for builders who think faster out loud than on a keyboard. It wires voice input into your agent workflow using the listen command-line tool and local Whisper models, so you can dictate prompts, refactors, and debugging instructions without leaving the terminal-centric flow many solo developers prefer. Privacy-conscious users benefit because transcription runs locally rather than sending raw audio to a cloud STT service by default. Once registered, the plugin sits in productivity and agent-tooling: it does not generate app code by itself but removes friction across idea capture, build commands, ship checklists, and operate triage whenever you are at the machine. Setup expects Claude Code plus the listen CLI and Whisper runtime on your OS; after that, spoken intent becomes text the agent can act on, which is especially useful for long contextual prompts or when you are away from a comfortable typing setup.
Highlights
- Voice input for Claude Code via the listen CLI tool
- Local Whisper transcription keeps audio processing on your machine
- Single productivity plugin (pluginCount: 1) focused on input modality
- Pairs with standard Claude Code sessions without replacing the IDE
- Keywords: voice, whisper, local transcription, listen integration
Why builders use it
Typing detailed Claude Code instructions is slow and breaks flow when you already know what you want to say aloud during long build or debug sessions.
After you install the plugin and listen CLI, you dictate prompts locally transcribed to text so Claude Code keeps pace with spoken intent.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is gmoqa-listen-claude-code for?
Individual developers using Claude Code who prefer dictating prompts and want local Whisper transcription instead of typing everything.
When should I use gmoqa-listen-claude-code?
Use it whenever you run Claude Code—planning, coding, reviewing, or ops questions—especially for long prompts or when typing is inconvenient.
How do I add gmoqa-listen-claude-code to my agent?
Install the gmoqa/listen-claude-code plugin from the marketplace, install and configure the listen CLI with local Whisper on your machine, then enable voice input in your Claude Code workflow per the repo README.
Comments
Share how you use gmoqa-listen-claude-code, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.