tasteui: Skill for Claude Code

.agents/skills/ai-image-generation/SKILL.md

ai-image-generation is a skill for Claude Code from abboskhonov/tasteui. It costs 208 tokens per session (1,541 once invoked), scanned A, original, MIT.

An image-generation tool that creates or edits pictures through more than 50 AI models using the inference.sh command-line tool.

In plain words
What is it for?
Use it to create images from text, change existing images, fill in missing areas, apply LoRA styles, and enlarge images.
Why use it?
It brings several image models and common image-editing tasks into one command-line workflow, so you do not need separate tools for each model.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument; installed under .agents/ (shared by several agents).

This is abboskhonov/tasteui's own configuration. It tells Claude Code how to work on tasteui itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything tasteui configures →

Reuse

Borrowing it

Nothing to install: this file belongs to abboskhonov/tasteui. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/abboskhonov/tasteui/main/.agents/skills/ai-image-generation/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/abboskhonov/tasteui

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-image-generation

README.md
[![agentmods](https://agentmods.dev/badge/skills/abboskhonov/tasteui/ai-image-generation/github.svg)](https://agentmods.dev/skills/abboskhonov/tasteui/ai-image-generation)
Your own site
<a href="https://agentmods.dev/skills/abboskhonov/tasteui/ai-image-generation"><img src="https://agentmods.dev/badge/skills/abboskhonov/tasteui/ai-image-generation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-image-generation

Your own site · 80×15
<a href="https://agentmods.dev/skills/abboskhonov/tasteui/ai-image-generation"><img src="https://agentmods.dev/badge/skills/abboskhonov/tasteui/ai-image-generation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 208 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,541 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00208 $0.01541
Opus 5 $0.00104 $0.00771
Sonnet 5 $0.00042 $0.00308
Haiku 4.5 $0.00021 $0.00154

Measured 11d ago against content hash 92fd33184519, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

ai-image-generation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agents/skills/ai-image-generation/SKILL.md · 172 lines

How it starts

The opening of the file, as written. The whole thing — 172 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Install the belt CLI skill: npx skills add belt-sh/cli

AI Image Generation

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

AI Image Generation

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

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

Available Models

Model App ID Best For
GPT-Image-2 openai/gpt-image-2 Text-to-image, editing, inpainting
FLUX Dev LoRA falai/flux-dev-lora High quality with custom styles
FLUX.2 Klein LoRA falai/flux-2-klein-lora Fast with LoRA support (4B/9B)
P-Image pruna/p-image Fast, economical, multiple aspects
P-Image-LoRA pruna/p-image-lora Fast with preset LoRA styles
P-Image-Edit pruna/p-image-edit Fast image editing
Gemini 3 Pro google/gemini-3-pro-image-preview Google's latest
Gemini 2.5 Flash google/gemini-2-5-flash-image Fast Google model
Grok Imagine xai/grok-imagine-image xAI's model, multiple aspects
Seedream 4.5 bytedance/seedream-4-5 2K-4K cinematic quality
Seedream 4.0 bytedance/seedream-4-0 High quality 2K-4K
Seedream 3.0 bytedance/seedream-3-0-t2i Accurate text rendering
Reve falai/reve Natural language editing, text rendering
ImagineArt 1.5 Pro falai/imagine-art-1-5-pro-preview Ultra-high-fidelity 4K
FLUX Klein 4B pruna/flux-klein-4b Ultra-cheap ($0.0001/image)
Topaz Upscaler falai/topaz-image-upscaler Professional upscaling

Browse All Image Apps

belt app list --category image

Examples

GPT-Image-2

belt app run openai/gpt-image-2 --input '{
  "prompt": "professional product photo of sneakers, studio lighting",
  "quality": "high"
}'

Read the full file on GitHub · 172 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 172 lines · 208 tokens per session scan A 92fd33184519

Subscribe to this mod's changes

ai-image-generation is a skill published in the GitHub repository abboskhonov/tasteui (24 stars, last pushed 1mo ago), licensed MIT. It adds 208 tokens to every session and 1,541 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens