Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Multilingual Text To Speech Streaming

ASecurity

Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-si…

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgobash

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill multilingual-text-to-speech-streaming --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Multilingual Text To Speech Streaming?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Multilingual Text To Speech Streaming
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-multilingual-text-to-speech-streaming/badge)](https://www.skillsdirectory.com/skills/rondoflow-multilingual-text-to-speech-streaming)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: multilingual-text-to-speech-streaming
description: "Stream free, professional text-to-speech from voiceless servers to Linux, macOS, or Android devices with 50+ voices in 30+ languages. Two architecture options for flexible deployment - server-side TTS with audio streaming (PulseAudio) OR efficient text streaming with receiver-si…"
category: "Media"
author: community
version: "3.3.0"
icon: image
---

# 🎤 AgentVibes Voice Management

Manage your text-to-speech voices across multiple providers (Piper TTS, Piper, macOS Say).

---

## Available Commands

### Voice Control

#### /agent-vibes:mute
Mute all TTS output (persists across sessions)

- Creates a mute flag that silences all voice output
- Shows 🔇 indicator when TTS would have played

```bash
/agent-vibes:mute
```

#### /agent-vibes:unmute
Unmute TTS output

- Removes mute flag and restores voice output

```bash
/agent-vibes:unmute
```

#### /agent-vibes:list [first|last] [N]
List all available voices, with optional filtering

```bash
/agent-vibes:list                    # Show all voices
/agent-vibes:list first 5            # Show first 5 voices
/agent-vibes:list last 3             # Show last 3 voices
```

#### /agent-vibes:preview [first|last] [N]
Preview voices by playing audio samples

```bash
/agent-vibes:preview                 # Preview first 3 voices
/agent-vibes:preview 5               # Preview first 5 voices
/agent-vibes:preview last 5          # Preview last 5 voices
```

#### /agent-vibes:switch <voice_name>
Switch to a different default voice

```bash
/agent-vibes:switch en_US-amy-medium
/agent-vibes:switch en_GB-alan-medium
/agent-vibes:switch fr_FR-siwis-medium
```

#### /agent-vibes:get
Display the currently selected voice

```bash
/agent-vibes:get
```

#### /agent-vibes:add <name> <voice_id>
Add a new custom voice from your Piper TTS account

```bash
/agent-vibes:add "My Voice" abc123xyz456
```

See [Getting Voice IDs](#getting-voice-ids-piper-tts) section below.

#### /agent-vibes:replay [N]
Replay recently played TTS audio

```bash
/agent-vibes:replay                  # Replay last audio
/agent-vibes:replay 1                # Replay most recent
/agent-vibes:replay 2                # Replay second-to-last
/agent-vibes:replay 3                # Replay third-to-last
```

Keeps last 10 audio files in history.

#### /agent-vibes:set-pretext <word>
Set a prefix word/phrase for all TTS messages

```bash
/agent-vibes:set-pretext AgentVibes  # All TTS starts with "AgentVibes:"
/agent-vibes:set-pretext "Project Alpha" # Custom phrase
/agent-vibes:set-pretext ""          # Clear pretext
```

Saved locally in `.agentvibes/config/agentvibes.json`

---

## Provider Management

#### /agent-vibes:provider list
Show all available TTS providers

```bash
/agent-vibes:provider list
```

#### /agent-vibes:provider switch <name>
Switch between providers

```bash
/agent-vibes:provider switch piper    # Piper TTS - Free, offline, 50+ voices
/agent-vibes:provider switch macos    # macOS Say - Native macOS voices (Mac only)
```

#### /agent-vibes:provider info <name>
Get details about a specific provider

```bash
/agent-vibes:provider info piper
/agent-vibes:provider info macos
```

---

## Providers

| Provider | Platform | Cost | Voices | Quality |
|----------|----------|------|--------|---------|
| **Piper TTS** | All platforms (Linux, macOS, WSL) | Free | 50+ in 30+ languages | ⭐⭐⭐⭐ |
| **macOS Say** | macOS only | Free (built-in) | 100+ system voices | ⭐⭐⭐⭐ |

**On macOS**, the native `say` provider is automatically detected and recommended!

---

## Getting Voice IDs (Piper TTS)

To add your own custom Piper TTS voices:

1. Go to https://piper.io/app/voice-library
2. Select or create a voice
3. Copy the voice ID (15-30 character alphanumeric string)
4. Use `/agent-vibes:add` to add it:

```bash
/agent-vibes:add "My Custom Voice" xyz789abc123def456
```

---

## Default Voices

### Piper TTS (Free & Offline)

**English (US):**
- en_US-lessac-medium (default male voice)
- en_US-amy-medium (friendly female)
- en_US-ryan-high (high quality male)
- en_US-libritts-high (multiple speakers)

**English (UK):**
- en_GB-alan-medium (British male)
- en_GB-jenny_dioco-medium (British female)

**Romance Languages:**
- es_ES-davefx-medium (Spanish - Spain)
- es_MX-claude-high (Spanish - Mexico)
- fr_FR-siwis-medium (French female)
- fr_FR-gilles-low (French male)
- it_IT-riccardo-x_low (Italian male)
- pt_BR-faber-medium (Portuguese - Brazilian)

**Germanic Languages:**
- de_DE-thorsten-medium (German male)
- de_DE-eva_k-x_low (German female)

**Asian Languages:**
- ja_JP-ayanami-medium (Japanese female)
- zh_CN-huayan-x_low (Chinese female)
- ko_KR-kss-medium (Korean female)

### macOS Say (100+ Built-in)
- Samantha
- Alex
- Daniel
- Victoria
- Karen
- Moira
- And 100+ more system voices

---

## Quick Examples

### Switch to a different voice
```bash
/agent-vibes:switch en_US-lessac-medium    # Clear male voice
/agent-vibes:switch en_US-ryan-high        # High quality male
/agent-vibes:switch en_GB-alan-medium      # British male
```

### Preview before choosing
```bash
/agent-vibes:preview 5                     # Preview first 5 voices
/agent-vibes:preview last 3                # Preview last 3 voices
```

### Add your custom Piper voice
```bash
/agent-vibes:add "My Voice" abc123xyz456
/agent-vibes:switch My Voice
```

### Switch providers
```bash
/agent-vibes:provider switch macos    # Use native macOS voices
/agent-vibes:provider switch piper    # Switch back to Piper
```

### Mute/Unmute
```bash
/agent-vibes:mute                     # Silent mode
/agent-vibes:unmute                   # Restore voice
```

---

## Tips & Tricks

- **Preview first**: Always use `/agent-vibes:preview` before switching to a new voice
- **Provider switching**: Some voices are only available on specific providers
- **Voice history**: Use `/agent-vibes:replay` to hear the last 10 TTS messages
- **Custom pretext**: Set a pretext to brand all your responses (e.g., "AgentVibes:")
- **Mute for focus**: Use `/agent-vibes:mute` during intensive work sessions

Enjoy your TTS experience! 🎵

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →