Alicloud ai audio tts test
Skill ulpi-io/plugin-marketplace/plugins/cinience/skills/alicloud-ai-audio-tts-test
A curated collection of 7,800+ agent skills for Claude Desktop, sourced from skills.sh
npx -y skills add ulpi-io/plugin-marketplace --skill alicloud-ai-audio-tts-testAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 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
Minimal voice cloning TTS smoke test for Model Studio Qwen TTS VC.
SKILL.md
1.2 KB, 262 tokens by cl100k_base, as published. Nobody here has run it
Category: test
Minimal Viable Test
Goals
- Validate only the minimal request path for this skill.
- If execution fails, record exact error details without guessing parameters.
Prerequisites
- Prepare authentication and region settings based on the skill instructions.
- Target skill: skills/ai/audio/alicloud-ai-audio-tts-voice-clone
Test Steps (Minimal)
- Open the target skill SKILL.md and choose one minimal input example.
- Send one minimal request or run the example script.
- Record request summary, response summary, and success/failure reason.
Executable example:
.venv/bin/python skills/ai/audio/alicloud-ai-audio-tts-voice-clone/scripts/prepare_voice_clone_request.py \
--text "voice clone test" \
--voice-sample "https://example.com/sample.wav"
Pass criteria:脚本返回 {"ok": true, ...} 且生成 output/ai-audio-tts-voice-clone/request.json。
Result Template
- Date: YYYY-MM-DD
- Skill: skills/ai/audio/alicloud-ai-audio-tts-voice-clone
- Conclusion: pass / fail
- Notes:
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.