illo skill is an agent skill that turns your articles and abstract ideas into original editorial illustrations — giving each idea a face with a recurring character. Blot ships in the box, community packs add more faces, and every character carries its own print look. No stock art, no prompt fiddling.
Works in Claude Code, Codex, Grok CLI, Grok Bot, Hermes, and OpenClaw
you type: /illo many inputs become one decision
you get:
four ways illo skill renders an idea
Scenes stay the default. Say the word for a mini-comic, an explainer diagram, or a cutout — or hand it a URL and let the skill route the whole set. Read the guide →
the default
One caught moment — the mascot performing the idea.
/illo you are the bottleneck
when the idea moves
2–4 panels in one image — before→after, fail→fix.
/illo stuck → slice → shipped as a mini-comic
when the structure is the point
Flows, timelines, loops — traceable, not PowerPoint.
/illo how a book gets published explainer diagram
just the mascot
Transparent PNG — pose only, no scene or text.
/illo blot cutout waving
Editorial scenes, mini-comics, explainer diagrams, cutouts — any aspect ratio, in your palette or your brand's.
click any example to enlarge
57 packs · 17 looks — recurring mascots you install by name, each with its own print look. snes is the newest.
Two things to bring:
got Codex CLI, Grok CLI, or Grok Bot signed in? the second one's on the house
A coding agent with a reasoning model
Claude Code, Codex, Grok Bot, Grok CLI, Hermes, or OpenClaw — running a capable model like Opus or GPT-5.5. After each image renders, the skill shows it back to your model to check it against the idea and re-roll if it's off — so the model has to both reason and see.
An image backend — your call
Whatever agent you run the illo skill in, the image generation goes through one of four backends under the hood. Codex CLI or Grok CLI — got the CLI signed in (each comes with its plan)? Free: the illo skill drives it to render, no key, drawing on your usage. Grok Bot — paste the install prompt into Grok Bot and the skill uses its built-in Grok image tool, no Grok CLI or OpenRouter key. OpenRouter — a key for model choice (Grok Imagine, Nano Banana, GPT Image, any by name), about a nickel an image, and the opt-in paid fallback when a subscription render fails (--allow-paid-fallback — never automatic spend). Grok CLI and Grok Bot paths do not make transparent cutouts, so cutouts route to Codex or OpenRouter.
# any agent — Claude Code, Cursor, Codex, Copilot, Gemini & friends
npx skills add tmchow/illo-skill --skill illo
# native plugin — updates managed by Claude Code
/plugin marketplace add tmchow/illo-skill
/plugin install illo@illo-skill
# native plugin — update with: codex plugin marketplace upgrade
codex plugin marketplace add tmchow/illo-skill
codex plugin add illo@illo-skill
# native plugin — update with: grok plugin update illo
grok plugin marketplace add tmchow/illo-skill
grok plugin install tmchow/illo-skill --trust
Paste this into Grok Bot.
Install the illo skill and all community characters.
npx skills add tmchow/illo-skill --skill illo -g -y
# extension — update with: gemini extensions update illo
gemini extensions install https://github.com/tmchow/illo-skill
# GitHub CLI — update with: gh skill update illo
gh skill install tmchow/illo-skill illo
# Hermes
hermes skills install tmchow/illo-skill/illo
# OpenClaw
openclaw skills install illo
then try:
# a bare idea
/illo you are the bottleneck
# invent one for me
/illo surprise me
# a whole post — hero plus inline art
/illo https://yourblog.com/shipping-discipline hero + 3 images
# add a character pack first
/illo install mole character pack
# then pick a shape and that character
/illo "Just taught my kids about taxes by eating 38% of their ice cream" square image using mole character
# optional: install all character packs
/illo install all character packs
Say /illo build a character — private by default, shareable if you want. Character packs →
The skill itself is free and open source — and whatever agent you run it in, the
image generation goes through one of four backends. With Codex CLI,
Grok CLI, or Grok Bot it's free: the illo skill drives the signed-in CLI
or Grok Bot's built-in image tool, no per-image charge — it just draws on that plan's usage.
Want a choice of models instead? Run it through your own
OpenRouter
account — pay-per-image, around a nickel each (6–25¢ by model), a full blog post
under $0.50. A failed Codex CLI, Grok CLI, or Grok Bot render does not spend OpenRouter money
automatically — that paid retry needs
--allow-paid-fallback.
Barely. With Codex CLI, Grok CLI, or Grok Bot, nothing — the illo skill detects the
backend path and asks when it needs to. For OpenRouter, run
illo.py init once to store your key in
~/.config/illo/config.yaml (mode 600); the illo skill
never reads it from the environment. The same config also holds optional defaults
you'd rather not repeat: backend, model, default character, a watermark with your handle.
On the Codex CLI, Grok CLI, and Grok Bot backends it's automatic — each built-in image tool chooses the model (Codex renders gpt-image-2). Grok CLI and Grok Bot paths cannot make transparent cutouts. On OpenRouter you choose: Grok Imagine by default (in testing, the boldest print texture and strongest character lock at the lowest cost), with Nano Banana 2/Pro, GPT Image, or any image-output model on OpenRouter by name.
No. Characters you build are local folders on your machine — private by default. Sharing one in the community repo is optional, and you keep authorship and credit when you do.
A cutout is a transparent PNG of the mascot alone — pose and contact continuity only, no scene or text. Ask for /illo blot cutout waving when you need a sticker to paste onto slides, docs, or another design. Guide →
Scenes are the default — one caught moment that makes the reader feel the idea. Explainers are hand-built flows, timelines, or stacks the reader can trace. Ask for an explainer diagram when the structure is the whole point — e.g. /illo how a book gets published explainer diagram. Guide →
When you don't have a thesis yet, say /illo surprise me. The skill invents a seed, offers three saying candidates, you pick one (or pass --autopick for schedulers), then renders one image plus a caption-ready line. Scope with a focus or character — e.g. /illo surprise me with art quote using bray. Guide →
Anything that speaks the Agent Skills format (SKILL.md):
Claude Code, Codex, Grok CLI, Grok Bot, Hermes, OpenClaw, and friends. The engine is a single stdlib Python
script — no installs beyond python3.