Stop banner
jarrodwatts jarrodwatts

Stop

Development community

Description

--- description: Stop the STT daemon --- # Stop claude-stt Daemon Stop the speech-to-text daemon. ## Instructions When the user runs `/claude-stt:stop`: ### Step 1: Detect Python Find the working Python command: ```bash python3 --version 2>/dev/null && echo "USE_PYTHON3" || python --version 2>/dev/null && echo "USE_PYTHON" || echo "NOT_FOUND" ``` - If output contains `USE_PYTHON3`, use `python3` for subsequent commands - If output contains `USE_PYTHON`, use `python` for subsequent command

Installation

Installs to ~/.claude/skills/jarrodwatts-claude-stt-stop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jarrodwatts-claude-stt-stop && curl -fsSL https://raw.githubusercontent.com/jarrodwatts/claude-stt/HEAD/commands/stop.md -o ~/.claude/skills/jarrodwatts-claude-stt-stop/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository