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.
npx agentmods add skills/latentwill/ideonomy-skill/ideonomy-plainnpx skills add latentwill/ideonomy-skill --skill ideonomy-plaingit clone --depth 1 https://github.com/latentwill/ideonomy-skillWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00125 | $0.02546 |
| Opus 5 | $0.00063 | $0.01273 |
| Sonnet 5 | $0.00025 | $0.00509 |
| Haiku 4.5 | $0.00013 | $0.00255 |
Grade C, and why
ideonomy-plain scanned grade C with 2 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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
PICK=$(find ~/.claude/plugins ~/.claude/skills -path '*/ideonomy-plain/bin/pick' -type f 2>/dev/null | head -1) Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
PICK=$(find ~/.claude/plugins ~/.claude/skills -path '*/ideonomy-plain/bin/pick' -type f 2>/dev/null | head -1) The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- bin/pick 5.0 KB
- examples/historical-recipes/atlas-of-perspectives.md 1.7 KB
- examples/historical-recipes/cross-domain-lift.md 1.6 KB
- examples/historical-recipes/dimensional-exhaustion.md 1.7 KB
- examples/historical-recipes/negate-and-lift.md 1.5 KB
- examples/historical-recipes/negation-cascade.md 1.4 KB
- examples/historical-recipes/organon-sandwich.md 1.8 KB
- examples/historical-recipes/property-explosion.md 1.6 KB
- examples/historical-recipes/tree-walk.md 1.9 KB
- examples/walkthrough.md 8.3 KB
- methods/dimension-prompts/age.md 458 B
- methods/dimension-prompts/animacy.md 536 B
- methods/dimension-prompts/autonomy.md 485 B
- methods/dimension-prompts/cardinality.md 391 B
- methods/dimension-prompts/complexity.md 483 B
- methods/dimension-prompts/connectivity.md 491 B
- methods/dimension-prompts/cyclicity.md 393 B
- methods/dimension-prompts/decomposability.md 463 B
- methods/dimension-prompts/direction.md 395 B
- methods/dimension-prompts/discovery-vs-invention.md 540 B
- methods/dimension-prompts/distribution.md 549 B
- methods/dimension-prompts/hierarchicalness.md 551 B
- methods/dimension-prompts/homogeneity.md 532 B
- methods/dimension-prompts/intentionality.md 518 B
- methods/dimension-prompts/longevity.md 515 B
- methods/dimension-prompts/materiality.md 563 B
- methods/dimension-prompts/modularity.md 444 B
- methods/dimension-prompts/naturalness.md 605 B
- methods/dimension-prompts/polarity.md 603 B
- methods/dimension-prompts/predictability.md 483 B
- methods/dimension-prompts/purpose.md 506 B
- methods/dimension-prompts/rate.md 485 B
- methods/dimension-prompts/reversibility.md 542 B
- methods/dimension-prompts/scope.md 445 B
- methods/dimension-prompts/side-effect.md 538 B
- methods/dimension-prompts/size.md 449 B
- methods/dimension-prompts/source.md 532 B
- methods/dimension-prompts/symmetry.md 477 B
- methods/dimension-prompts/visibility.md 462 B
- methods/operators/abstraction-lift.md 2.7 KB
- methods/operators/combination.md 2.0 KB
- methods/operators/cross-domain-reinstantiation.md 2.6 KB
- methods/operators/dimension-identification.md 2.0 KB
- methods/operators/negation.md 2.1 KB
- methods/operators/organon-construction.md 1.9 KB
- methods/operators/substitution.md 1.9 KB
- methods/operators/tree-finding.md 2.4 KB
- methods/organons/atlas.md 1.6 KB
- methods/organons/chart.md 1.6 KB
- methods/organons/cycle.md 1.5 KB
- methods/organons/dictionary.md 1.6 KB
- methods/organons/graph.md 1.5 KB
- methods/organons/lattice.md 1.8 KB
- methods/organons/list.md 1.2 KB
- methods/organons/map.md 1.8 KB
- methods/organons/matrix.md 1.6 KB
- methods/organons/notation.md 1.9 KB
- methods/organons/periodic-grid.md 2.1 KB
- methods/organons/procedure.md 1.7 KB
- methods/organons/scale.md 1.9 KB
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.
- today First seen · 136 lines · 125 tokens per session scan C eece88191ac7
ideonomy-plain is a skill published in the GitHub repository latentwill/ideonomy-skill (39 stars, last pushed 3mo ago), with no licence file. It adds 125 tokens to every session and 2,546 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 2 findings (reads agent configuration directories, enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…
agent-host-chat-contributions
Build and review cross-cutting agent-host chat behavior through lifecycle contributions. Use when adding turn lifecycle side effects, prompt or context injection, restored-history transformation, protocol-action observation, or when reviewing changes that add code to AgentSideEffects or AgentService.