
from claude-code-voice-skill161
Enable voice calls with Claude (Opus) to discuss a project's code and context, supporting inbound and outbound calls and automatic transcript saving.
Provides tooling to place and receive voice calls with Claude (Opus codec) and preload project context so the model can discuss code, recent changes and files. It includes CLI commands to setup credentials, register a project, start a local server/tunnel and initiate calls. Transcripts are saved locally for review.
Use this skill when you want live, spoken interactions with an agent about a codebase or project—pair-programming, verbal code walkthroughs, or status updates over voice. It is valuable when a human prefers phone/voice sessions rather than chat. Requires external telephony (Vapi) and a Node.js tunnel.
claude-code-voice) with setup, register, start, call, and status commands (has_scripts=false in metadata but the README shows CLI tooling).Agents capable of running local servers, Node.js tooling and phone integrations (CLI-capable agents, Claude/Opus integrations).
This skill enables voice conversations with Claude (Opus 4.5) via phone calls, using the claude-code-voice CLI and Vapi telephony platform. No bundled scripts were present — the skill is purely documentation for an external pip-installable CLI tool. The SKILL.md is well-structured with clear quick start, commands, and troubleshooting sections, though it lacks security warnings about exposing a localtunnel endpoint publicly.
Clean skill, no security concerns beyond the inherent risk of localtunnel exposure which is necessary for the functionality. Documentation quality is good but could benefit from a security considerations section. The skill is a CLI wrapper — no scripts to audit statically or execute.