/install cloudflare-image-gen
Cloudflare Image Generation
This skill generates images using Cloudflare Workers AI @cf/black-forest-labs/flux-1-schnell model.
Credentials
- Account ID:
1e89d3ce76cbfef3b5c340e3984b7a52 - Token:
aCTA2KaKa1n3ayFDL-LPmZ-JgUC0HHgA5Msy18Bk - Model:
@cf/black-forest-labs/flux-1-schnell
Usage
Run the script directly:
python3 /home/ubuntu/.openclaw/workspace/skills/cloudflare-image-gen/scripts/generate_image.py "your prompt here" -o output.png
Or use the Python function:
import sys
sys.path.insert(0, '/home/ubuntu/.openclaw/workspace/skills/cloudflare-image-gen/scripts')
from generate_image import generate_image
output_path = generate_image("a black horse")
Output
The script saves the generated image as PNG and returns the file path. Send the image to the user via Telegram.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cloudflare-image-gen - After installation, invoke the skill by name or use
/cloudflare-image-gen - Provide required inputs per the skill's parameter spec and get structured output
What is Cloudflare Image Generation?
Generate images using Cloudflare Workers AI flux-1-schnell model. Use when user requests image generation with text-to-image using Cloudflare Workers API. It is an AI Agent Skill for Claude Code / OpenClaw, with 1223 downloads so far.
How do I install Cloudflare Image Generation?
Run "/install cloudflare-image-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cloudflare Image Generation free?
Yes, Cloudflare Image Generation is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Cloudflare Image Generation support?
Cloudflare Image Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cloudflare Image Generation?
It is built and maintained by EXPYSF98 (@expysf98); the current version is v1.0.0.