AI SummaryCheck the status of VoiceMode services. Shows the current status of VoiceMode services including Whisper (STT), Kokoro (TTS), and LiveKit (if used). Shows for each service:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "/voicemode:status" skill in my project. Please run this command in my terminal: # Install skill into your project (3 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/mbailey/voicemode/master/.claude/commands/status.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/converse.md "https://raw.githubusercontent.com/mbailey/voicemode/master/.claude/commands/converse.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/install.md "https://raw.githubusercontent.com/mbailey/voicemode/master/.claude/commands/install.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Check the status of VoiceMode services
Usage
` /voicemode:status `
/voicemode:status
Check the status of VoiceMode services.
Description
Shows the current status of VoiceMode services including Whisper (STT), Kokoro (TTS), and LiveKit (if used).
Implementation
Use the mcp__voicemode__service tool: `json { "service_name": "whisper", "action": "status" } ` Check all services: `bash
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 8d ago
● ActiveAdoption100+ stars on GitHub
925 ★ · GrowingDocsMissing or thin
UndocumentedMIT License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code