Token plan synthesize speech
Synthesize text into a local audio artifact through Token Plan Media Hub. Use for narration, voice previews, accessibility audio, and system or previously authorized cloned voices. Do not describe multi-line TTS assembly as speech-to-speech.From its SKILL.md
npx -y skills add coconilu/token-plan-media-hub --skill token-plan-synthesize-speechAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 138 tokens by cl100k_base, as published. Nobody here has run it
Token Plan Synthesize Speech
- Require the
token-plan-media-hubMCP server. - Call
media.list_modelsforspeech.synthesize. - Resolve a requested voice alias through the Hub. Never print the underlying cloned voice ID.
- Keep a cloned voice bound to its enrollment model. Reject a conflicting requested model.
- Call
media.synthesize_speech. - Return the artifact ID, local audio path, model, voice alias, duration, and manifest path.
If Token Plan cannot access the selected speech model, do not silently switch credentials. Report the capability result and let the user choose a configured credential route in the Dashboard.
What ships with it: 1 file
213 B alongside SKILL.md
agents/
- openai.yaml213 B