← Back to Skills Marketplace
Qwen Skill
by
huiya-code
· GitHub ↗
· v1.0.0
· MIT-0
147
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install qwen-skill
Description
Generate and edit images with Qwen Image via DashScope API. This is a skill, not a callable tool. First use the read tool to open this SKILL.md, then run the...
Usage Guidance
This skill appears to do what it says: it runs the included Python CLI that calls DashScope (Qwen Image) and requires a DASHSCOPE_API_KEY. Before installing: 1) only provide a DashScope API key intended for image generation (avoid reusing highly privileged keys); 2) check any .env files in your current/project directories — the script auto-loads .env and may pull in other variables you did not intend to expose; 3) note that generated images are written to an outbound directory (default ~/.openclaw/media/outbound) and can be published to a public base URL if OPENCLAW_MEDIA_BASE_URL is set; 4) review the included scripts if you want to confirm behavior (network calls go to dashscope[.intl].aliyuncs.com); and 5) run the skill in an isolated environment or with restricted credentials if you are concerned about accidental exposure of other secrets.
Capability Analysis
Type: OpenClaw Skill
Name: qwen-skill
Version: 1.0.0
The skill bundle provides a legitimate tool for generating and editing images using Alibaba's Qwen models via the DashScope API. The core script (scripts/qwen_image.py) handles API requests, image downloading, and local publishing to a designated outbound directory (~/.openclaw/media/outbound) for UI rendering. The instructions in SKILL.md are focused on ensuring the AI agent follows a specific execution and formatting workflow to maintain compatibility with the OpenClaw interface, and no evidence of malicious intent, data exfiltration, or unauthorized system access was found.
Capability Assessment
Purpose & Capability
Name/description match the behavior: the skill runs a Python CLI that calls DashScope Qwen Image endpoints and needs a DASHSCOPE_API_KEY and python3. Required binaries and the primary environment variable are appropriate and proportional to the stated purpose.
Instruction Scope
SKILL.md enforces running the included Python script and parsing MEDIA_REF output. The script will: load .env files (cwd and baseDir), read any local input image files you pass, POST to DashScope endpoints, download returned image URLs, and write published files and HTML viewers to an outbound directory. This behavior is expected for an image-generation skill, but .env auto-loading and saving files to ~/.openclaw/media/outbound are things to be aware of.
Install Mechanism
No automated installer is included; the skill is instruction-only and provides a pip3 install -r requirements.txt step. This is low-risk compared to arbitrary remote downloads. Requirements (requests, Pillow) are reasonable for the task.
Credentials
The only required credential is DASHSCOPE_API_KEY (declared as primary). The script also respects optional envs (DASHSCOPE_REGION, OPENCLAW_MEDIA_OUTBOUND_DIR, OPENCLAW_MEDIA_BASE_URL) and will load any variables from .env files if present — this can surface other project secrets if they exist in .env. That behavior is explainable but worth attention.
Persistence & Privilege
The skill does not request always:true, does not alter other skills, and its filesystem writes are limited to user-specified or default outbound directories. Autonomous invocation is enabled (the platform default) but not unusual here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install qwen-skill - After installation, invoke the skill by name or use
/qwen-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Qwen Skill?
Generate and edit images with Qwen Image via DashScope API. This is a skill, not a callable tool. First use the read tool to open this SKILL.md, then run the... It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.
How do I install Qwen Skill?
Run "/install qwen-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Qwen Skill free?
Yes, Qwen Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Qwen Skill support?
Qwen Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Qwen Skill?
It is built and maintained by huiya-code (@huiya-code); the current version is v1.0.0.
More Skills