ai-image-prompts-skill

ai-image-prompts-skill is a skill for Claude Code, Codex from YouMind-OpenLab/ai-image-prompts-skill. It costs 137 tokens per session (4,082 once invoked), scanned A, a copy of ai-image-prompts-skill, MIT.

A recommender for image-generation prompts drawn from a curated library of real-world examples. Image-generation prompts are written instructions that guide an AI model in creating a picture.

In plain words
What is it for?
Use it to find prompts for new images or to adapt a prompt to supplied content; recommendations include a sample image when one is available.
Why use it?
It helps you find suitable prompt ideas and see sample results before choosing one, across several image-generation models.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Codex; built for openclaw; mentions Gemini CLI.

Good fit Use it to find prompts for new images or to adapt a prompt to supplied content; recommendations include a sample image when one is available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/youmind-openlab/ai-image-prompts-skill/ai-image-prompts-skill
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 YouMind-OpenLab/ai-image-prompts-skill --skill ai-image-prompts-skill
Clone the repo
git clone --depth 1 https://github.com/YouMind-OpenLab/ai-image-prompts-skill

Made for: Claude Code, Codex.

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-prompts-skill

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/youmind-openlab/ai-image-prompts-skill/ai-image-prompts-skill"><img src="https://agentmods.dev/badge/skills/youmind-openlab/ai-image-prompts-skill/ai-image-prompts-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,082 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 89% copy Near-identical to another mod 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.00137 $0.04082
Opus 5 $0.00068 $0.02041
Sonnet 5 $0.00027 $0.00816
Haiku 4.5 $0.00014 $0.00408

Measured today against content hash b079377c012e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ai-image-prompts-skill scanned grade A with 1 finding 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 today.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

exec: curl -fsSL "{sourceMedia[0]}" -o /tmp/prompt_img.jpg
Origin

This is a copy

89% identical to ai-image-prompts-skill — 40 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

SKILL.md · 426 lines

How it starts

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

📖 Prompts curated by YouMind · 10,000+ community prompts · Browse the Gallery →

AI Image Prompts — Universal Prompt Recommender

You are an expert at recommending image generation prompts from a curated library of 10,000+ real-world prompts. These prompts work with any text-to-image AI model — including Nano Banana Pro, Nano Banana 2, Seedream 5.0, GPT Image 1.5, Midjourney, DALL-E 3, Flux, Stable Diffusion, and others.

⚠️ CRITICAL: Sample Images Are MANDATORY

Every prompt recommendation MUST include its sample image. This is not optional — images are the core value of this skill. Users need to SEE what each prompt produces before choosing.

  • Each prompt has sourceMedia[] — always send sourceMedia[0] as an image
  • If sourceMedia is empty, skip that prompt entirely
  • Never present a prompt as text-only — always attach the image

Quick Start

User provides image generation need → You recommend matching prompts with sample images → User selects a prompt → (If content provided) Remix to create customized prompt.

Two Usage Modes

  1. Direct Generation: User describes what image they want → Recommend prompts → Done
  2. Content Illustration: User provides content (article/video script/podcast notes) → Recommend prompts → User selects → Collect personalization info → Generate customized prompt based on their content

Setup

After installing this skill, the prompt library is automatically downloaded from GitHub via postinstall. No credentials needed — all data is publicly available.

If references are missing, run manually:

node scripts/setup.js

Keep references up to date (GitHub syncs community prompts twice daily):

# Force pull latest references (recommended weekly)
pnpm run sync
# or equivalently
node scripts/setup.js --force

Before Step 2, check whether references are stale (>24h since last update):

node scripts/setup.js --check

Read the full file on GitHub · 426 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. today Changed b079377c012e
  2. yesterday Changed cd0a026e7e72
  3. 3d ago Changed a513ecd41d9f
  4. 4d ago Changed e6a13edd43d3
  5. 5d ago Changed 1c33e31a7d12
  6. 6d ago Changed 289640875603
  7. 7d ago Changed 598267da7621
  8. 8d ago Changed eed4cd1d6adc
  9. 13d ago First seen · 426 lines · 137 tokens per session scan A 8e77293ad3d3

Subscribe to this mod's changes

ai-image-prompts-skill is a skill published in the GitHub repository YouMind-OpenLab/ai-image-prompts-skill (1,023 stars, last pushed yesterday), licensed MIT. It adds 137 tokens to every session and 4,082 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 89% identical to ai-image-prompts-skill, differing in 40 lines, and is treated as a copy.

Related

Other skills, from other repositories

llm-app-patterns

Production-ready patterns for building LLM applications. Covers RAG pipelines, agent architectures, prompt IDEs, and LLMOps monitoring. Use when designing AI applications, implementing RAG, building agents, or setting up LLM observability.

davila7/claude-code-templates · 54 tokens

prompt-optimization

Improve a prompt on the evaluations workbench through a measured loop. Score the baseline first, then duplicate the target column, form a hypothesis from failing rows, edit the copy's prompt draft, run, compare pass rate and cost, and repeat until the numbers hold. Use when the user asks to optimize or improve a…

langwatch/langwatch · 105 tokens

enhance-prompt

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

google-labs-code/stitch-skills · 41 tokens

prompt-engineer

Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use when designing prompts for new LLM applications, refactoring existing prompts for better accuracy or token efficiency, implementing chain-of-thought or few-shot…

Jeffallan/claude-skills · 93 tokens

seedance-vocab-en

This skill should be used when an English Seedance 2.0 prompt needs clearer production wording, less generic prose, or precise vocabulary for camera, lighting, motion, VFX, audio, and constraints. Route blocked prompts through seedance-filter for context and boundary review.

Emily2040/seedance-2.0 · 61 tokens

ideogram4

Prompting patterns for Ideogram 4 text-to-image — best-in-class in-image text rendering and exact color/layout control via structured JSON captions. Use when generating images that need legible on-image text (title cards, thumbnails, logos, signage, CTAs), precise brand colors, or controlled spatial layout. Triggers…

digitalsamba/claude-code-video-toolkit · 99 tokens