ai-image-generation
Generate AI images with FLUX, Gemini, Grok, Seedream, Reve and 50+ models via SkillBoss API Hub. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA, Gemini 3 Pro Image, Grok Imagine, Seedream 4.5, Reve, ImagineArt. Capabilities: text-to-image, image-to-image, inpainting, LoRA, image editing, upscaling, text rendering. Use for: AI art, product mockups, concept art, social media graphics, marketing visuals, illustrations. Triggers: flux, image generation, ai image, text to image, stable diffusion, generate image, ai art, midjourney alternative, dall-e alternative, text2img, t2i, image generator, ai picture, create image with ai, generative ai, ai illustration, grok image, gemini image
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alvisdunlop/alvis2-ai-image-generationAI Image Generation
Generate images with 50+ AI models via SkillBoss API Hub.
Quick Start
import requests, os
SkillBoss_API_KEY = os.environ["SkillBoss_API_KEY"]
API_BASE = "https://api.SkillBoss.co/v1"
def pilot(body: dict) -> dict:
r = requests.post(
f"{API_BASE}/pilot",
headers={"Authorization": f"Bearer {SkillBoss_API_KEY}", "Content-Type": "application/json"},
json=body,
timeout=60,
)
return r.json()
# Generate an image (auto-routed to best model)
result = pilot({"type": "image", "inputs": {"prompt": "a cat astronaut in space"}, "prefer": "quality"})
image_url = result["result"]["image_url"]
print(image_url)
Available Models
SkillBoss API Hub 自动路由至最优图像生成模型,支持 50+ 模型,包括:
| Model | Best For |
|---|---|
| FLUX Dev LoRA | High quality with custom styles |
| FLUX.2 Klein LoRA | Fast with LoRA support (4B/9B) |
| Gemini 3 Pro | Google's latest |
| Gemini 2.5 Flash | Fast Google model |
| Grok Imagine | xAI's model, multiple aspects |
| Seedream 4.5 | 2K-4K cinematic quality |
| Seedream 4.0 | High quality 2K-4K |
| Seedream 3.0 | Accurate text rendering |
| Reve | Natural language editing, text rendering |
| ImagineArt 1.5 Pro | Ultra-high-fidelity 4K |
| Topaz Upscaler | Professional upscaling |
Browse All Image Models
# Discover 模式:查询所有支持的图像生成模型
result = pilot({"discover": True, "keyword": "image"})
print(result)
Examples
Text-to-Image (Quality)
result = pilot({
"type": "image",
"inputs": {"prompt": "professional product photo of a coffee mug, studio lighting"},
"prefer": "quality"
})
image_url = result["result"]["image_url"]
Fast Generation
result = pilot({
"type": "image",
"inputs": {"prompt": "sunset over mountains"},
"prefer": "balanced"
})
image_url = result["result"]["image_url"]
Photorealistic Landscape
result = pilot({
"type": "image",
"inputs": {"prompt": "photorealistic landscape with mountains and lake"},
"prefer": "quality"
})
image_url = result["result"]["image_url"]
With Aspect Ratio
result = pilot({
"type": "image",
"inputs": {
"prompt": "cyberpunk city at night",
"aspect_ratio": "16:9"
},
"prefer": "balanced"
})
image_url = result["result"]["image_url"]
Text Rendering in Image
result = pilot({
"type": "image",
"inputs": {"prompt": "A poster that says HELLO WORLD in bold letters"},
"prefer": "quality"
})
image_url = result["result"]["image_url"]
Cinematic Portrait (4K Quality)
result = pilot({
"type": "image",
"inputs": {"prompt": "cinematic portrait of a woman, golden hour lighting"},
"prefer": "quality"
})
image_url = result["result"]["image_url"]
Image Upscaling
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-alvisdunlop-alvis2-ai-image-generation": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
ai-meeting-notes
USE THIS for ai meeting notes. Transcribe and summarize meetings. Choose the best model for your task. 0% markup. Powered by SkillBoss.
Alv Clawvault
Skill by alvisdunlop
Nextjs
Build Next.js 15 apps with App Router, server components, caching, auth, and production patterns.
sonoscli
Control Sonos speakers (discover, status, play, volume, group). And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.
Alvis2 Academic Writing
Skill by alvisdunlop