Status banner
jarrodwatts jarrodwatts

Status

Development community

Description

--- description: Show daemon status and environment readiness --- # claude-stt Status Show daemon status plus hotkey/engine/output readiness. ## Instructions When the user runs `/claude-stt:status`: ### 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 `US

Installation

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

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

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

Full documentation available on GitHub

View Source Repository