add-voice

Add voice recognition and text-to-speech interaction to Founder OS.

2|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ARCASSystems/FounderOS --skill add-voice-arcassystems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-voice
Source: https://github.com/ARCASSystems/FounderOS/tree/main/skills/add-voice
Command: npx skills add https://github.com/ARCASSystems/FounderOS --skill add-voice-arcassystems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, websockets, google-auth, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill adds voice interaction capabilities to Founder OS, allowing users to interact with the system using spoken commands and hear responses aloud.

Core Features & Use Cases

  • Voice Activation: Users can activate the skill by speaking predefined phrases.
  • Voice Recognition: Converts spoken words into text for processing by Founder OS.
  • Text-to-Speech: Converts text responses from Founder OS back into spoken words.
  • Tiered Voice Options: Provides different levels of voice capabilities, from basic browser speech recognition to advanced AI-driven voice models.
  • Use Case: Imagine a user wants to set up the voice interaction for Founder OS. They can use the skill to activate voice mode, choose their preferred voice, and start interacting with Founder OS through spoken commands.

Quick Start

Use the add-voice skill to set up voice interaction for Founder OS. To begin, say "add voice".

Frequently Asked Questions about add-voice

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

FAQPage Schema
How do I add voice interaction to my OS using Python?

You can add voice interaction by using a Skill that enables voice recognition and text-to-speech capabilities through Python, allowing you to process spoken commands and hear audio responses.

Do I need Python to enable text-to-speech and voice recognition features?

Python is required specifically for Tier-1 advanced voice features, which integrate real-time voice models and local speech recognition. Tier-0 basic voice interaction can operate without it.

Can I use Google GenAI models for real-time voice commands?

Yes, real-time voice models are supported through the Google GenAI dependency, allowing you to process complex voice commands and generate text-to-speech audio responses.

What's the best way to activate voice mode for command processing?

The best way to activate voice mode is to use a predefined activation phrase. By saying "add voice," the system initiates the voice interaction capability and begins processing spoken commands.

What are the limitations of using browser speech recognition for voice interaction?

Browser speech recognition, or Tier-0, provides basic voice interaction but lacks advanced capabilities. To access real-time AI-driven voice models and local speech recognition, Python and additional libraries are required.