Ai Image Gen Pro

v1.0.0

Generate AI images with FLUX, Gemini, Grok, Seedream, Reve and 50+ models via inference.sh CLI. Models: FLUX Dev LoRA, FLUX.2 Klein LoRA, Gemini 3 Pro Image,...

0· 22·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md tells the agent to use the infsh CLI to run image-generation apps (Flux, Gemini, Grok, Seedream, Reve, etc.). Nothing requested in the files (no env vars, no config paths) is unexpected for an image-generation CLI helper.
Instruction Scope
Instructions stay within scope: examples only call infsh (infsh login, infsh app run, infsh app list). The SKILL.md does not instruct the agent to read unrelated system files, collect extra secrets, or transmit data to endpoints outside the inference.sh ecosystem. It references external docs and example commands that will cause the user/agent to authenticate to inference.sh, which is expected for this function.
Install Mechanism
There is no install spec in the registry (instruction-only), which is low risk. The SKILL.md links to a raw GitHub URL for infsh install instructions; while this is typical for CLI install docs, users should verify the origin of any installer script they run. No archives or downloads are performed by the skill itself.
Credentials
SKILL.md declares no required environment variables or credentials, which aligns with its function. Minor inconsistency: _meta.json lists a runtime requirement of the Python package 'requests' despite there being no code files that would need it — this appears to be metadata noise rather than a necessary credential or secret.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It does not request persistent agent privileges, modify other skills, or claim system-wide configuration access.
Assessment
This skill is an instruction-only helper for the inference.sh CLI and appears internally consistent. Before using it: (1) verify and trust the inference.sh CLI install instructions and the installer source (the SKILL.md links to a raw GitHub URL); (2) review what happens when you run infsh login (what auth/token is created and where it is stored) and avoid reusing high-privilege credentials; (3) be aware the skill references paid models and a paid pricing entry in _meta.json; (4) note the small metadata mismatch (the metadata lists the Python 'requests' package even though there is no code) — not harmful but worth questioning the author if you need guarantees. If you need stronger assurance, ask the publisher for an explicit provenance link to the official inference.sh project and a justification for the metadata entry.

Like a lobster shell, security has layers — review code before you run it.

latestvk976vc47nxengdz8czcjznxww18450xz

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

AI Image Generation

Generate images with 50+ AI models via inference.sh CLI.

AI Image Generation

Quick Start

Requires inference.sh CLI (infsh). Install instructions

infsh login

# Generate an image with FLUX
infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}'

Available Models

ModelApp IDBest For
FLUX Dev LoRAfalai/flux-dev-loraHigh quality with custom styles
FLUX.2 Klein LoRAfalai/flux-2-klein-loraFast with LoRA support (4B/9B)
P-Imagepruna/p-imageFast, economical, multiple aspects
P-Image-LoRApruna/p-image-loraFast with preset LoRA styles
P-Image-Editpruna/p-image-editFast image editing
Gemini 3 Progoogle/gemini-3-pro-image-previewGoogle's latest
Gemini 2.5 Flashgoogle/gemini-2-5-flash-imageFast Google model
Grok Imaginexai/grok-imagine-imagexAI's model, multiple aspects
Seedream 4.5bytedance/seedream-4-52K-4K cinematic quality
Seedream 4.0bytedance/seedream-4-0High quality 2K-4K
Seedream 3.0bytedance/seedream-3-0-t2iAccurate text rendering
Revefalai/reveNatural language editing, text rendering
ImagineArt 1.5 Profalai/imagine-art-1-5-pro-previewUltra-high-fidelity 4K
FLUX Klein 4Bpruna/flux-klein-4bUltra-cheap ($0.0001/image)
Topaz Upscalerfalai/topaz-image-upscalerProfessional upscaling

Browse All Image Apps

infsh app list --category image

Examples

Text-to-Image with FLUX

infsh app run falai/flux-dev-lora --input '{
  "prompt": "professional product photo of a coffee mug, studio lighting"
}'

Fast Generation with FLUX Klein

infsh app run falai/flux-2-klein-lora --input '{"prompt": "sunset over mountains"}'

Google Gemini 3 Pro

infsh app run google/gemini-3-pro-image-preview --input '{
  "prompt": "photorealistic landscape with mountains and lake"
}'

Grok Imagine

infsh app run xai/grok-imagine-image --input '{
  "prompt": "cyberpunk city at night",
  "aspect_ratio": "16:9"
}'

Reve (with Text Rendering)

infsh app run falai/reve --input '{
  "prompt": "A poster that says HELLO WORLD in bold letters"
}'

Seedream 4.5 (4K Quality)

infsh app run bytedance/seedream-4-5 --input '{
  "prompt": "cinematic portrait of a woman, golden hour lighting"
}'

Image Upscaling

infsh app run falai/topaz-image-upscaler --input '{"image_url": "https://..."}'

Stitch Multiple Images

infsh app run infsh/stitch-images --input '{
  "images": ["https://img1.jpg", "https://img2.jpg"],
  "direction": "horizontal"
}'

Related Skills

# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@infsh-cli

# Pruna P-Image (fast & economical)
npx skills add inference-sh/skills@p-image

# FLUX-specific skill
npx skills add inference-sh/skills@flux-image

# Upscaling & enhancement
npx skills add inference-sh/skills@image-upscaling

# Background removal
npx skills add inference-sh/skills@background-removal

# Video generation
npx skills add inference-sh/skills@ai-video-generation

# AI avatars from images
npx skills add inference-sh/skills@ai-avatar-video

Browse all apps: infsh app list

Documentation

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…