A professional-grade integration for generating and editing AI images across multiple providers using optimized prompt engineering and model selection.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install image-generation
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-generation using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The AI Image Generation skill is a robust framework designed to streamline the creation of high-quality visual content through various AI providers. It acts as a bridge between the user and top-tier models like GPT Image, Gemini, FLUX, and Imagen, ensuring that complex prompt engineering and model selection are handled with technical precision. By utilizing this within your Openclaw Skills ecosystem, you gain access to a standardized workflow that prioritizes cost-efficiency and output quality.
This skill goes beyond simple image requests by incorporating intelligent alias resolution, allowing users to use community nicknames while the system maps them to official provider model IDs. Whether you are building photorealistic hero shots or need precise text rendering in images, this skill provides the necessary architecture to manage your visual assets and provider preferences locally.
To get started with this skill, install it via the CLI and configure your environment variables for the providers you intend to use:
clawhub install image-generation
# Set your API keys
export OPENAI_API_KEY="your_openai_key"
export GEMINI_API_KEY="your_gemini_key"
export BFL_API_KEY="your_flux_key"
You must also initialize your local configuration directory:
mkdir -p ~/image-generation/
cp memory-template.md ~/image-generation/memory.md
The skill organizes its data and history within a dedicated local directory to ensure privacy and persistence.
| File | Description |
|---|---|
~/image-generation/memory.md |
Stores preferred providers, project-specific contexts, and successful prompt templates. |
~/image-generation/history.md |
An optional log documenting generation requests and model metadata. |
benchmarks-2026.md |
Technical snapshots of model performance across different visual tasks. |
Loading
A comprehensive AI-driven image manipulation skill for professional-grade inpainting, outpainting, background removal, and high-resolution upscaling.

A comprehensive AI study assistant for IELTS candidates featuring automated scoring, band gap analysis, and progress tracking.

A technical framework for implementing accessible, performant, and scalable SVG icons in modern web applications.

A secure interface for AI agents to interact with iCloud Drive, Photos, and Find My services using local authentication and safety gates.

A comprehensive toolkit for implementing, managing, and optimizing in-app purchases and subscriptions across mobile platforms.

A systematic multi-source investigation skill for AI agents that prioritizes methodology tracking and source evaluation over surface-level searches.








































