AI Image Generation
Generate, edit, and upscale images across 50+ models (FLUX, Gemini, Grok, Seedream) via one CLI.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · d1ec23b
Ran the documented flux-dev-lora example almost verbatim for a coffee-mug product shot; its own quick-start command 'infsh login' is never explained by the linked install doc, which only ever installs and references a binary called 'belt'.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 3/5
What AI Image Generation does
A wrapper around the inference.sh 'infsh' CLI exposing 50+ image models (FLUX, Gemini 3 Pro, Grok Imagine, Seedream, Reve, Topaz upscaler) behind one command syntax for text-to-image, image-to-image, inpainting, LoRA styling, and upscaling. Triggers on any image-generation request -- product mockups, concept art, social graphics, illustrations -- and on named models like 'flux' or 'midjourney alternative'. Best suited to design/creative work; marketing visuals are just one of several listed use cases.
How to install AI Image Generation
git clone https://github.com/liyupi/github-claw
cd github-claw
mkdir -p ~/.claude/skills
cp -r .agents/skills/ai-image-generation ~/.claude/skills/ai-image-generation
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger AI Image Generation
-
/ai-image-generationGenerate, edit, and upscale images across 50+ models (FLUX, Gemini, Grok, Seedream) via one CLI.
It also activates on plain-language prompts like these:
-
Generate a studio product photo of a coffee mug for our page. -
Create some concept art for a cyberpunk city using Flux. -
I need a poster image with bold text that says HELLO WORLD.
Frequently asked questions
- Is the AI Image Generation skill free?
- Yes. The skill itself is free from liyupi/github-claw. SkillProof publishes the install command and an independent test verdict at no cost.
- Does AI Image Generation work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran the documented flux-dev-lora example almost verbatim for a coffee-mug product shot; its own quick-start command 'infsh login' is never explained by the linked install doc, which only ever installs and references a binary called 'belt'.
- What is the AI Image Generation SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 3/5.
- How do I install AI Image Generation?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use AI Image Generation with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.