live

Configure, verify, and disable ClaudeLive voice conversations for an existing ClawCode agent.

62|14|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/crisandrews/ClawCode --skill live-crisandrews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: live
Source: https://github.com/crisandrews/ClawCode/tree/main/skills/live
Command: npx skills add https://github.com/crisandrews/ClawCode --skill live-crisandrews

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up ClaudeLive voice conversations on an existing ClawCode agent involves coordinating launch arguments, plugin installation, credentials, and channel registration, and doing it wrong can break existing WhatsApp channels or agent context. This Skill provides a deterministic setup, status, and disable workflow that preserves the current agent configuration. ## Core Features & Use Cases - Status Verification: Reports configured state, runtime activity, configuration-runtime match, and native channel verification via live_setup_status. - Guided Setup and Reconfiguration: Plans changes with live_setup_plan, preserves existing launcher arguments (WhatsApp channels, session selection, permissions), installs the claude-live plugin, and applies reviewed commands. - Safe Disable: Turns off Live while retaining credentials, messages, tasks, and all other channels. - Use Case: A user says "enable ClaudeLive" or "habilita ClaudeLive" and the agent checks prerequisites (Node 24+, Claude 2.1.232+), plans the configuration, installs the plugin, and hands back the exact launch command without disturbing the existing WhatsApp setup. ## Quick Start Ask the agent to enable ClaudeLive voice conversations for your existing ClawCode agent and follow the setup plan it returns.

Frequently Asked Questions about live

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable ClaudeLive voice conversations on my ClawCode agent?

Invoke the live skill or say "enable ClaudeLive". The agent checks prerequisites, plans the configuration with live_setup_plan while preserving your existing launch arguments, installs the claude-live plugin, and returns the launch command to run after restarting.

How do I check ClaudeLive setup status?

Call live_setup_status, which reports whether Live is configured, the runtime is active, configuration matches runtime, and the native channel is verified. TCP port availability alone does not confirm a running process.

Does ClaudeLive setup affect my existing WhatsApp channels?

No. The setup preserves the current launcher's exact arguments, including WhatsApp and other channels, session selection, and permission options. Disabling Live also retains credentials, messages, and tasks.

What are the version requirements for ClaudeLive setup?

ClaudeLive requires Node.js 24 or later and Claude CLI 2.1.232 or later for the delegation policy. Use claude-live plugin version 0.8.2 or later for automatic first-use agent selection.

How do I disable ClaudeLive without losing my data?

Call live_setup_plan with enabled set to false using the established workspace context, then apply the reviewed command. This flips the saved enable flag while retaining credentials, messages, and tasks; a running host may still need its normal restart.