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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install qwen-image或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install qwen-image⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/qwen-image/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: 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. homepage: https://dashscope.aliyuncs.com/ metadata: {"openclaw":{"emoji":"🎨","requires":{"bins":["uv"]},"install":[{"id":"uv-brew","kind":"brew","formula":"uv","bins":["uv"],"label":"Install uv (brew)"}]}} ---
Generate high-quality images using Alibaba Cloud's Qwen Image API (通义万相).
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
You can obtain the API key and run the image generation command in the following order.
models.providers.bailian.apiKey in ~/.openclaw/openclaw.jsonskills."qwen-image".apiKey in ~/.openclaw/openclaw.jsonDASHSCOPE_API_KEY environment variableSizes:
1664*928 (default) - 16:9 landscape1024*1024 - Square format720*1280 - 9:16 portrait1280*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)MEDIA_URL:MEDIA_URL: https://...)!Generated ImageMEDIA_URL: in the output - extract this URL and display it using markdown image syntax: !generated imageMEDIA_URL: in the script output and render the image for the user安装 Qwen Image 后,可以对 AI 说这些话来触发它
Help me get started with Qwen Image
Explains what Qwen Image does, walks through the setup, and runs a quick demo based on your current project
Use Qwen Image to generate images using Qwen Image API (Alibaba Cloud DashScope)
Invokes Qwen Image with the right parameters and returns the result directly in the conversation
What can I do with Qwen Image in my design & creative workflow?
Lists the top use cases for Qwen Image, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/qwen-image/ 目录(个人级,所有项目可用),或 .claude/skills/qwen-image/(项目级)。重启 AI 客户端后,用 /qwen-image 主动调用,或让 AI 根据上下文自动发现并使用。
Qwen Image 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Qwen Image 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Qwen Image
Identifies repetitive steps in your workflow and sets up Qwen Image to handle them automatically