← 返回 Skills 市场
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aliyun-qwen-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/aliyun-qwen-livetranslate
python -m py_compile skills/ai/audio/aliyun-qwen-livetranslate/scripts/prepare_livetranslate_request.py && echo "py_compile_ok" > output/aliyun-qwen-livetranslate/validate.txt
Pass criteria: command exits 0 and output/aliyun-qwen-livetranslate/validate.txt is generated.
Output And Evidence
- Save translation session payloads and response summaries under
output/aliyun-qwen-livetranslate/.
Critical model names
Use one of these exact model strings:
qwen3-livetranslate-flashqwen3-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): defaultqwen3-livetranslate-flashsource_language(string, required)target_language(string, required)audio_format(string, optional): e.g.pcmsample_rate(int, optional): e.g.16000
Response
translated_text(string)source_text(string, optional)audio_urloraudio_chunk(optional, model dependent)
Quick start
python skills/ai/audio/aliyun-qwen-livetranslate/scripts/prepare_livetranslate_request.py \
--source-language zh \
--target-language en \
--output output/aliyun-qwen-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 low-risk and does only one thing: create a minimal JSON request for Qwen LiveTranslate models. It does not perform network calls or ask for credentials — you will need to supply Alibaba Cloud credentials (in a separate, appropriate integration) if you want actual translation requests to be sent. Before installing, confirm you trust the source of the skill (source is unknown) and that any later integration that performs network calls will handle credentials securely. If you expect the skill to perform live streaming or API calls, verify where those calls will run and what credentials they require.
功能分析
Type: OpenClaw Skill
Name: aliyun-qwen-livetranslate
Version: 1.0.0
The skill bundle provides a utility for generating request payloads for Alibaba Cloud's Qwen LiveTranslate service. The Python script `scripts/prepare_livetranslate_request.py` is a simple JSON generator that uses standard libraries to write a configuration file, and the documentation in `SKILL.md` contains legitimate operational instructions without any signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (Alibaba Qwen LiveTranslate) match the included files: a small helper script and SKILL.md that prepare request payloads for the stated models. The skill does not claim to perform actual network calls, and nothing bundled would require unrelated capabilities.
Instruction Scope
Runtime instructions only validate and compile the included Python script and save request/response artifacts under output/aliyun-qwen-livetranslate/. The instructions do not read unrelated files, access extra environment variables, or send data to external endpoints.
Install Mechanism
No install spec or external downloads; the only code is a small local Python script (1 KB) that writes a JSON payload. Low installation risk.
Credentials
The skill requests no environment variables or credentials. Note: to actually call Alibaba Cloud Model Studio APIs in a real integration you would need to provide appropriate Alibaba credentials elsewhere; the absence of credential requests here is consistent with this skill being a local payload preparer but means the skill alone won't perform live networked translation.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-qwen-livetranslate - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-qwen-livetranslate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aliyun-qwen-livetranslate skill:
- Provides live speech translation using Alibaba Cloud Model Studio Qwen LiveTranslate models.
- Supports bilingual meetings, realtime interpretation, and speech-to-speech or speech-to-text translation.
- Offers normalized API for translation flows with key model options (`qwen3-livetranslate-flash` and `qwen3-livetranslate-flash-realtime`).
- Outputs translation session payloads and summaries for validation and evidence.
- Includes a validation script and quick start usage example.
元数据
常见问题
Aliyun Qwen 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 插件,目前累计下载 126 次。
如何安装 Aliyun Qwen Livetranslate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-qwen-livetranslate」即可一键安装,无需额外配置。
Aliyun Qwen Livetranslate 是免费的吗?
是的,Aliyun Qwen Livetranslate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aliyun Qwen Livetranslate 支持哪些平台?
Aliyun Qwen Livetranslate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aliyun Qwen Livetranslate?
由 cinience(@cinience)开发并维护,当前版本 v1.0.0。
推荐 Skills