Token plan synthesize speech
Local-first media generation hub and cross-agent MCP/Skill blueprint for Alibaba Cloud Model Studio Token Plan
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.
2 things to look at
- 13 days oldThe repository was created 13 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
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.
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