ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Geometry

Generate AI images from text prompts. Pay per request with USDC on Solana via x402. No API keys, no accounts.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/geometrydotsh/geometry
Or

Geometry — AI Image Generation API

Generate images from text prompts. Pay per request with USDC on Solana via x402. No API keys, no accounts.

Payment

FieldValue
Protocolx402 (version 2)
Networksolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Schemeexact
CurrencyUSDC
Facilitatorhttps://facilitator.payai.network
Pay To79BLYwUdsNpPzDktxjibFR4DKMhHV2Q8iBu7Fk7R9fuU

Endpoints

GET /api/x402/generate/quote

Get the USDC price for a model. Free — no payment required.

ParameterTypeRequiredDescription
modelstringnoModel slug (default: flux-dev)

Example response:

{
  "success": true,
  "data": {
    "model": "flux-dev",
    "costUsdc": 0.0325,
    "paymentNetwork": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "79BLYwUdsNpPzDktxjibFR4DKMhHV2Q8iBu7Fk7R9fuU"
  }
}

POST /api/x402/generate

Generate an AI image from a text prompt. Requires x402 USDC payment.

ParameterTypeRequiredDescription
promptstringyesText prompt (1–1000 chars)
modelstringnoModel slug (default: flux-dev)

Example request:

{
  "prompt": "A neon-lit Tokyo alley in the rain",
  "model": "flux-dev"
}

Example response:

{
  "success": true,
  "data": {
    "id": "ab0e4a1b-179f-4a6e-b505-53206a3e2e4b",
    "status": "completed",
    "prompt": "A neon-lit Tokyo alley in the rain",
    "model": "flux-dev",
    "costUsdc": 0.0325,
    "imageUrl": "https://cdn.geometry.sh/generations/user-id/gen-id.png",
    "createdAt": "2026-02-15T17:29:17.256Z"
  }
}

Available Models

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-geometrydotsh-geometry": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#image-generation#ai#solana#x402#usdc#flux#ideogram#imagen
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.