aliyun-qwen-tts-voice-clone-test

$npx mdskill add cinience/alicloud-skills/aliyun-qwen-tts-voice-clone-test

Tests minimal voice cloning TTS request for Model Studio Qwen TTS VC

  • Validates minimal execution path for voice cloning TTS requests
  • Uses Model Studio Qwen TTS VC and sample audio input
  • Runs predefined script with text and voice sample URL input
  • Generates request JSON and confirms success with structured output
SKILL.md
.github/skills/aliyun-qwen-tts-voice-clone-testView on GitHub ↗
---
name: aliyun-qwen-tts-voice-clone-test
description: Minimal voice cloning TTS smoke test for Model Studio Qwen TTS VC.
version: 1.0.0
---

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/aliyun-qwen-tts-voice-clone

## Test Steps (Minimal)

1) Open the target skill SKILL.md and choose one minimal input example.
2) Send one minimal request or run the example script.
3) Record request summary, response summary, and success/failure reason.

Executable example:

```bash
.venv/bin/python skills/ai/audio/aliyun-qwen-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/aliyun-qwen-tts-voice-clone
- Conclusion: pass / fail
- Notes:
More from cinience/alicloud-skills