Token plan clone voice
Skill coconilu/token-plan-media-hub/adapters/codex/token-plan-media-hub/skills/token-plan-clone-voice
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-clone-voiceAssembled 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
Clone a voice through Token Plan Media Hub only after explicit authorization, then create a local alias and optional test sample. Use when a user asks to clone their own voice or a voice for which they have clear permission. Never use for an unconsented third-party voice.
SKILL.md
1.0 KB, 165 tokens by cl100k_base, as published. Nobody here has run it
Token Plan Clone Voice
- Require the
token-plan-media-hubMCP server. - Ask the user to affirm that they own the voice or have explicit permission. Do not proceed on an implied or ambiguous answer.
- Call
media.list_modelsforvoice.cloneand require a verified credential route. - Call
media.clone_voicewith the reference-audio path, local alias, language, and explicit consent flag. - Do not expose the provider voice ID. Return the local alias and consent record ID.
- Offer a short test synthesis through
media.synthesize_speech. - Report where the private sample and manifest are stored; never add them to Git.
Stop if the request targets a public figure, an unconsenting person, or deceptive impersonation.
What ships with it: 1 file
215 B alongside SKILL.md
agents/
- openai.yaml215 B