# Aliyun Cosyvoice Voice Clone Test

> Minimal CosyVoice voice clone smoke test for Model Studio voice-enrollment.

- Skill: `cinience/aliyun-cosyvoice-voice-clone-test` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cinience/aliyun-cosyvoice-voice-clone-test`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cinience/aliyun-cosyvoice-voice-clone-test/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: cinience (https://skillmd.com/u/cinience)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/cinience/aliyun-cosyvoice-voice-clone-test

---


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
```

