Wheel To Talk Setup banner
Pr1m4lc0d3 Pr1m4lc0d3

Wheel To Talk Setup

Development community

Description

--- description: Enable voice dictation and start the Wheel to Talk backend --- Run the Wheel to Talk setup script and report its output to the user verbatim: ``` node "${CLAUDE_PLUGIN_ROOT}/scripts/setup.mjs" ``` The script is deterministic and does all the work — do not attempt to edit the user's `settings.json` yourself, and do not install AutoHotkey for them. If it reports AutoHotkey is missing, show them the `winget` command and stop. Do not run it on their behalf without asking. If it

Installation

Installs to ~/.claude/skills/pr1m4lc0d3-wheel-to-talk-wheel-to-talk-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pr1m4lc0d3-wheel-to-talk-wheel-to-talk-setup && curl -fsSL https://raw.githubusercontent.com/Pr1m4lc0d3/wheel-to-talk/HEAD/commands/wheel-to-talk-setup.md -o ~/.claude/skills/pr1m4lc0d3-wheel-to-talk-wheel-to-talk-setup/SKILL.md

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

Full documentation available on GitHub

View Source Repository