aliyun-cosyvoice-voice-clone-test

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

Runs a minimal smoke test for voice enrollment using CosyVoice in Model Studio.

  • Validates voice clone functionality for Model Studio voice-enrollment workflows.
  • Uses the Aliyun CosyVoice API and sample audio URL for testing.
  • Generates a request with specified model, prefix, and voice sample URL.
  • Delivers prepared request output for downstream processing or validation.
SKILL.md
.github/skills/aliyun-cosyvoice-voice-clone-testView on GitHub ↗
---
name: aliyun-cosyvoice-voice-clone-test
description: Minimal CosyVoice voice clone smoke test for Model Studio voice-enrollment.
version: 1.0.0
---

Category: test

# Minimal Viable Test

## Recommended check

```bash
python skills/ai/audio/aliyun-cosyvoice-voice-clone/scripts/prepare_cosyvoice_clone_request.py \
  --target-model cosyvoice-v3.5-plus \
  --prefix myvoice \
  --voice-sample-url https://example.com/voice.wav
```
More from cinience/alicloud-skills