π¦ ClawHub
image-gen
by @tobeyrebecca
Generate and edit images via SkillBoss API Hub. Supports standard generation, high-quality generation, style presets, and batch generation with HTML gallery....
π‘ Examples
export SKILLBOSS_API_KEY="your-key-here"Default: 4 random prompts
python3 scripts/gen.pyCustom prompt
python3 scripts/gen.py --prompt "a cyberpunk cat riding a neon motorcycle through Tokyo at night"High-quality engine
python3 scripts/gen.py --engine imagen --count 4 --aspect 16:9Edit an existing image (gemini engine only)
python3 scripts/gen.py --edit path/to/image.png --prompt "change the background to a sunset beach"Use a style preset
python3 scripts/gen.py --style watercolor --prompt "floating islands above a calm sea"List available styles
python3 scripts/gen.py --styles
π Tips & Best Practices
SKILLBOSS_API_KEY in your environment and retry.--count, or switch engines.--engine.TERMINAL
clawhub install toby-image-gen