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 skills add vosslab/vosslab-skills --skill ideonomy-richgit clone --depth 1 https://github.com/vosslab/vosslab-skillsWrote 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.
[](https://agentmods.dev/skills/vosslab/vosslab-skills/ideonomy-rich)<a href="https://agentmods.dev/skills/vosslab/vosslab-skills/ideonomy-rich"><img src="https://agentmods.dev/badge/skills/vosslab/vosslab-skills/ideonomy-rich.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00050 | $0.03435 |
| Opus 5 | $0.00025 | $0.01717 |
| Sonnet 5 | $0.00010 | $0.00687 |
| Haiku 4.5 | $0.00005 | $0.00344 |
Grade C, and why
ideonomy-rich scanned grade C with 3 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 8d 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.
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-rich/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-rich/bin/pick' -type f 2>/dev/null | head -1) Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s "https://asciified.thelicato.io/api/v2/ascii?text=<idea>&font=Slant" How it starts
The opening of the file, as written. The whole thing — 222 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ideonomy-Rich
Sibling skill to ideonomy-plain. Same operators, organons, dimension-prompts, picker, cooldown. Different rendering policy.
╔═══════════════════════════════════════════════════════════════════╗
║ ideonomy-plain → lowest-common-denominator: survives SMS ║
║ ideonomy-rich → highest-expression: feel ideas come alive ║
║ in a monospace terminal ║
╚═══════════════════════════════════════════════════════════════════╝
If you're not sure which to pick, default to ideonomy-plain. Use this one when you know the medium can hold the art.
Core principle
Same as ideonomy-plain — Patrick Gunkel's framework via Grace Kind. Ideas have properties varying along dimensions; expand by negating, substituting, combining, re-instantiating.
The difference is everything below: render the organon as performative ASCII art, not as plain bullets. Inspired by mahidalhan's ascii-art-explainer: composition teaches, motion shown, density is meaning, drama at the pivot.
How to invoke
Step 1 — pick a method tuple.
# Locate pick (works for any installation method):
PICK=$(find ~/.claude/plugins ~/.claude/skills -path '*/ideonomy-rich/bin/pick' -type f 2>/dev/null | head -1)
bash "$PICK"
# With flags: bash "$PICK" --more / --less / --print / --seed N
(Same picker, same catalog as ideonomy-plain. Each skill carries its own copy so it drops cleanly into any skills/ folder on its own.)
Step 2 — work through the tuple in two passes. Same internal pass as ideonomy-plain: dimension-prompts → operators → organon. The external pass is what changes.
Step 3 — render the artifact in five visible layers.
A defining feature of ideonomy-rich: the brainstorming itself must be visible. The reader should be able to see which operator produced which section, what dimensions the brainstorming explored, and — crucially — what was not surfaced. Reading the artifact equals watching the ideonomy happen. If the reader can't tell the artifact came out of the operators × organon × dim-prompts, you buried the machinery.
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.
- agents/openai.yaml 218 B
- bin/pick 5.0 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
- methods/organons/spectrum.md 1.5 KB
- methods/organons/state-machine.md 2.0 KB
- methods/organons/timeline.md 1.7 KB
- methods/organons/tree.md 1.9 KB
- methods/README.md 3.8 KB
- rendering/atlas.md 5.6 KB
- rendering/chart.md 3.2 KB
- rendering/cycle.md 4.1 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.
- 8d ago First seen · 222 lines · 50 tokens per session scan C 20480b354a17
ideonomy-rich is a skill published in the GitHub repository vosslab/vosslab-skills (2 stars, last pushed 12d ago), licensed MIT. It adds 50 tokens to every session and 3,435 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 3 findings (reads agent configuration directories, enumerates other installed skills, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
webgl-holographic-foil
A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.
general-video
Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
html-ppt-taste-brutalist
16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.
chengfeng-check-updates
An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.