npx claudepluginhub fakoli/fakoli-plugins --plugin fakoli-speakRun this command to stop any currently playing TTS audio: After running, respond with only: "Stopped." — nothing else.
/stopToggles pause/resume of the current vibe session. Updates session and status JSON files, invokes explainer, and outputs structured confirmation with progress details.
/stopStops the heartbeat daemon by running `bun run ${CLAUDE_PLUGIN_ROOT}/src/index.ts --stop` and reports the output to the user.
/stopStops the Claude Nights Watch daemon gracefully with SIGTERM, timeouts to SIGKILL if needed, and cleans up PID files and locks. Halts autonomous task execution monitoring.
/stopStops running sparkrun inference workloads by recipe name, cluster ID, or all containers on a cluster. Prompts for target if unspecified and confirms with status.
/stopGracefully stops active OMA autonomous workflow, summarizes completed work, open tasks, blockers, and generates structured recovery plan with checkpoint update.
/stopPauses HammerTime stop hook by creating ~/.claude/hammertime/disabled sentinel file and confirms pause with resumption instructions.
Run this command to stop any currently playing TTS audio:
cd ${CLAUDE_PLUGIN_ROOT} && uv run fakoli-speak stop
After running, respond with only: "Stopped." — nothing else.