Help us improve
Share bugs, ideas, or general feedback.
Superwhisper voice integration plugins for AI coding agents. Get voice notifications when tasks complete and respond by voice.
npx claudepluginhub superultrainc/superwhisper-claude-codeSuperwhisper voice integration - get voice notifications when tasks complete. Speak your next command immediately after Claude finishes.
Share bugs, ideas, or general feedback.
Voice integration between Superwhisper and Claude Code. When Claude Code completes a task, Superwhisper shows a notification so you can respond by voice.
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