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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install image-gen-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/image-gen-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Image Gen Bot 是什么?
Generate images from text prompts using FLUX via Together.ai. Returns image URL. Prompts are auto-enhanced for best results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 578 次。
如何安装 Image Gen Bot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install image-gen-bot」即可一键安装,无需额外配置。
Image Gen Bot 是免费的吗?
是的,Image Gen Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Image Gen Bot 支持哪些平台?
Image Gen Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Image Gen Bot?
由 unixlamadev-spec(@unixlamadev-spec)开发并维护,当前版本 v1.0.0。