illo-skill AGENTS.md

Repository instructions for maintaining illo, an AI-agent skill distributed through several installation systems. They describe its files, documentation, and installation paths.

In plain words
What is it for?
Use them when editing illo’s skill files, front matter, readme files, repository layout, or installation instructions.
Why use it?
They give contributors the project rules needed to keep the skill’s structure, metadata, documentation, and publishing routes consistent.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/tmchow/illo-skill/agents-md
Clone the repo
git clone --depth 1 https://github.com/tmchow/illo-skill

Made for: Codex, OpenCode.

Per session 4,931 This file is loaded in full into every session.
When invoked 4,931 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.04931 $0.04931
Opus 5 $0.02465 $0.02465
Sonnet 5 $0.00986 $0.00986
Haiku 4.5 $0.00493 $0.00493

Measured 2d ago against content hash 16799c8f6151, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

illo-skill AGENTS.md 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 2d 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.

AGENTS.md · 368 lines

How it starts

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

illo-skill

The canonical home of illo, a cross-platform AI agent skill (SKILL.md format) installable through runtime-specific lanes: the generic skills CLI (npx skills add tmchow/illo-skill --skill illo, works across Claude Code/Cursor/Codex and other Agent-Skills runtimes), Hermes (GitHub directory identifier: hermes skills install tmchow/illo-skill/illo or /skills install tmchow/illo-skill/illo; raw SKILL.md URLs are valid only for single-file fallback installs — never for illo, which is multi-file), and OpenClaw (ClawHub via openclaw skills install illo). Document lanes side by side; never present one as the only path.

This guide is for anyone (human or agent) editing the repo. Keep it accurate when conventions change.

illo was extracted from tmchow/agent-skills (June 2026, full history preserved). That repo keeps a frozen copy and must keep serving its _assets/illo/ raw URLs — they are baked into already-installed copies — but all development and publishing happen here.

Repo layout

The skill lives in skills/illo/, deliberately not at the repo root. The top-level skills/ folder matches the layout convention of the canonical skill repos (anthropics/skills, openai/skills, vercel-labs/agent-skills) and keeps a future Claude Code plugin lane possible (.claude-plugin/ + skills/). Installers copy the entire skill directory verbatim, so the skill dir must contain only what every install should ship; promoting SKILL.md to the root would make _assets/ and repo meta ship with every install and blow the size budget. Note the install identifiers do not carry the skills/ segment — skills.sh indexes by skill name (tmchow/illo-skill/illo), the same way openai/skills/skill-creator hides its skills/ folder.

  • skills/illo/SKILL.md — required. The agent-facing instructions.
  • skills/illo/README.md — required. The human-facing landing page (below).
  • skills/illo/references/ — deep material loaded on demand, including the seventeen look definitions in references/styles/.
  • skills/illo/scripts/ — the engine (illo.py) and the Hermes asset-repair preflight.
  • skills/illo/assets/ — bundled binary assets plus checksums.txt, a generated manifest (never edit by hand; see Binary assets below).
  • _assets/illo/ — docs-only images linked by raw URL (calibration examples, README embeds). They live outside the skill directory so they never ship with installs.
  • .github/ — the ClawHub publish and asset-checksum workflows and their scripts.
  • Root README.md — the repo landing page; root LICENSE — MIT.

Read the full file on GitHub · 368 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. 2d ago First seen · 368 lines · 4,931 tokens per session scan A 16799c8f6151

Subscribe to this mod's changes

illo-skill AGENTS.md is an instructions file published in the GitHub repository tmchow/illo-skill (369 stars, last pushed 4d ago), licensed MIT. It adds 4,931 tokens to every session, about $0.0247 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.