Claude Code Plugin

Image workflows that preserve what you like

AI image editing is probabilistic—DALL-E generates new images, inpainting runs diffusion. FloImg applies deterministic transforms—the image stays intact except for exactly what you asked.

npm install -g @teamflojo/floimg-claude

Three Problems FloImg Solves

🎲

The Probabilistic Editing Problem

Without FloImg: AI editing is probabilistic. DALL-E generates new images. Even inpainting runs diffusion. "Change the colors" might give you a different composition.

With FloImg: Adjust hue mathematically. Resize precisely. Add caption. The image stays exactly as it was—only what you asked for changes.

🧩

The Tool Fragmentation Problem

Without FloImg: Wrangle remove.bg, Photoshop, Figma, format converters, cloud services. Each requires learning, signing up, downloading files.

With FloImg: One pipeline. Generate, transform, upload—all through natural conversation in Claude Code.

🔌

Better Than Glue Code

Without FloImg: Write integration code: OpenAI SDK + Sharp + AWS SDK + error handling. Maintain it forever.

With FloImg: Multiple modalities—natural language, visual builder, SDK, CLI, MCP. Use whichever fits how you think.

The Pipeline

Any source → Any transforms → Any destination

Generate
  • AI images (DALL-E)
  • Charts
  • Diagrams
  • Screenshots
Transform
  • Resize
  • Add caption
  • Adjust colors
  • Format convert
Save
  • Local file
  • S3
  • R2
  • Tigris

Natural Conversation

Iterate without losing what you like

You

Create a hero image for my AI startup

Claude

Generated image with DALL-E → stored as img_001

[Hero image generated]
You

Make it more vibrant

Claude

Applied saturation transform → img_002

[Same image, more vibrant]
You

Resize to 1200x630 and add "AI for Everyone" caption

Claude

Resized and added caption → img_003

[OG-sized with caption]
You

Upload to S3

Claude

Uploaded to s3://my-bucket/hero.png

Each step references the previous image by ID. No file management. No re-uploading. Deterministic transforms—just iterate naturally.

Slash Commands

/floimg:workflow

Multi-step pipelines with session state

MCP
/floimg:image

Universal image generation with transforms

MCP
/floimg:qr

QR codes

CLI
/floimg:chart

Data visualizations

CLI
/floimg:diagram

Mermaid diagrams

CLI
/floimg:screenshot

Webpage capture

CLI

Get Started

npm install -g @teamflojo/floimg-claude

Simple commands work immediately. Restart Claude Code once to enable MCP for session state.