Voice-enable Claude Code with Superwhisper transcription, allowing hands-free command input and audio notifications when tasks complete.
Voice integration between Superwhisper and Claude Code. When Claude Code completes a task, Superwhisper shows a notification so you can respond by voice.
Currently only available for Superwhisper versions 2.13 or later on macOS.
curl -fsSL https://superwhisper.com/install-claude-code.sh | bash
Then restart Claude Code to activate.
To verify installation:
cat ~/.claude/settings.json | grep superwhisper
claude plugin marketplace add superultrainc/superwhisper-claude-code
claude plugin install superwhisper
Run Claude Code with the plugin directory:
claude --plugin-dir /path/to/superwhisper-claude-code
Or add it to your shell profile for permanent use:
# Add to ~/.zshrc or ~/.bashrc
alias claude='claude --plugin-dir /path/to/superwhisper-claude-code'
superwhisper-claude-code/
├── .claude-plugin/
│ ├── marketplace.json # Marketplace manifest
│ └── plugin.json # Plugin manifest
├── config/
│ ├── settings.json # Hook settings for ~/.claude/settings.json
│ ├── statusline.sh # Custom status line script
│ └── skills/sw/ # Superwhisper toggle skill
├── hooks/
│ ├── hooks.json # Hooks configuration
│ └── stop.sh # Called when agent completes
└── README.md
To verify the plugin is loaded, run /hooks in Claude Code to see registered hooks.
Plugin not loading after install:
superwhisper@superwhisper appears in ~/.claude/settings.json under enabledPluginsSuperwhisper not receiving notifications:
open "superwhisper://agent-update?agent=test&status=completed&summary=Test"Debug hook execution:
claude --debug
# Look for hook-related messages in debug output
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub superultrainc/superwhisper-claude-code --plugin superwhisperAudio feedback when Claude Code agent completes tasks using pocket-tts
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.