Image
Core functionality module for generating and processing image content
clawhub install imageGenerate creative images using AI image generation
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install ai-image-generator # Then just tell Claude: "use Ai Image Generator to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install ai-image-generator
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
# 安装依赖
pip install openai pillow
# 生成图片
python generate.py "一只可爱的猫咪在咖啡店里喝咖啡,动漫风格"
{
"api_key": "your-api-key",
"model": "dall-e-3",
"default_size": "1024x1024",
"default_quality": "standard"
}
clawhub run ai-image-generator --prompt '赛博朋克城市夜景' --style photorealistic --output images/ --count 3Upload images to img402.dev and get a public URL. Free tier: 1MB max, 7-day retention, no auth. Use when the agent needs a hosted image URL — for sharing in messages, embedding in documents, posting to social platforms, or any context that requires a public link to an image file.
clawhub install image-hosting