← 返回 Skills 市场
cinience

Alicloud Ai Audio Livetranslate

作者 cinience · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
282
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install alicloud-ai-audio-livetranslate
功能描述
Use when live speech translation is needed with Alibaba Cloud Model Studio Qwen LiveTranslate models, including bilingual meetings, realtime interpretation,...
使用说明 (SKILL.md)

Category: provider

Model Studio Qwen LiveTranslate

Validation

mkdir -p output/alicloud-ai-audio-livetranslate
python -m py_compile skills/ai/audio/alicloud-ai-audio-livetranslate/scripts/prepare_livetranslate_request.py && echo "py_compile_ok" > output/alicloud-ai-audio-livetranslate/validate.txt

Pass criteria: command exits 0 and output/alicloud-ai-audio-livetranslate/validate.txt is generated.

Output And Evidence

  • Save translation session payloads and response summaries under output/alicloud-ai-audio-livetranslate/.

Critical model names

Use one of these exact model strings:

  • qwen3-livetranslate-flash
  • qwen3-livetranslate-flash-realtime

Typical use

  • Chinese/English meeting interpretation
  • Live subtitles in another language
  • Call-center agent assist with translated captions

Normalized interface (audio.livetranslate)

Request

  • model (string, optional): default qwen3-livetranslate-flash
  • source_language (string, required)
  • target_language (string, required)
  • audio_format (string, optional): e.g. pcm
  • sample_rate (int, optional): e.g. 16000

Response

  • translated_text (string)
  • source_text (string, optional)
  • audio_url or audio_chunk (optional, model dependent)

Quick start

python skills/ai/audio/alicloud-ai-audio-livetranslate/scripts/prepare_livetranslate_request.py \
  --source-language zh \
  --target-language en \
  --output output/alicloud-ai-audio-livetranslate/request.json

Notes

  • Prefer the realtime model for continuous streaming sessions.
  • Prefer the non-realtime flash model for simpler integration and lower client complexity.

References

  • references/sources.md
安全使用建议
This skill is just a small helper that creates a JSON request for Alibaba Cloud Qwen LiveTranslate; it does not call Alibaba Cloud or store credentials. Before using it in production, note: (1) you'll need separate client code and Alibaba Cloud credentials to actually send audio and receive translations, (2) any real audio or sensitive text you process should be handled carefully because the skill writes files to output/alicloud-ai-audio-livetranslate/, and (3) if future versions add network calls or request environment variables (API keys), reassess those additions. If you expect the skill to perform streaming or authenticate automatically, understand it does not — it only prepares payloads.
功能分析
Type: OpenClaw Skill Name: alicloud-ai-audio-livetranslate Version: 1.0.0 The skill bundle is a legitimate utility for preparing request payloads for Alibaba Cloud's Qwen LiveTranslate service. The primary script, `prepare_livetranslate_request.py`, simply generates a JSON configuration file based on user-provided language parameters and contains no malicious logic, network calls, or data exfiltration attempts. All instructions in SKILL.md are consistent with standard development and validation workflows.
能力评估
Purpose & Capability
The name/description (live speech translation with Alibaba Cloud Qwen LiveTranslate) matches the code and instructions: the script simply prepares a request payload containing model name, source/target languages, and audio parameters.
Instruction Scope
SKILL.md instructs generating and saving payloads under output/alicloud-ai-audio-livetranslate/ and validating Python compilation; it does not read unrelated files, access environment variables, or send data to external endpoints.
Install Mechanism
No install spec is present (instruction-only plus a small local script). Nothing is downloaded or written beyond the payload output directory created by the script.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportional to a helper that only creates local JSON payloads.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings; it only writes its own output files under the declared output path.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install alicloud-ai-audio-livetranslate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /alicloud-ai-audio-livetranslate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
batch publish from alicloud-skills on 2026-03-11
元数据
Slug alicloud-ai-audio-livetranslate
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Alicloud Ai Audio Livetranslate 是什么?

Use when live speech translation is needed with Alibaba Cloud Model Studio Qwen LiveTranslate models, including bilingual meetings, realtime interpretation,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 282 次。

如何安装 Alicloud Ai Audio Livetranslate?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install alicloud-ai-audio-livetranslate」即可一键安装,无需额外配置。

Alicloud Ai Audio Livetranslate 是免费的吗?

是的,Alicloud Ai Audio Livetranslate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Alicloud Ai Audio Livetranslate 支持哪些平台?

Alicloud Ai Audio Livetranslate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Alicloud Ai Audio Livetranslate?

由 cinience(@cinience)开发并维护,当前版本 v1.0.0。

💬 留言讨论