voice

Enable voice-controlled trading terminal commands with wake word detection, STT, and TTS.

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill voice-alsk1992
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/voice
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill voice-alsk1992

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to interact with the trading terminal using natural voice commands, eliminating the need for manual typing and providing a hands-free experience.

Core Features & Use Cases

  • Voice Recognition: Listens for wake words and transcribes spoken commands.
  • Text-to-Speech: Provides spoken feedback and confirmations.
  • Wake Word Detection: Activates the assistant with a custom phrase like "hey clodds".
  • Use Case: While managing multiple trades, you can simply say "Hey Clodds, buy 100 dollars of Bitcoin" without taking your hands off your keyboard or mouse.

Quick Start

Start voice recognition by saying "Hey Clodds, start voice".

Frequently Asked Questions about voice

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

FAQPage Schema
How do I set up voice control for my trading terminal?

To use voice control, you need microphone access and optional API keys for cloud services like Whisper, ElevenLabs, or Vosk. It supports wake word detection, speech-to-text transcription, and text-to-speech feedback for hands-free trading.

Does voice control work with Whisper and Vosk for speech recognition?

Yes, voice control integrates with multiple speech-to-text providers including Whisper and Vosk, alongside system defaults and ElevenLabs for text-to-speech. This flexibility allows accurate transcription of spoken trading commands.

Can I execute trades hands-free using speech recognition?

Yes, you can execute trades hands-free by speaking commands after the wake word. For example, saying 'Hey Clodds, buy 100 dollars of Bitcoin' allows you to manage trades without taking your hands off your keyboard or mouse.

Do I need API keys to use text-to-speech functionalities?

API keys are optional and only required if you choose cloud-based providers like ElevenLabs for text-to-speech. The system also supports default system TTS engines, allowing you to receive spoken feedback without mandatory cloud authentication.

How does wake word detection activate the trading assistant?

Wake word detection activates the trading assistant by continuously listening for a custom phrase like 'hey clodds'. Once detected, it transcribes your subsequent spoken commands into text, enabling voice-controlled interaction without manual input.