← Back to Skills Marketplace
Qwen Image
by
Robin797860
· GitHub ↗
· v1.0.0
10194
Downloads
7
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qwen-image
Description
Generate images using Qwen Image API (Alibaba Cloud DashScope). Use when users request image generation with Chinese prompts or need high-quality AI-generated images from text descriptions.
Usage Guidance
Install only if you are comfortable sending prompts and generation settings to Alibaba Cloud DashScope. Use a dedicated DashScope API key, prefer environment variables or a secret store over command-line keys, avoid sensitive prompts, do not use --no-verify-ssl except in a controlled proxy setup, and save files only to paths you choose intentionally.
Capability Analysis
Type: OpenClaw Skill
Name: qwen-image
Version: 1.0.0
The skill is generally benign, performing image generation via the Alibaba Cloud DashScope API as described. However, the `scripts/generate_image.py` file includes a `--no-verify-ssl` flag which, when enabled, disables SSL certificate verification for both the API request and image download. While the `SKILL.md` documentation mentions this as a feature for corporate proxies, disabling SSL verification is a high-risk capability that could expose the agent to Man-in-the-Middle attacks, making the skill suspicious despite the lack of clear malicious intent.
Capability Assessment
Purpose & Capability
The artifacts coherently implement image generation through Alibaba Cloud DashScope: they send the user's prompt and options to a fixed DashScope endpoint, then return an image URL or optionally save the returned image.
Instruction Scope
Runtime instructions are focused on generating and displaying images; the docs disclose API key sources and instruct not to download or save unless the user specifically requests it.
Install Mechanism
Installation requires uv and a Python requests dependency, which is proportionate for a small API wrapper; there is no suspicious installer script or hidden package behavior in the artifact.
Credentials
Outbound network access and a DashScope API key are expected for this purpose. The script itself reads only a CLI key or DASHSCOPE_API_KEY, while the documentation also points agents to OpenClaw config locations for keys.
Persistence & Privilege
There is no background worker, privilege escalation, or automatic persistence. File writing occurs only when a filename is supplied, but the saved content comes from a provider-returned URL.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qwen-image - After installation, invoke the skill by name or use
/qwen-image - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the qwen-image skill.
- Generates high-quality AI images using the Alibaba Cloud Qwen Image API (DashScope).
- Supports both Chinese and English text prompts.
- Provides various image sizes and advanced options such as negative prompts and watermarking.
- Returns image URLs for easy viewing; local saving is available by request.
- Automatic extraction and markdown rendering of images from script output.
Metadata
Frequently Asked Questions
What is Qwen Image?
Generate images using Qwen Image API (Alibaba Cloud DashScope). Use when users request image generation with Chinese prompts or need high-quality AI-generated images from text descriptions. It is an AI Agent Skill for Claude Code / OpenClaw, with 10194 downloads so far.
How do I install Qwen Image?
Run "/install qwen-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Qwen Image free?
Yes, Qwen Image is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Qwen Image support?
Qwen Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Qwen Image?
It is built and maintained by Robin797860 (@robin797860); the current version is v1.0.0.
More Skills