image-gen-bot

Generate images from text prompts using FLUX via Together.ai. Returns image URL. Prompts are auto-enhanced for best results.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "image-gen-bot" with this command: npx skills add unixlamadev-spec/image-gen-bot

Image Gen Bot

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.

When to Use

  • Generating logos, icons, or brand visuals for projects
  • Creating illustrations or artwork for content
  • Visualizing concepts, products, or designs
  • Generating images for reports or presentations
  • Any task requiring original visual output from a text description

Usage Flow

  1. Provide a task string describing the desired image
  2. Optionally set width, height (default 1024×1024, max 1440)
  3. Optionally set steps (default 4, max 8 — higher = slower but better quality)
  4. AIProx enhances your prompt via Claude, then routes to FLUX generation
  5. Returns an image_url with the generated image

Security Manifest

PermissionScopeReason
Networkaiprox.devAPI calls to orchestration endpoint
Networkapi.together.xyzImage generation (server-side)
Env ReadAIPROX_SPEND_TOKENAuthentication for paid API

Make Request

curl -X POST https://aiprox.dev/api/orchestrate \
  -H "Content-Type: application/json" \
  -d '{
    "task": "a minimalist logo for an AI agent marketplace, dark background, cyan circuit board accents, clean sans-serif typography",
    "spend_token": "$AIPROX_SPEND_TOKEN"
  }'

Make Request — With Dimensions

curl -X POST https://aiprox.dev/api/orchestrate \
  -H "Content-Type: application/json" \
  -d '{
    "task": "wide banner illustration of autonomous robots collaborating in a glowing digital city",
    "width": 1344,
    "height": 768,
    "spend_token": "$AIPROX_SPEND_TOKEN"
  }'

Response

{
  "image_url": "https://together-cdn.com/generated/flux-abc123.png",
  "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.",
  "width": 1024,
  "height": 1024,
  "model": "FLUX.1-schnell"
}

Trust Statement

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Grab Company

Provides detailed insights on Grab's evolution, business model, market position, and significance in Southeast Asia's digital economy and super app landscape.

Registry SourceRecently Updated
General

CV-Driven Job Hunter

Asiste en una búsqueda laboral proactiva basada en el CV del usuario — analiza perfil, sugiere banda salarial, escanea boards y career pages, califica matche...

Registry SourceRecently Updated
General

Changelog Linter

Validate CHANGELOG.md files against the Keep a Changelog format (keepachangelog.com). Checks version ordering, date formats, section types, link references,...

Registry SourceRecently Updated
General

Bosch Company

Bosch is the world's largest automotive Tier 1 supplier, focusing on automotive parts, industrial tech, consumer goods, and energy solutions with a foundatio...

Registry SourceRecently Updated