← Back to Skills Marketplace
unixlamadev-spec

Image Gen Bot

by unixlamadev-spec · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
578
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install image-gen-bot
Description
Generate images from text prompts using FLUX via Together.ai. Returns image URL. Prompts are auto-enhanced for best results.
README (SKILL.md)

\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

  1. Provide a task string describing the desired image\r
  2. Optionally set width, height (default 1024×1024, max 1440)\r
  3. Optionally set steps (default 4, max 8 — higher = slower but better quality)\r
  4. AIProx enhances your prompt via Claude, then routes to FLUX generation\r
  5. Returns an image_url with 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
Usage Guidance
This skill appears to do what it says (send prompts to AIProx which generates images via Together.ai). Before installing: 1) Verify the aiprox.dev endpoint and its privacy/billing policies (owner and homepage are not vetted here). 2) Treat AIPROX_SPEND_TOKEN like money — ensure it is scoped/limited and monitor/limit spend. 3) Do not put secrets or personal data into prompts (they will be sent to a third party and may be forwarded to Claude/Together.ai). 4) If you need stronger guarantees, ask for documentation about where prompts are routed (is Claude used server-side, and does AIProx log prompts?) or use a direct, official Together.ai integration instead. 5) Rotate the token if you suspect misuse and review network allowlists to confirm requests go only to the expected hosts.
Capability Analysis
Type: OpenClaw Skill Name: image-gen-bot Version: 1.0.0 The image-gen-bot skill is a straightforward wrapper for generating images via the FLUX model using the AIProx API. It requires the AIPROX_SPEND_TOKEN environment variable for authentication and communicates with aiprox.dev, which is consistent with its stated purpose. No evidence of malicious execution, data exfiltration beyond the intended API token usage, or harmful prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description (image generation via FLUX/Together.ai) align with the declared requirement (AIPROX_SPEND_TOKEN) and the SKILL.md cURL examples that POST to aiprox.dev. No unrelated env vars or binaries are requested.
Instruction Scope
Runtime instructions are narrowly scoped: they show POSTing the prompt and spend_token to https://aiprox.dev/api/orchestrate and returning an image_url. However the doc states prompts are 'enhanced by Claude' and that images come from Together.ai's CDN; those operations are plausible if performed server-side by AIProx but are not shown in the client instructions. The skill will transmit user prompts (and the spend token) to a third-party endpoint — avoid sending sensitive secrets or PII in prompts.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or fetched during install. That's the lowest-risk install model.
Credentials
Only AIPROX_SPEND_TOKEN is required, which is proportionate for a paid orchestration API. The SKILL.md lists network calls to aiprox.dev and api.together.xyz (expected). The doc makes privacy claims about not logging prompts and transient Claude usage — those are unverifiable from the skill alone. Confirm the token's scope and billing limits before use.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system-level privileges or modify other skills. Autonomous invocation is enabled by default but is not combined with any unusual privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install image-gen-bot
  3. After installation, invoke the skill by name or use /image-gen-bot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial public release of image-gen-bot. - Generate images from text prompts using the FLUX model via Together.ai. - Prompts are automatically enhanced for better visual quality before generation. - Supports customizable image dimensions and quality settings. - Returns a URL to the generated image for easy sharing or download.
Metadata
Slug image-gen-bot
Version 1.0.0
License MIT-0
All-time Installs 5
Active Installs 4
Total Versions 1
Frequently Asked Questions

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.

💬 Comments