tts-prompter

Crafts structured text-to-speech prompts separating style instructions from spoken text.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill tts-prompter-anderhonorato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tts-prompter
Source: https://github.com/AnderHonorato/Mem-rias-IA---Infinity/tree/main/Manus/Skills/tts-prompter
Command: npx skills add https://github.com/AnderHonorato/Mem-rias-IA---Infinity --skill tts-prompter-anderhonorato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Generating natural, expressive text-to-speech audio is unpredictable when prompts mix style directions with the script itself. This Skill provides a proven prompting framework that separates director instructions from spoken text, preventing common failures like tags being read aloud or wrong-language output. ## Core Features & Use Cases - Prompt Formula: Enforces the {Style Instructions}: {Spoken Text} structure with a colon separator, plus multi-speaker dialogue formatting. - Markup Tag Rules: Defines which bracket tags work (non-speech sounds, local style shifts, pauses) and which to avoid (emotional adjectives that get read aloud). - Voice & Language Catalog: Lists 30 prebuilt voices with timbre descriptions and 80+ supported languages with measured speech rates for timing-constrained tasks like video narration and dubbing. - Use Case: You need Brazilian Portuguese narration for a 30-second video. Use the rate table (1.7 words/second for pt-BR) to size the script, pick a voice like Sulafat, and write English style instructions before the colon with Portuguese spoken text after it. ## Quick Start Use the tts-prompter skill to write a TTS prompt for a warm Brazilian Portuguese welcome message with a brief pause before the greeting.

Frequently Asked Questions about tts-prompter

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

FAQPage Schema
How do I write a text-to-speech prompt with emotions?

Put emotional direction in the style instructions before the colon, written in English, and keep the spoken text after the colon in the target language. Never use emotional adjective tags like [scared] inside the spoken text, because the engine reads them aloud as words.

How do I add pauses or laughs in TTS audio?

Insert markup tags inside the spoken text: [short pause], [medium pause], or [long pause] for timing, and [laughing], [sigh], or [gasp] for non-speech sounds. These tags are interpreted as actions and are not read aloud.

Can TTS prompts mix multiple languages in one audio?

Yes, but you must explicitly state the mixed-language requirement in the style instructions and write the spoken text exactly as the language mix should sound. The model then switches pronunciation rules dynamically rather than translating.

How do I control TTS duration for video narration?

TTS duration is not deterministic, so use the measured speech rates in the language catalog to size your script against the time budget. For example, Brazilian Portuguese averages 1.7 words per second, with roughly ±25% variation by delivery style.

Why does my TTS prompt get blocked or produce wrong output?

Blocks commonly come from naming real brands or people, or from sensitive content cues around violence or sexual content. Wrong-language output happens when style instructions conflict with the spoken text language, since instructions carry the highest weight.