What problem does it solve?
Setting up local speech-to-text dictation involves choosing an engine, granting macOS permissions, and tuning hotkeys and modes; this Skill walks an agent through installing, configuring, and launching voxtype so users can dictate into any app without cloud services.
Core Features & Use Cases
- Guided Installation: Installs voxtype via
uv tool install voxtype (or pipx), automatically selecting the Apple-GPU parakeet-mlx engine on Apple Silicon or the CPU parakeet engine elsewhere.
- Configuration Assistance: Runs the interactive
voxtype setup wizard or edits ~/.config/voxtype/config.toml directly to tune engine, activation mode, hotkey, wake word, and sounds.
- Launch & First-Run Support: Starts the dictation daemon and explains required macOS Microphone, Accessibility, and Input Monitoring permissions plus the one-time model download.
- Use Case: A developer wants to dictate prompts into a coding agent's terminal; the agent installs voxtype, sets a toggle hotkey, and confirms dictation types text at the cursor.
Quick Start
Ask the agent to install and set up voxtype voice dictation on this Mac so you can dictate text into your terminal with a hotkey.