Install the Roxels "/run-roxels" skill for Claude Code. What it does: starts a Roxels voice conversation from Claude Code — I talk (and can screen-share) to dictate what I want, and when I hang up, Claude reads the conversation transcript, distills it into my instructions, and acts on them. Please do the following: 1. Create the folder ~/.claude/skills/run-roxels 2. Download these files into it, keeping the names: - https://app.roxels.ai/skills/run-roxels/SKILL.md - https://app.roxels.ai/skills/run-roxels/run_interview.py - https://app.roxels.ai/skills/run-roxels/README.md - https://app.roxels.ai/skills/run-roxels/env.example (save it as .env.example) 3. Run it once to finish setup: python3 ~/.claude/skills/run-roxels/run_interview.py It will tell you what's missing: create a .env next to the script with my Roxels API key (I can generate one at https://app.roxels.ai -> Settings -> API Keys). Ask me for the key and write the .env for me. 4. Done — from now on I can type /run-roxels to start a conversation. (Restart Claude Code once if the skill doesn't show up immediately.)