
Gmoqa Listen Claude Code
- Updated November 5, 2025
- gmoqa/listen-claude-code
gmoqa-listen-claude-code is a Claude Code plugin that adds voice input through the listen CLI with local Whisper transcription.
About
gmoqa-listen-claude-code is a lightweight Claude Code plugin for developers 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 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.
- 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
Gmoqa Listen Claude Code by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install gmoqa-listen-claude-code@gmoqa/listen-claude-codeAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | November 5, 2025 |
|---|---|
| Repository | gmoqa/listen-claude-code ↗ |
What it does
Talk to Claude Code hands-free by piping the listen CLI’s local Whisper transcription into your agent session instead of typing long prompts.
Who is it for?
Best when you use Claude Code daily and want hands-free, local speech-to-text for prompts without cloud voice APIs.
Skip if: Skip if you cannot run local Whisper, need team-wide cloud dictation with admin controls, or do not use Claude Code as your agent interface.
What you get
After you install the plugin and listen CLI, you dictate prompts locally transcribed to text so Claude Code keeps pace with spoken intent.
- Spoken prompts converted to text inside Claude Code sessions
- Reduced typing friction for long contextual instructions
- Local-only transcription path when Whisper runs on-device
By the numbers
- pluginCount: 1 in catalog metadata
- Catalog category: productivity
- Uses listen CLI with local Whisper per description
Recommended Plugins
How it compares
Voice-input productivity plugin for Claude Code, not an MCP server integration or mobile codegen skill pack.
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.