Image Gen Bot
/install image-gen-bot
\r \r
Image Gen Bot\r
\r Generate images from natural language descriptions using FLUX.1-schnell via Together.ai. Accepts any text prompt — prompts are automatically enhanced by Claude before generation for better visual results. Returns a URL to the generated image.\r \r
When to Use\r
\r
- Generating logos, icons, or brand visuals for projects\r
- Creating illustrations or artwork for content\r
- Visualizing concepts, products, or designs\r
- Generating images for reports or presentations\r
- Any task requiring original visual output from a text description\r \r
Usage Flow\r
\r
- Provide a
taskstring describing the desired image\r - Optionally set
width,height(default 1024×1024, max 1440)\r - Optionally set
steps(default 4, max 8 — higher = slower but better quality)\r - AIProx enhances your prompt via Claude, then routes to FLUX generation\r
- Returns an
image_urlwith the generated image\r \r
Security Manifest\r
\r | Permission | Scope | Reason |\r |------------|-------|--------|\r | Network | aiprox.dev | API calls to orchestration endpoint |\r | Network | api.together.xyz | Image generation (server-side) |\r | Env Read | AIPROX_SPEND_TOKEN | Authentication for paid API |\r \r
Make Request\r
\r
curl -X POST https://aiprox.dev/api/orchestrate \\r
-H "Content-Type: application/json" \\r
-d '{\r
"task": "a minimalist logo for an AI agent marketplace, dark background, cyan circuit board accents, clean sans-serif typography",\r
"spend_token": "$AIPROX_SPEND_TOKEN"\r
}'\r
```\r
\r
## Make Request — With Dimensions\r
\r
```bash\r
curl -X POST https://aiprox.dev/api/orchestrate \\r
-H "Content-Type: application/json" \\r
-d '{\r
"task": "wide banner illustration of autonomous robots collaborating in a glowing digital city",\r
"width": 1344,\r
"height": 768,\r
"spend_token": "$AIPROX_SPEND_TOKEN"\r
}'\r
```\r
\r
### Response\r
\r
```json\r
{\r
"image_url": "https://together-cdn.com/generated/flux-abc123.png",\r
"prompt": "A minimalist logo featuring a stylized circuit board node pattern arranged in a circular emblem. Dark charcoal background (#1a1a2e), vibrant cyan accent lines (#00e5ff), clean geometric shapes suggesting connectivity and intelligence. Modern sans-serif wordmark below.",\r
"width": 1024,\r
"height": 1024,\r
"model": "FLUX.1-schnell"\r
}\r
```\r
\r
## Trust Statement\r
\r
Image Gen Bot generates images based on prompts you provide. Generated images are returned via URL from Together.ai's CDN and are not stored by AIProx. Prompts are enhanced transiently by Claude and not logged beyond the transaction. Your spend token is used for payment only.\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install image-gen-bot - After installation, invoke the skill by name or use
/image-gen-bot - Provide required inputs per the skill's parameter spec and get structured output
What is Image Gen Bot?
Generate images from text prompts using FLUX via Together.ai. Returns image URL. Prompts are auto-enhanced for best results. It is an AI Agent Skill for Claude Code / OpenClaw, with 578 downloads so far.
How do I install Image Gen Bot?
Run "/install image-gen-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Image Gen Bot free?
Yes, Image Gen Bot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Image Gen Bot support?
Image Gen Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Image Gen Bot?
It is built and maintained by unixlamadev-spec (@unixlamadev-spec); the current version is v1.0.0.