aliyun-qwen-tts-test

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

Validates minimal TTS request path for Model Studio Qwen TTS

  • Tests basic text-to-speech functionality for Model Studio Qwen TTS
  • Relies on authentication, region settings, and target TTS skill
  • Executes predefined minimal input example from SKILL.md
  • Reports pass/fail status with recorded request and response summaries
SKILL.md
.github/skills/aliyun-qwen-tts-testView on GitHub ↗
---
name: aliyun-qwen-tts-test
description: Minimal TTS smoke test for Model Studio Qwen TTS.
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

## 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.

## Result Template

- Date: YYYY-MM-DD
- Skill: skills/ai/audio/aliyun-qwen-tts
- Conclusion: pass / fail
- Notes:
More from cinience/alicloud-skills