tools/image/flux-image/SKILL.md
Generate images with FLUX models (Black Forest Labs) via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA with custom style adaptation. Capabilities: text-to-image, image-to-image, LoRA fine-tuning, custom styles. Triggers: flux, flux.2, flux dev, flux schnell, flux pro, black forest labs, flux image, flux ai, flux model, flux lora
npx skillsauth add inference-sh/agent-skills-registry flux-imageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate images with FLUX models via inference.sh CLI.

Requires inference.sh CLI (
belt). Install instructions
belt login
belt app run falai/flux-dev-lora --input '{"prompt": "a futuristic city at night"}'
| Model | App ID | Speed | Quality | Use Case |
|-------|--------|-------|---------|----------|
| FLUX Dev LoRA | falai/flux-dev-lora | Medium | Highest | Production, custom styles |
| FLUX.2 Klein LoRA | falai/flux-2-klein-lora | Fastest | Good | Fast iteration, 4B/9B sizes |
| FLUX Dev (Pruna) | pruna/flux-dev | Fast | High | Optimized, speed modes |
| FLUX Dev LoRA (Pruna) | pruna/flux-dev-lora | Fast | High | LoRA with optimization |
| FLUX Klein 4B (Pruna) | pruna/flux-klein-4b | Fastest | Good | Ultra-cheap ($0.0001/img) |
belt app run falai/flux-dev-lora --input '{
"prompt": "professional product photo of headphones, studio lighting, white background"
}'
belt app run falai/flux-2-klein-lora --input '{"prompt": "abstract art, colorful"}'
belt app sample falai/flux-dev-lora --save input.json
# Edit to add lora_url for custom style
belt app run falai/flux-dev-lora --input input.json
belt app run falai/flux-dev-lora --input '{
"prompt": "transform to watercolor style",
"image_url": "https://your-image.jpg"
}'
# Image editing with natural language
belt app run falai/reve --input '{"prompt": "change background to beach"}'
# Upscaling
belt app run falai/topaz-image-upscaler --input '{"image_url": "https://..."}'
# Full platform skill (all 250+ apps)
npx skills add inference-sh/skills@infsh-cli
# Pruna P-Image (fast & economical)
npx skills add inference-sh/skills@p-image
# All image generation models
npx skills add inference-sh/skills@ai-image-generation
# Upscaling
npx skills add inference-sh/skills@image-upscaling
Browse all apps: belt app list
development
Declarative UI widgets from JSON for React/Next.js from ui.inference.sh. Render rich interactive UIs from structured agent responses. Capabilities: forms, buttons, cards, layouts, inputs, selects, checkboxes. Use for: agent-generated UIs, dynamic forms, data display, interactive cards. Triggers: widgets, declarative ui, json ui, widget renderer, agent widgets, dynamic ui, form widgets, card widgets, shadcn widgets, structured output ui
tools
Tool lifecycle UI components for React/Next.js from ui.inference.sh. Display tool calls: pending, progress, approval required, results. Capabilities: tool status, progress indicators, approval flows, results display. Use for: showing agent tool calls, human-in-the-loop approvals, tool output. Triggers: tool ui, tool calls, tool status, tool approval, tool results, agent tools, mcp tools ui, function calling ui, tool lifecycle, tool pending
development
Chat UI building blocks for React/Next.js from ui.inference.sh. Components: container, messages, input, typing indicators, avatars. Capabilities: chat interfaces, message lists, input handling, streaming. Use for: building custom chat UIs, messaging interfaces, AI assistants. Triggers: chat ui, chat component, message list, chat input, shadcn chat, react chat, chat interface, messaging ui, conversation ui, chat building blocks
tools
Batteries-included agent component for React/Next.js from ui.inference.sh. One component with runtime, tools, streaming, approvals, and widgets built in. Capabilities: drop-in agent, human-in-the-loop, client-side tools, form filling. Use for: building AI chat interfaces, agentic UIs, SaaS copilots, assistants. Triggers: agent component, agent ui, chat agent, shadcn agent, react agent, agentic ui, ai assistant ui, copilot ui, inference ui, human in the loop