返回顶部
q

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
7,722
下载量
7
收藏
概述
安装方式
版本历史

qwen-image

# Qwen Image Generate high-quality images using Alibaba Cloud's Qwen Image API (通义万相). ## Usage Generate an image (returns URL only): ```bash uv run {baseDir}/scripts/generate_image.py --prompt "一副典雅庄重的对联悬挂于厅堂之中" --size "1664*928" --api-key sk-xxx ``` Generate and save locally: ```bash 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` ```bash 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 1. Execute the generate_image.py script with the user's prompt 2. Parse the script output and find the line starting with `MEDIA_URL:` 3. Extract the image URL from that line (format: `MEDIA_URL: https://...`) 4. Display the image to the user using markdown syntax: `![Generated Image](URL)` 5. 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 qwen-image-1776024994 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 qwen-image-1776024994 技能

通过命令行安装

skillhub install qwen-image-1776024994

下载 Zip 包

⬇ 下载 qwen-image v1.0.0

文件大小: 4.36 KB | 发布时间: 2026-4-13 11:42

v1.0.0 最新 2026-4-13 11:42
- 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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部