A versatile image generation skill that intelligently selects between Midjourney, Flux, and specialty models to create high-quality visuals.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install image-q
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install image-q using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a unified interface for state-of-the-art image generation models including Midjourney, Flux 1.1 Pro, and Ideogram. It simplifies the creative process for Openclaw Skills by automatically selecting the best engine based on user intent, whether that is cinematic realism or vector-style icons. The skill leverages professional-grade APIs from Legnext.ai and fal.ai, ensuring high stability and speed. It is designed to handle complex workflows like asynchronous polling and automated upscaling within a single interaction turn, providing a seamless experience for developers and end-users alike.
Install the necessary dependencies and configure your environment variables in your configuration file to start using this part of Openclaw Skills.
npm install @fal-ai/client
Add your API keys to your openclaw.json file:
{
"skills": {
"entries": {
"image-gen": {
"enabled": true,
"env": {
"FAL_KEY": "your_fal_key",
"LEGNEXT_KEY": "your_legnext_key"
}
}
}
}
}
Alternatively, you can use the proxy mode by setting the IMAGE_GEN_PROXY_URL to avoid manual API key management.
The skill utilizes a structured CLI argument system and returns metadata for persistent access and tracking.
| Parameter | Type | Description |
|---|---|---|
| --model | String | ID of the model (e.g., midjourney, flux-pro, sdxl) |
| --prompt | String | The enhanced text description for generation |
| --aspect-ratio | String | Output dimensions (e.g., 16:9, 1:1, 4:3) |
| --job-id | String | Unique identifier for tracking asynchronous tasks |
| --num-images | Number | Number of images to generate (1-4) |
Results are returned as an array of validated URLs, specifically focusing on displayImageUrl or imageUrls to avoid expired temporary links.
Loading
A comprehensive image generation toolkit for Openclaw Skills that provides a unified interface for 8 industry-leading AI models including Midjourney and Flux.

An automated utility for upscaling, sharpening, and refining screenshots and digital images for professional use.

A specialized tool for finding and implementing battle-tested open-source GitHub projects to solve technical problems without reinventing the wheel.

A specialized skill that launches an MCP server to provide comprehensive ElevenLabs audio generation and transcription tools to AI agents.

A high-performance AI agent skill for generating cinema-quality video and audio-synced content using the Kling 3.0 Omni model.

A comprehensive toolset for analyzing stocks, company profiles, and financial market data through real-time technical and fundamental insights.








































