aliyun-qwen-livetranslate-test

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

Tests live speech translation setup for Model Studio Qwen LiveTranslate

  • Validates live translate request template and model mapping existence
  • Depends on aliyun-qwen-livetranslate skill and Python script
  • Checks for correct configuration and service connectivity
  • Generates request JSON for downstream testing and validation
SKILL.md
.github/skills/aliyun-qwen-livetranslate-testView on GitHub ↗
---
name: aliyun-qwen-livetranslate-test
description: Minimal live speech translation smoke test for Model Studio Qwen LiveTranslate.
version: 1.0.0
---

Category: test

# Minimal Viable Test

## Goals

- 仅验证 live translate 请求模板与模型映射存在。

## Prerequisites

- Target skill: `skills/ai/audio/aliyun-qwen-livetranslate`

## Recommended check

```bash
python skills/ai/audio/aliyun-qwen-livetranslate/scripts/prepare_livetranslate_request.py \
  --output output/aliyun-qwen-livetranslate/request.json
```
More from cinience/alicloud-skills