start

Configure STT and TTS daemons for instruction or conversation modes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/WebSmartTeam/COR-CODE --skill start-websmartteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/WebSmartTeam/COR-CODE/tree/main/ClaudeCode-MarketPlace/claudecode-communication-elevenlabs-voice-fixed/skills/start
Command: npx skills add https://github.com/WebSmartTeam/COR-CODE --skill start-websmartteam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to easily manage the voice input (STT) and voice output (TTS) systems, offering flexibility in how they interact with the AI.

Core Features & Use Cases

  • Mode Selection: Choose between 'Instruction Mode' (voice input, text output) and 'Conversation Mode' (voice input, voice output).
  • Daemon Management: Starts and stops necessary Speech-to-Text and Text-to-Speech processes.
  • Use Case: When you want Claude to respond verbally to your spoken commands, you would select 'Conversation Mode'. If you prefer spoken input but only text responses, you'd choose 'Instruction Mode'.

Quick Start

Run the command to start the voice manager and select your preferred interaction mode.

Frequently Asked Questions about start

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

FAQPage Schema
How do I switch between voice input and text output for AI interaction?

You can switch to text output by selecting Instruction Mode, which configures the voice interaction system to process Speech-to-Text input while returning text-based responses.

What is Conversation Mode for voice interaction?

Conversation Mode is a voice interaction setting that enables both voice input and voice output, allowing the AI to process Speech-to-Text commands and respond using Text-to-Speech.

How do I start Text-to-Speech and Speech-to-Text daemons for voice interaction?

You start the TTS and STT daemons by running the voice manager command, which initializes the necessary Python scripts and prompts you to select your preferred interaction mode.

Does voice interaction mode require Python scripts to manage STT and TTS processes?

Yes, voice interaction requires Python scripts to manage the underlying Speech-to-Text and Text-to-Speech daemons that handle the continuous audio input and output processing.

When should I use Instruction Mode instead of Conversation Mode for voice interaction?

Use Instruction Mode when you need voice input for commands but prefer reading text output, and choose Conversation Mode when you require fully hands-free voice input and voice output exchanges.