Voice

Dispatch text-to-speech to an external provider via a speak function and CLI.

1|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/matt-fell-ai/PAI --skill voice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Voice
Source: https://github.com/matt-fell-ai/PAI/tree/main/skills/Voice
Command: npx skills add https://github.com/matt-fell-ai/PAI --skill voice

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill adds modular voice capabilities to the PAI, enabling hands-free interaction, accessibility, and natural language communication with the system.

Core Features & Use Cases

  • Modular voice capability for AI interactions across tasks.
  • Real-time voice I/O for hands-free operation and accessibility.
  • Use Case: Interact with the PAI via spoken commands to trigger actions without typing.

Quick Start

pai run Voice speak "Hello world"

Frequently Asked Questions about Voice

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

FAQPage Schema
How do I add text-to-speech voice output to an AI assistant?

Text-to-speech voice output converts AI responses into spoken audio through external TTS providers. Use the Voice Skill's speak function to dispatch text and trigger real-time voice playback, enabling hands-free interaction and accessibility for chat-to-voice workflows.

Can I enable voice interactions without typing commands?

Yes. Voice-input accessibility lets users interact with the PAI via spoken commands to trigger actions hands-free. The Skill provides modular voice capabilities for real-time voice I/O, supporting both voice input and text-to-speech output for natural language communication.

What's the quickest way to implement voice output in a system?

The Voice Skill implements a modular speak function that dispatches text-to-speech to an external provider with a CLI trigger. Deploy it instantly using `pai run Voice speak "text"` to add real-time spoken feedback and status announcements to AI systems.

Does this Skill work for accessibility and voice-enabled alerts?

Yes. The Skill delivers AI feedback and spoken responses for accessibility and hands-free operation. It supports voice-enabled alerts, status announcements, and demonstrations, making it suitable for systems requiring real-time spoken output across AI assistants.

What's required before using voice output in my workflow?

Access to an external text-to-speech provider is the core requirement. The Voice Skill has no internal dependencies—it's modular and can be integrated directly into existing AI systems to add voice capabilities to chat workflows and demonstrations.