Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Generates images from text prompts using Cloudflare Workers AI with the flux-1-schnell model. Runs via a Python script and saves output as PNG files.
Uses Cloudflare's hosted inference so no local GPU or separate image service account is needed beyond the provided credentials.
When to use it
- Generate a product mockup image from a description
- Create an illustration for a blog post
- Produce reference art for a design brief
- Generate avatars or icons on demand
- Visualize a scene described in plain text
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: 'Generate an image of a sunset over mountains'
- 1Call generate_image() with the prompt 'a sunset over mountains'
- 2Cloudflare Workers AI runs the flux-1-schnell model
- 3Script receives the binary response and writes it to a PNG file
- 4Return the output file path
PNG file saved locally, path returned to caller
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.