image-generation

image-generation is a skill for Claude Code from HybridAIOne/hybridclaw. It costs 15 tokens per session (365 once invoked), scanned A, original, MIT.

A skill for creating or editing bitmap images, such as illustrations, photos, textures, and other raster graphics, with an image-generation tool.

In plain words
What is it for?
It helps generate, edit, restyle, or render image files, including image-to-image changes using supplied reference images.
Why use it?
It provides a defined way to request new images or changes to existing ones when a visual asset is needed.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit It helps generate, edit, restyle, or render image files, including image-to-image changes using supplied reference images.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hybridaione/hybridclaw/image-generation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HybridAIOne/hybridclaw --skill image-generation
Clone the repo
git clone --depth 1 https://github.com/HybridAIOne/hybridclaw

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 image-generation

README.md
[![agentmods](https://agentmods.dev/badge/skills/hybridaione/hybridclaw/image-generation/github.svg)](https://agentmods.dev/skills/hybridaione/hybridclaw/image-generation)
Your own site
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/image-generation"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/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 image-generation

Your own site · 80×15
<a href="https://agentmods.dev/skills/hybridaione/hybridclaw/image-generation"><img src="https://agentmods.dev/badge/skills/hybridaione/hybridclaw/image-generation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 365 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00015 $0.00365
Opus 5 $0.00008 $0.00182
Sonnet 5 $0.00003 $0.00073
Haiku 4.5 $0.00002 $0.00036

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

Security

Grade A, and why

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.

skills/image-generation/SKILL.md · 41 lines

What it actually says

Image Generation

Use the native image_generate tool when the user asks you to create, generate, render, edit, restyle, or make a deliverable raster image.

Do not use image_generate to inspect or describe an existing image. Use vision_analyze for image understanding.

Workflow

  1. Call image_generate with action: "list" if you need to check whether an image provider is configured or explain missing auth/model setup.
  2. For generation, pass a clear prompt and optional aspectRatio, size, quality, and count. The native provider layer supports GPT Image 2, Nano Banana 2, Grok Imagine, and FLUX.2 when those providers are configured.
  3. For image-to-image edits, pass reference media paths in the image_generate image or images arguments. Paths may come from /workspace, /discord-media-cache, /uploaded-media-cache, or safe current-turn Discord CDN URLs.
  4. Treat provider warnings as user-relevant when they change requested options such as quality, size, aspect ratio, or count.
  5. Return the generated artifact directly in the final response. The tool owns provider auth, provider quirks, file persistence, and media delivery paths.

Keep prompts concrete and visual. Include subject, composition, style, colors, format, and any text that must appear in the image.

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 · 41 lines · 15 tokens per session scan A 5fb8ed5f203f

Subscribe to this mod's changes

image-generation is a skill published in the GitHub repository HybridAIOne/hybridclaw (132 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 365 once invoked, about $0.0001 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.