What problem does it solve?
This Skill helps you generate images from text prompts using 0G Compute providers, removing the need to manage low-level API signing, response settlement, and provider-specific request details by hand.
Core Features & Use Cases
- Prompt-to-image generation: Create single images or batches from natural-language prompts.
- Provider-aware request flow: Fetch service metadata, build the correct request body, sign headers with the body included, and submit the generation call.
- Settlement handling: Extract the ChatID from the response header and call processResponse to complete fee processing after each image request.
- Save and reuse outputs: Download generated images locally from either base64 or URL responses and store them for downstream creative workflows.
Quick Start
Ask the skill to generate an image from your prompt, choose a size such as 512x512, and return the image URL while handling the 0G provider request and settlement steps automatically.