← Back to Skills Marketplace
cinience

Aliyun Qwen Omni

by cinience · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
133
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aliyun-qwen-omni
Description
Use when tasks require all-in-one multimodal understanding or generation with Alibaba Cloud Model Studio Qwen Omni models, including image-plus-audio interac...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aliyun-qwen-omni
  3. After installation, invoke the skill by name or use /aliyun-qwen-omni
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug aliyun-qwen-omni
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.

How do I install Aliyun Qwen Omni?

Run "/install aliyun-qwen-omni" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Aliyun Qwen Omni free?

Yes, Aliyun Qwen Omni is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Aliyun Qwen Omni support?

Aliyun Qwen Omni is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Aliyun Qwen Omni?

It is built and maintained by cinience (@cinience); the current version is v1.0.0.

💬 Comments