voice

Enable wake-word driven voice control for real-time trading tasks.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill voice-nirholas
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: voice
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/voice
Command: npx skills add https://github.com/nirholas/agenti --skill voice-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables hands-free trading by recognizing wake words, converting speech to text, and delivering spoken responses, reducing manual interactions and enabling faster decisions.

Core Features & Use Cases

  • Wake-word detection with configurable language and wake word
  • Multisource speech-to-text and text-to-speech backends for robust voice interaction
  • Real-world use cases include placing trades, querying prices and balances, and receiving spoken alerts

Quick Start

Install a supported STT/TTS stack, configure the wake word and language, then start the voice skill to begin listening.

Frequently Asked Questions about voice

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

FAQPage Schema
How do I add wake word detection to a trading CLI?▼

Wake word detection for a trading CLI is enabled by configuring a specific wake word and language, then starting the voice skill to begin listening for hands-free commands.

Can I use multiple speech-to-text and text-to-speech backends for voice control?▼

Multiple speech-to-text and text-to-speech backends are supported for voice control, allowing you to configure multisource STT and TTS stacks for robust voice interaction across environments.

What voice commands can I execute for hands-free trading?▼

Voice commands for hands-free trading include placing orders, querying prices and balances, and receiving spoken alerts and updates directly through the CLI control surface.

Do I need a specific STT stack to enable voice assistant trading?▼

You need to install a supported STT and TTS stack before configuring the wake word and language, which provides the speech-to-text and text-to-speech processing required for voice assistant trading.

What is the best way to configure voice control for real-time trading tasks?▼

The best way to configure voice control for real-time trading tasks is to set up a supported STT/TTS stack, define the wake word and language, and start the CLI-driven control surface to listen for commands.

Are there limitations to using voice assistants for placing real-time orders?▼

Limitations for placing real-time orders via voice assistants depend on the reliability of the configured STT and TTS backends, meaning speech recognition accuracy directly impacts command execution.