alicloud-ai-image-qwen-image
Generate images with Model Studio DashScope SDK using Qwen Image generation models (qwen-image, qwen-image-plus, qwen-image-max and snapshots). Use when implementing or documenting image.generate requests/responses, mapping prompt/negative_prompt/size/seed/reference_image, or integrating image generation into the video-agent pipeline.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinience/alicloud-ai-image-qwen-imageWhat This Skill Does
The alicloud-ai-image-qwen-image skill provides a robust interface for integrating high-fidelity image generation into the OpenClaw video-agent pipeline. Leveraging Alibaba Cloud’s Model Studio DashScope SDK, this skill enables the generation of high-quality visuals using the advanced Qwen Image models, specifically qwen-image-max and qwen-image-plus-2026-01-09. It acts as a bridge, normalizing requests to ensure consistent behavior regardless of the underlying API complexities. By standardizing input parameters like prompts, negative prompts, dimensions, and seeds, developers can achieve reproducible and consistent creative outputs, essential for automated video production workflows.
Installation
To get started, ensure you have the OpenClaw environment initialized. Install the skill directly via the CLI: clawhub install openclaw/skills/skills/cinience/alicloud-ai-image-qwen-image.
Before execution, ensure your environment is prepared by installing the DashScope Python SDK. It is recommended to use a virtual environment to manage dependencies properly:
- Create and activate your venv:
python3 -m venv .venv && . .venv/bin/activate - Install dependencies:
python -m pip install dashscope - Set your authentication key: Export
DASHSCOPE_API_KEYin your terminal or configure it in~/.alibabacloud/credentialsunder the[default]section for seamless integration.
Use Cases
This skill is ideal for AI-driven creative pipelines. Use it to generate consistent assets for video storyboards, creating custom thumbnails, or generating character references based on specific prompts. It is particularly effective when integrated into a larger agentic workflow where a text-to-video agent needs supplementary high-resolution keyframes or style-matched background art to maintain thematic consistency throughout a production.
Example Prompts
- "Generate a cinematic 1024x1024 portrait of a cyberpunk detective standing under neon rain, sharp focus, highly detailed."
- "Create a professional product image of a sustainable water bottle on a white background, size 768x1024, minimalist aesthetic."
- "Generate an abstract digital oil painting of a forest at sunrise using the qwen-image-max model, size 1024x1024, focus on warm orange and purple hues."
Tips & Limitations
To maximize the quality of your outputs, always provide descriptive, scene-focused prompts rather than simple keywords. While the negative_prompt field is supported, please note that it acts as a best-effort constraint; depending on the model's training, some negative cues may be ignored. For reproducible results, always specify a seed value. If you are integrating this into a high-throughput pipeline, ensure your DashScope API rate limits are configured appropriately to avoid service interruptions. Lastly, always verify your image size format matches the WxH specification (e.g., 1024*1024) to prevent request errors.
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-cinience-alicloud-ai-image-qwen-image": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-write, network-access
Related Skills
alicloud-ai-search-opensearch
Use OpenSearch vector search edition via the Python SDK (ha3engine) to push documents and run HA/SQL searches. Ideal for RAG and vector retrieval pipelines in Claude Code/Codex.
alicloud-storage-oss-ossutil
Alibaba Cloud OSS CLI (ossutil 2.0) skill. Install, configure, and operate OSS from the command line based on the official ossutil overview.
alicloud-platform-openapi-product-api-discovery
Discover and reconcile Alibaba Cloud product catalogs from Ticket System, Support & Service, and BSS OpenAPI; fetch OpenAPI product/version/API metadata; and summarize API coverage to plan new skills. Use when you need a complete product list, product-to-API mapping, or coverage/gap reports for skill generation.
alicloud-observability-sls-log-query
Query and troubleshoot logs in Alibaba Cloud Log Service (SLS) using query|analysis syntax and the Python SDK. Use for time-bounded log search, error investigation, and root-cause analysis workflows.
volcengine-compute-ecs
Manage Volcengine ECS instances and related resources. Use when users need instance inventory, lifecycle operations, troubleshooting, or automation templates for ECS.