← All skills
Tencent SkillHub Β· Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/generate_image.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Qwen Image

Generate high-quality images using Alibaba Cloud's Qwen Image API (ι€šδΉ‰δΈ‡η›Έ).

Usage

Generate an image (returns URL only): uv run {baseDir}/scripts/generate_image.py --prompt "δΈ€ε‰―ε…Έι›…εΊ„ι‡ηš„ε―Ήθ”ζ‚¬ζŒ‚δΊŽεŽ…ε ‚δΉ‹δΈ­" --size "1664*928" --api-key sk-xxx Generate and save locally: uv run {baseDir}/scripts/generate_image.py --prompt "δΈ€ε‰―ε…Έι›…εΊ„ι‡ηš„ε―Ήθ”ζ‚¬ζŒ‚δΊŽεŽ…ε ‚δΉ‹δΈ­" --size "1664*928" --api-key sk-xxx With custom model: Support qwen-image-max-2025-12-30 qwen-image-plus-2026-01-09 qwen-image-plus uv run {baseDir}/scripts/generate_image.py --prompt "a beautiful sunset over mountains" --model qwen-image-plus-2026-01-09 --api-key sk-xxx

API Key

You can obtain the API key and run the image generation command in the following order. Get apiKey from models.providers.bailian.apiKey in ~/.openclaw/openclaw.json Or get from skills."qwen-image".apiKey in ~/.openclaw/openclaw.json Or get from DASHSCOPE_API_KEY environment variable Or Get your API key from: https://dashscope.console.aliyun.com/

Options

Sizes: 1664*928 (default) - 16:9 landscape 1024*1024 - Square format 720*1280 - 9:16 portrait 1280*720 - 16:9 landscape (smaller) Additional flags: --negative-prompt "unwanted elements" - Specify what to avoid --no-prompt-extend - Disable automatic prompt enhancement --watermark - Add watermark to generated image --no-verify-ssl - Disable SSL certificate verification (use when behind corporate proxy)

Workflow

Execute the generate_image.py script with the user's prompt Parse the script output and find the line starting with MEDIA_URL: Extract the image URL from that line (format: MEDIA_URL: https://...) Display the image to the user using markdown syntax: ![Generated Image](URL) Do NOT download or save the image unless the user specifically requests it

Notes

Supports both Chinese and English prompts By default, returns image URL directly without downloading The script prints MEDIA_URL: in the output - extract this URL and display it using markdown image syntax: ![generated image](URL) Always look for the line starting with MEDIA_URL: in the script output and render the image for the user Default negative prompt helps avoid common AI artifacts Images are hosted on Alibaba Cloud OSS with temporary access URLs

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/generate_image.py Scripts