.agents/skills/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 RomainGRAS42/Procedio-AI 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.

curl -fsSL https://cli.inference.sh | sh && infsh login
infsh 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 |
infsh app run falai/flux-dev-lora --input '{
"prompt": "professional product photo of headphones, studio lighting, white background"
}'
infsh app run falai/flux-2-klein-lora --input '{"prompt": "abstract art, colorful"}'
infsh app sample falai/flux-dev-lora --save input.json
# Edit to add lora_url for custom style
infsh app run falai/flux-dev-lora --input input.json
infsh app run falai/flux-dev-lora --input '{
"prompt": "transform to watercolor style",
"image_url": "https://your-image.jpg"
}'
# Image editing with natural language
infsh app run falai/reve --input '{"prompt": "change background to beach"}'
# Upscaling
infsh app run falai/topaz-image-upscaler --input '{"image_url": "https://..."}'
# Full platform skill (all 150+ apps)
npx skills add inferencesh/skills@inference-sh
# All image generation models
npx skills add inferencesh/skills@ai-image-generation
# Upscaling
npx skills add inferencesh/skills@image-upscaling
Browse all apps: infsh app list
tools
YouTube thumbnail design with specific dimensions, contrast rules, and mobile preview optimization. Covers safe zones, text placement, face expression psychology, and A/B testing. Use for: YouTube thumbnails, video cover images, click-through optimization. Triggers: youtube thumbnail, thumbnail design, video thumbnail, click through rate, ctr optimization, youtube cover, video cover image, thumbnail maker, thumbnail tips, youtube design, video preview image
tools
Web search and content extraction with Tavily and Exa via inference.sh CLI. Apps: Tavily Search, Tavily Extract, Exa Search, Exa Answer, Exa Extract. Capabilities: AI-powered search, content extraction, direct answers, research. Use for: research, RAG pipelines, fact-checking, content aggregation, agents. Triggers: web search, tavily, exa, search api, content extraction, research, internet search, ai search, search assistant, web scraping, rag, perplexity alternative
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.