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.
Why use this skill?
Easily generate stunning visuals with the Qwen-Image skill for OpenClaw. Supports high-quality Alibaba Cloud models, Chinese prompts, and custom aspect ratios.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/robin797860/qwen-imageWhat This Skill Does
The qwen-image skill is a robust interface for the Alibaba Cloud DashScope Qwen Image API, commonly known as Tongyi Wanxiang. It empowers OpenClaw to generate high-fidelity, professional-grade images from natural language text descriptions. Whether the user provides prompts in English or Chinese, the skill handles complex visual synthesis with advanced models like qwen-image-max and qwen-image-plus. It integrates seamlessly into the OpenClaw workflow by returning image URLs directly, which are then rendered into the chat interface as Markdown content. This ensures a fast, clean user experience without the need for immediate local storage unless explicitly requested.
Installation
To install this skill, use the OpenClaw CLI tool in your terminal:
clawhub install openclaw/skills/skills/robin797860/qwen-image
Once installed, ensure your authentication is configured. The skill automatically searches for your API key in several locations: the global OpenClaw configuration file (~/.openclaw/openclaw.json) under both models.providers.bailian.apiKey and skills."qwen-image".apiKey, or via the DASHSCOPE_API_KEY environment variable. You can obtain your unique key from the official DashScope console.
Use Cases
This skill is ideal for creators, developers, and researchers who require:
- Concept Visualization: Quickly iterating on design ideas by turning text into visual concepts.
- Multilingual Content: Generating culturally accurate imagery using native Chinese prompt support.
- Content Marketing: Producing bespoke social media assets or illustrations.
- Prototyping: Rapidly generating high-quality placeholders for web or application development.
Example Prompts
- "生成一张未来赛博朋克风格的上海滩街道图片,强调霓虹灯和雨水反射,使用16:9比例"
- "Generate a high-quality oil painting of a peaceful mountain landscape during autumn, use the max model for best quality."
- "Create an image of a minimalist workspace with a laptop and a succulent, square format please."
Tips & Limitations
- Prompting: While the model is powerful, adding descriptive details (lighting, style, atmosphere) yields significantly better results.
- Aspect Ratios: Utilize the
--sizeflag to match your desired output format, such as1664*928for cinematic landscape or1024*1024for square. - Performance: For best results, allow the automatic prompt enhancement feature (default) to assist in refining your input. If you have a specific artistic vision, use the
--no-prompt-extendflag. - Storage: Remember that image URLs are temporary. If you need to keep a specific image, download it manually or use a script to capture the URL output immediately after generation.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-robin797860-qwen-image": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
otaku-reco
二次元鉴赏/推荐 Agent:基于 AniList 实时数据做智能推荐(无需数据库)
stock-watcher
Manage and monitor a personal stock watchlist with support for adding, removing, listing stocks, and summarizing their recent performance using data from 10jqka.com.cn. Use when the user wants to track specific stocks, get performance summaries, or manage their watchlist.
otaku-wiki
番剧/角色百科问答:用 AniList API 快速查番、查角色、查声优与作品关联(无需数据库)
amap-traffic
高德地图实时路况查询与最优自驾路线规划技能。基于高德交通态势API和路径规划API,提供实时拥堵信息和最快路线建议。