🦀 ClawHub
image-agent-plus
by @webkubor
Use image-agent-plus CLI to generate images, prioritizing image2 for high-quality text and prompt-following, with Codex/Gemini fallback.
💡 Examples
image-agent-plus generate \
--prompt "一只橘猫坐在雨天窗台上,电影感光线" \
--aspect-ratio "16:9"
⚙️ Configuration
| Flag | Description |
|------|-------------|
| --prompt | Image description, required |
| --provider | openai, codex, or gemini |
| --filename | Output file path. If omitted, save to ~/Desktop/image-agent-plus-output/ |
| --aspect-ratio | 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 |
| --model | Provider model ID. Do not pass this for default Codex CLI image generation |
| --output-count | Number of images, 1-8 |
TERMINAL
clawhub install image-agent-plus