Start banner
jarrodwatts jarrodwatts

Start

Development community

Description

--- description: Start the STT daemon --- # Start claude-stt Daemon Start the speech-to-text daemon. ## Instructions When the user runs `/claude-stt:start`: ### 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 com

Installation

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

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

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

Full documentation available on GitHub

View Source Repository