ImageFlare for Openclaw

A command-line interface for generating and transforming images using the Cloudflare Workers AI global network.

sallytion
v1.0.1
Mar 12, 2026
0
850
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install imageflare

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install imageflare using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ImageFlare?

ImageFlare is a specialized terminal-based utility designed to bridge the gap between local developer workflows and Cloudflare Workers AI. It empowers users to generate high-quality images from text prompts or perform AI-driven transformations on existing files using world-class models like Flux and Stable Diffusion. By integrating this capability as one of the Openclaw Skills, developers can automate visual asset creation directly within their AI coding agent environment.

Unlike standard image manipulation tools that handle cropping or resizing, ImageFlare focuses on generative intelligence. It sends requests directly to the Cloudflare Workers AI API, ensuring a secure and serverless experience that leverages Cloudflare's high-performance edge infrastructure for rapid image synthesis and style transfer.

ImageFlare Use Cases

  • Creating unique visual assets and placeholders from text descriptions during development.
  • Applying AI-powered style transfers to existing photos using reference images.
  • Automating bulk image generation for testing UI/UX layouts across different dimensions.
  • Transforming existing images by changing backgrounds or artistic mediums through natural language prompts.
  • Integrating high-end AI image models into terminal-centric workflows without leaving the command line.

How ImageFlare Works

  1. The user provides a text prompt and optional parameters such as dimensions or a specific model ID via the Openclaw Skills interface.
  2. ImageFlare authenticates with the Cloudflare Workers AI API using the locally configured Account ID and API Token.
  3. For edit tasks, local images are automatically optimized and resized to meet API requirements before being sent to the edge.
  4. Cloudflare's global network processes the request using the selected generative model (e.g., Flux-1-schnell).
  5. The resulting image is streamed back to the local environment and saved as a PNG file, with an option to automatically open the system viewer.

ImageFlare Setup

To utilize this feature within Openclaw Skills, you must first install the package and configure your Cloudflare credentials.

# Install the imageflare CLI utility
pip install imageflare

# Run the interactive configuration wizard
imageflare config

# Verify your account settings and model defaults
imageflare config show

Ensure you have your Cloudflare Account ID and an API Token with Workers AI: Read permissions ready.

ImageFlare Data Schema & Taxonomy

ImageFlare maintains a lightweight and predictable data structure for configuration and output.

Type Location / Format Details
Configuration ~/.config/imageflare/config Stores Account ID, API Token, and default model selection.
Output Images ./imageflare_<timestamp>.png Default PNG format saved to the current working directory.
Input Images Local File Paths Images provided for editing are temporarily processed and resized to ≤512x512.
Metadata CLI Arguments Supports custom seeds, dimensions (Width/Height), and model overrides.

ImageFlare Advanced Features

  • Multi-Reference Style Transfer: Support for up to 3 reference images to guide the AI's artistic direction during edits.
  • Model Hot-Swapping: Override global settings per command to test different versions of Flux or Stable Diffusion.
  • Reproducible Generation: Utilize the --seed flag to ensure consistent visual results across multiple runs.
  • Seamless CLI Integration: Supports the --open flag for instant visual feedback and --output for specific file naming conventions.
  • Privacy-First Architecture: No intermediate servers; data travels directly from your terminal to the Cloudflare API for maximum security.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*