alicloud-ai-image-zimage-turbo
Generate images with Alibaba Cloud Model Studio Z-Image Turbo (z-image-turbo) via DashScope multimodal-generation API. Use when creating text-to-image outputs, controlling size/seed/prompt_extend, or documenting request/response mapping for Z-Image.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cinience/alicloud-ai-image-zimage-turboWhat This Skill Does
The alicloud-ai-image-zimage-turbo skill provides a seamless integration with Alibaba Cloud Model Studio, allowing users to leverage the powerful Z-Image Turbo model for high-speed text-to-image generation. By utilizing the DashScope multimodal-generation API, this skill translates natural language descriptions into high-quality visual content. It serves as a robust interface within the OpenClaw ecosystem, handling parameter serialization for image dimensions, seed control, and prompt refinement, ensuring that developers and creators can focus on their vision rather than the underlying API complexity.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Ensure you have the necessary permissions and environment variables configured before proceeding:
- Install the package:
clawhub install openclaw/skills/skills/cinience/alicloud-ai-image-zimage-turbo - Configure your credentials by adding your
DASHSCOPE_API_KEYto your system environment variables or the~/.alibab/.alibabacloud/credentialsfile. - Verify the installation by running the provided local helper script located in
skills/ai/image/alicloud-ai-image-zimage-turbo/scripts/generate_image.py.
Use Cases
This skill is ideal for rapid prototyping of visual assets, generating unique marketing materials, or creating dynamic content for creative applications. It is particularly effective for scenarios requiring high-performance image rendering, such as generating cinematic scenes, artistic concepts, or realistic product mockups. Users can easily toggle the prompt_extend feature to allow the model to autonomously enhance short descriptions into rich, detailed prompts for superior aesthetic results.
Example Prompts
- "Generate a 1024x1024 image of a cyberpunk city street during a rainstorm with neon lights reflecting on the pavement."
- "Create a realistic portrait of a golden retriever sitting in a sunny field of flowers, use a seed of 42."
- "Please generate a landscape image of a futuristic space colony on Mars, and feel free to extend my prompt for better detail."
Tips & Limitations
- Size Optimization: Ensure your total pixel count stays within the 512x512 to 2048x2048 range to avoid API rejection. Common resolutions like 1024x1024 are highly recommended for optimal results.
- Cost Management: Keep in mind that setting
prompt_extend=truewill incur additional billing costs compared to using the raw prompt. Only enable this when you require the model's assistance in refining your creative vision. - Performance: For high-traffic applications, verify that your regional endpoint (Beijing or Singapore) is correctly configured to minimize latency.
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-zimage-turbo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api
Related Skills
volcengine-compute-ecs
Manage Volcengine ECS instances and related resources. Use when users need instance inventory, lifecycle operations, troubleshooting, or automation templates for ECS.
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-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.