tts

Convert written text into audible speech using a local tts CLI.

10|2|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/jiweiyuan/ttscli --skill tts-jiweiyuan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tts
Source: https://github.com/jiweiyuan/ttscli/tree/main/.claude/skills/tts
Command: npx skills add https://github.com/jiweiyuan/ttscli --skill tts-jiweiyuan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert written text into audible speech using a local tts CLI for hands-free consumption.

Core Features & Use Cases

  • Streaming playback: hear audio as it generates for real-time feedback.
  • Voice and language options: select voice, language, and model size to balance quality and speed.
  • Automation-ready: integrate in scripts to generate audio from text files or prompts.

Quick Start

Speak a given text aloud using the tts CLI.

Frequently Asked Questions about tts

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

FAQPage Schema
How do I convert text to speech locally using a command-line interface?

You can convert text to speech locally by running the tts CLI, which transforms written text into audible speech for hands-free consumption without relying on cloud APIs. It supports streaming playback, voice selection, and file input for batch processing.

Can I batch process text files into audio files locally?

Yes, batch processing text to audio is supported by passing file input to the local tts CLI. This allows you to automate audio generation from text files or prompts within scripts and save the results directly to an audio file.

Does local text-to-speech generation support different voices and languages?

Local text-to-speech generation supports selecting different voices and languages through CLI flags. You can also adjust the model size to balance audio quality and processing speed according to your local environment's capabilities.

What is the best way to stream audio during text-to-speech generation?

The best way to stream audio during text-to-speech generation is using the streaming control flag in the local tts CLI. This enables real-time audio playback, allowing you to hear speech as it generates rather than waiting for the entire file to process.

Do I need an internet connection to use local voice cloning and text-to-speech?

No, an internet connection is not required because the text-to-speech generation uses local inference. By running models locally, you can perform voice cloning and audio generation entirely offline within your local environment.