Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @expysf98 Updated 6/28/2026 1,948 downloads 0 stars Security: Pass

Cloudflare Image Gen OpenClaw Plugin & Skill | ClawHub

Looking to integrate Cloudflare Image Gen into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate devops & cloud tasks instantly, without having to write custom tools from scratch.

What this skill does

Generate images using Cloudflare Workers AI flux-1-schnell model. Use when user requests image generation with text-to-image using Cloudflare Workers API.

Install

ClawHub CLI
openclaw skills install @expysf98/cloudflare-image-gen
Node.js (npx)
npx clawhub@latest install cloudflare-image-gen

Full SKILL.md

Open original
Metadata table.
namedescription
cloudflare-image-genGenerate images using Cloudflare Workers AI flux-1-schnell model. Use when user requests image generation with text-to-image using Cloudflare Workers API.

SKILL.md content below is scrollable.

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.

ClawHub Registry URL: https://clawhub.ai/expysf98/skills/cloudflare-image-gen

Related skills

If this matches your use case, these are close alternatives in the same category.