Voice Setup banner
zircote zircote

Voice Setup

Development community

Description

--- name: voice-setup description: Interactive setup for human voice configuration argument-hint: "" allowed-tools: Read, Write, Bash(python3:*), Bash(mkdir:*), Glob, AskUserQuestion --- # Human Voice Setup Interactive configuration wizard. Creates `~/.human-voice/config.json` — the unified config for both AI pattern detection and voice elicitation. ## Process 1. **Check for existing config**: Read `~/.human-voice/config.json` if it exists. Ask: "Configuration exists. Update or replace?" 2.

Installation

Installs to ~/.claude/skills/zircote-human-voice-voice-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zircote-human-voice-voice-setup && curl -fsSL https://raw.githubusercontent.com/zircote/human-voice/HEAD/commands/voice-setup.md -o ~/.claude/skills/zircote-human-voice-voice-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