← 返回 Skills 市场
cinience

Aliyun Qwen Omni

作者 cinience · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
133
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aliyun-qwen-omni
功能描述
Use when tasks require all-in-one multimodal understanding or generation with Alibaba Cloud Model Studio Qwen Omni models, including image-plus-audio interac...
使用说明 (SKILL.md)

Category: provider

Model Studio Qwen Omni

Validation

mkdir -p output/aliyun-qwen-omni
python -m py_compile skills/ai/multimodal/aliyun-qwen-omni/scripts/prepare_omni_request.py && echo "py_compile_ok" > output/aliyun-qwen-omni/validate.txt

Pass criteria: command exits 0 and output/aliyun-qwen-omni/validate.txt is generated.

Critical model names

Use one of these exact model strings:

  • qwen3-omni-flash
  • qwen3-omni-flash-realtime
  • qwen-omni-turbo
  • qwen-omni-turbo-realtime

Typical use

  • Image + audio + text assistant
  • Realtime multimodal agents
  • Spoken responses grounded in visual input

Normalized interface (omni.chat)

Request

  • model (string, optional): default qwen3-omni-flash
  • text (string, optional)
  • image (string, optional)
  • audio (string, optional)
  • response_modalities (array\x3Cstring>, optional): e.g. ["text"], ["text","audio"]

Response

  • text (string, optional)
  • audio_url or audio_chunk (optional)
  • usage (object, optional)

Quick start

python skills/ai/multimodal/aliyun-qwen-omni/scripts/prepare_omni_request.py \
  --output output/aliyun-qwen-omni/request.json

References

  • references/sources.md
安全使用建议
This skill is essentially a small template that writes an example request.json for Qwen Omni — it does not call Alibaba Cloud or handle credentials. If you expected a full integration that sends requests to Model Studio, note you'll need additional code and valid Alibaba Cloud credentials (and should verify any such code comes from a trusted source). It's safe to install from a security perspective, but its utility is limited unless you or the maintainer add an actual API client and credential handling. If you want a skill that calls the model service, ask the publisher for explicit instructions about which environment variables are required and how network requests are performed before providing any secrets.
功能分析
Type: OpenClaw Skill Name: aliyun-qwen-omni Version: 1.0.0 The skill bundle is a standard template for interacting with Alibaba Cloud's Qwen Omni models. The Python script `scripts/prepare_omni_request.py` simply generates a static JSON payload for demonstration purposes, and the `SKILL.md` instructions contain routine validation and usage documentation without any signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The name/description advertises full multimodal integration with Alibaba Cloud Qwen Omni, but the shipped files only produce a local example request payload and an agent prompt. No network calls, SDKs, or credential handling are included — so the skill is a lightweight payload/template helper rather than a full provider integration.
Instruction Scope
Runtime instructions only compile the included Python script and run it to write a JSON payload to disk. The instructions do not read other system files, environment variables, or transmit data externally.
Install Mechanism
There is no install specification; the skill is instruction-only plus a tiny script. Nothing is downloaded or written beyond the simple generated JSON file.
Credentials
The skill requests no environment variables, credentials, or config paths. Note: agents/openai.yaml contains a prompt string referencing "$alicloud-ai-multimodal-qwen-omni" but this is a prompt template, not an actual required env var.
Persistence & Privilege
The skill does not request always:true and contains no code that modifies agent/system configuration. It is user-invocable and can be run by the agent, which is normal.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aliyun-qwen-omni
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aliyun-qwen-omni 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aliyun-qwen-omni skill. - Provides access to Alibaba Cloud Model Studio Qwen Omni models for multimodal understanding and generation. - Supports image, audio, and text input, with options for realtime agent and voice assistant use cases. - Validates with a Python script compilation check. - Includes a standardized interface (`omni.chat`) for consistent requests and responses. - Allows selection from supported Qwen Omni model variants.
元数据
Slug aliyun-qwen-omni
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Aliyun Qwen Omni 是什么?

Use when tasks require all-in-one multimodal understanding or generation with Alibaba Cloud Model Studio Qwen Omni models, including image-plus-audio interac... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 Aliyun Qwen Omni?

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

Aliyun Qwen Omni 是免费的吗?

是的,Aliyun Qwen Omni 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Aliyun Qwen Omni 支持哪些平台?

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

谁开发了 Aliyun Qwen Omni?

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

💬 留言讨论