VoiceServer

Manage a local ElevenLabs TTS voice server with notify and health endpoints.

4|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/pynbj1001/alpha-sense --skill voiceserver-pynbj1001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: VoiceServer
Source: https://github.com/pynbj1001/alpha-sense/tree/main/.pai_runtime/.claude/skills/VoiceServer
Command: npx skills add https://github.com/pynbj1001/alpha-sense --skill voiceserver-pynbj1001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a reliable, local voice server management harness to deliver TTS-based notifications and prompts, enabling hands-free alerts in AI-assisted workflows.

Core Features & Use Cases

  • Manage a local ElevenLabs-based TTS voice server and expose notify and health endpoints for integration.
  • Send voice notifications and perform health checks to ensure reliability in development and production environments.
  • Use cases include automated alerts, voice prompts for dashboards, and test messaging during CI/CD pipelines.

Quick Start

Start the voice server and verify a test notification to confirm setup.

Frequently Asked Questions about VoiceServer

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

FAQPage Schema
How do I set up local TTS voice notifications for my development pipeline?

To set up local TTS voice notifications, manage a local ElevenLabs-based voice server on port 8888. Use the available commands to start, stop, restart, and check status, then verify a test notification to confirm setup.

What is a voice server health check and when do I need it?

A voice server health check verifies that your local TTS server is running reliably before delivering alerts. You need health checks in development and production environments to ensure automated voice prompts and test messages are delivered successfully.

Do I need a specific port to manage voice server lifecycle operations?

Yes, managing voice server lifecycle operations requires a local server running specifically on port 8888. The server uses settings.json for voice identity and reports health and status through this designated port.

Can I send automated voice alerts for CI/CD pipelines using ElevenLabs?

Yes, you can send automated voice alerts for CI/CD pipelines using an ElevenLabs-based TTS voice server. It exposes notify and health endpoints for integration, enabling hands-free spoken alerts during test messaging and deployment workflows.

What's the best way to configure voice identity for local server notifications?

The best way to configure voice identity for local server notifications is by using the settings.json file. This file manages voice identity settings for the ElevenLabs-based TTS server handling your spoken alerts and prompts.