photographic-icon-set-generator

photographic-icon-set-generator is a skill for Claude Code, Codex from devkindhq/ideogram-ai-toolkit. It costs 202 tokens per session (3,374 once invoked), scanned A, original, Apache-2.0.

A workflow for generating matching sets of photographic, textured, or 3D-rendered icons. It keeps the visual recipe consistent across all icons in a batch.

In plain words
What is it for?
Use it to create coordinated clay, hand-painted, isometric, or material-textured icon packs with Ideogram.
Why use it?
Without a shared style, generated icons can look like unrelated images instead of one set.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create coordinated clay, hand-painted, isometric, or material-textured icon packs with Ideogram.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/devkindhq/ideogram-ai-toolkit/photographic-icon-set-generator
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 devkindhq/ideogram-ai-toolkit --skill photographic-icon-set-generator
Clone the repo
git clone --depth 1 https://github.com/devkindhq/ideogram-ai-toolkit

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 photographic-icon-set-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/devkindhq/ideogram-ai-toolkit/photographic-icon-set-generator/github.svg)](https://agentmods.dev/skills/devkindhq/ideogram-ai-toolkit/photographic-icon-set-generator)
Your own site
<a href="https://agentmods.dev/skills/devkindhq/ideogram-ai-toolkit/photographic-icon-set-generator"><img src="https://agentmods.dev/badge/skills/devkindhq/ideogram-ai-toolkit/photographic-icon-set-generator/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 photographic-icon-set-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/devkindhq/ideogram-ai-toolkit/photographic-icon-set-generator"><img src="https://agentmods.dev/badge/skills/devkindhq/ideogram-ai-toolkit/photographic-icon-set-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 202 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,374 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.00202 $0.03374
Opus 5 $0.00101 $0.01687
Sonnet 5 $0.00040 $0.00675
Haiku 4.5 $0.00020 $0.00337

Measured 9d ago against content hash 52159e3389e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

photographic-icon-set-generator 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 9d 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/photographic-icon-set-generator/SKILL.md · 120 lines

How it starts

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

Photographic Icon Set Generator

Ideogram's generate_images_bulk, remix_image, and edit_image tools let you batch-generate and correct consistent icon sets. This skill orchestrates those calls to hold a shared "style block" — a paragraph of prompt text describing the render technique, lighting, material, and visual language — repeated byte-identical across every icon prompt in the batch, ensuring the set reads as a unified design, not a scatter of unrelated renders.

The single load-bearing technical fact this skill rests on: on Ideogram's default v4 pipeline (no custom_model_uri set), the parameters style_type, negative_prompt, magic_prompt_option, and seed are all ignored. Consistency has to be carried entirely by holding the style block as a repeated, byte-identical string in the prompt text of every generate_images_bulk entry — not by any generation parameter. This means accuracy and discipline in the locked style description is everything.

This is a hybrid skill — prompt-composition discipline (like logo-prompting and character-model-sheet) plus a multi-call orchestration workflow (like collections-management). The output is both a "set style spec" JSON (so later sessions can extend the set without re-deriving the recipe) and a project markdown file tracking generations, corrections, and extensions.

Before you start

Read these three reference files in order before your first generation and before any correction or extension:

  1. references/style-lock-recipe.md — how to draft, lock, and hold the style block identical across every prompt. Read this before step 2 (Lock the style block).
  2. references/icon-anti-slop-discipline.md — the pre-generation gate scoring table. Run your drafted prompts through this before calling generate_images_bulk (step 4).
  3. references/set-consistency-workflow.md — the full batch → review → correct → extend loop, including when and how to use edit_image with multi-reference anchoring and when the custom-model-training escalation path applies.

Read the full file on GitHub · 120 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. 9d ago First seen · 120 lines · 202 tokens per session scan A 52159e3389e8

Subscribe to this mod's changes

photographic-icon-set-generator is a skill published in the GitHub repository devkindhq/ideogram-ai-toolkit (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 202 tokens to every session and 3,374 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-31.

Related

Other skills, from other repositories

visualkan

Generate visual explanations (whiteboard, infographic, presentation, diagram, mindmap, mockup) from any content, via native subscription image generation or an API backend (OpenAI, Gemini, OpenRouter, Grok).

dapih/visualkan · 47 tokens

mangou-ai-motion-comics

Manages AI motion comic production projects with YAML assets and storyboards. Use when users need to initialize Mangou projects, edit storyboard or asset YAML, generate images or videos, split grid shots, stitch final videos, or debug task backfill.

MangouArt/mangou · 57 tokens

gpt-image

Use this skill whenever a user asks to generate, create, draw, render, or edit images with GPT Image 2 / gpt-image-2, text-to-image, reference-image editing, inpainting, posters, typography, Chinese text, UI mockups, diagrams, or gallery prompts. Analyze the user's prompt, search the bundled Reference Gallery/craft…

wuyoscar/GPT-Image2-Skill · 120 tokens

ip-as-logo

Generate extremely simple, cute, personified square character images with rounded heavy forms, two purposeful character colors, one solid background color, and a dominant lower-corner composition. Use when creating an animal, creature, robot, ghost, plant, object, or other character image, including when the agent…

s1dashu/ip-as-logo-skill · 78 tokens

get-prompt-from-image

Analyze user-provided reference images and reverse-engineer high-fidelity AI image-generation prompts. Use when the user asks to recreate, imitate, reverse-engineer, or extract prompts from photographs, illustrations, 3D renders, products, characters, landscapes, typography, logos, posters, or other visual references.…

wuyoscar/GPT-Image2-Skill · 83 tokens

frontend-slides

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

gooseworks-ai/goose-skills · 63 tokens