A streamlined utility for generating images from textual descriptions using specialized Python scripts and API integrations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install image-generate
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-generate using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Image Generate skill is a powerful extension for AI agents, enabling the programmatic creation of visual assets directly from text prompts. By utilizing a dedicated Python script and robust backend APIs, this skill bridges the gap between natural language processing and computer vision within the Openclaw Skills framework. It is designed to handle the complexities of API authentication and request handling, providing a simple interface for developers to generate images on the fly.
To get started with this skill in the Openclaw Skills ecosystem, ensure your environment is properly configured:
# 1. Navigate to the scripts directory
cd path/to/scripts/
# 2. Configure your API keys (choose one method)
export MODEL_IMAGE_API_KEY="your_api_key"
# OR
export VOLCENGINE_ACCESS_KEY="your_access_key"
export VOLCENGINE_SECRET_KEY="your_secret_key"
# 3. Run the generation command
python image_generate.py "a cute cat playing with a ball of yarn"
The Image Generate skill handles data through specific input/output flows as defined in the Openclaw Skills technical specification:
| Feature | Details |
|---|---|
| Input Type | Plain text string (prompt) |
| Output Type | Image URL (string) |
| Primary Auth | MODEL_IMAGE_API_KEY / ARK_API_KEY |
| Fallback Auth | VOLCENGINE_ACCESS_KEY + VOLCENGINE_SECRET_KEY |
| Script Path | scripts/image_generate.py |
Loading
A powerful AI-driven article search tool utilizing the GSData Qingbo Open Platform to track public opinion and media trends across the web.

An automated tool for parsing, summarizing, and extracting structured intelligence from PDF and TXT research reports.

A specialized knowledge retrieval and interpretation engine for traditional Chinese metaphysical classics like Bazi and Qimen Dunjia.

A specialized skill for controlling real browser sessions via the Playwright MCP server to perform complex web interactions and UI automation.

An automated utility that tracks and reports AI token consumption periodically to your main session.

A meta-skill that identifies repetitive tasks in your chat history and automatically generates structured, reusable AI agent skills.








































