Borrowing it
Nothing to install: this file belongs to monarch-initiative/dismech. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/monarch-initiative/dismech/main/.claude/skills/aop-wiki/SKILL.mdgit clone --depth 1 https://github.com/monarch-initiative/dismechWrote 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/monarch-initiative/dismech/aop-wiki)<a href="https://agentmods.dev/skills/monarch-initiative/dismech/aop-wiki"><img src="https://agentmods.dev/badge/skills/monarch-initiative/dismech/aop-wiki/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.
<a href="https://agentmods.dev/skills/monarch-initiative/dismech/aop-wiki"><img src="https://agentmods.dev/badge/skills/monarch-initiative/dismech/aop-wiki.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 21 uvx/uv tool run commands without ==version create a rug-pull risk.Fix: Pin the version: uvx package-name==1.2.3
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.00110 | $0.03871 |
| Opus 5 | $0.00055 | $0.01936 |
| Sonnet 5 | $0.00022 | $0.00774 |
| Haiku 4.5 | $0.00011 | $0.00387 |
Grade A, and why
aop-wiki 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 296 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AOP-Wiki access via aop-wiki-cli
aop-wiki-cli is an installable module —
gingin77/aop_wiki_cli. It owns the
XML download, the parsers, and the entity model; do not add downloading or
parsing code to dismech, and do not have dismech code read its XML or cache
files. If a query needs something the CLI cannot do, add a command there.
uvx --from git+https://github.com/gingin77/aop_wiki_cli aop-wiki-cli --help
That form tracks the repository's default branch, so the tool can change under
you between runs. Append @<tag-or-commit> to pin when a result has to be
reproducible — and record the pin next to the snapshot date, since the two
together are what make a lookup repeatable.
Installed into an environment it is just aop-wiki-cli <command>; from a clone,
uv run aop-wiki-cli <command>. All three reach the same console script, so
every example below is written as the bare aop-wiki-cli form.
The data directory is the thing to get right
The tool no longer carries its own location, so you choose where its data lives — inputs, outputs, dated caches and logs all resolve under one data directory, decided at call time in this order:
--data-dir <path>— a global option, and it must come before the subcommand:aop-wiki-cli --data-dir ~/aop-data find-kers-for-events …$AOP_WIKI_CLI_DATA_DIR- the current working directory
It derives outputs/, outputs/cache/, xml_inputs/, logs/, inputs/ and
curated/ beneath whichever of those wins.
Two consequences worth internalizing before the first run.
The cwd fallback is silent and it is the dangerous one. Run a command from the
dismech checkout with no --data-dir and no environment variable, and the tool
will create outputs/, xml_inputs/ and logs/ inside dismech — none of
which belong in this repo. Always pin the data directory, and never pin it at a
dismech checkout or worktree.
A fresh data directory has no cache, so the first command run against one downloads the ~50 MB XML export and parses it. Point at a directory that already holds a snapshot unless refreshing is the actual goal.
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.
- 6d ago First seen · 296 lines · 110 tokens per session scan A 69b6454f49ca
aop-wiki is a skill published in the GitHub repository monarch-initiative/dismech (60 stars, last pushed today), licensed BSD-3-Clause. It adds 110 tokens to every session and 3,871 once invoked, about $0.0006 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-09-03.
Other skills, from other repositories
dosdp-design-patterns
Skills for understanding and applying DOSDP (Dead Simple Ontology Design Patterns) to ensure consistent ontology term creation and maintenance. This skill is about recognizing patterns and ensuring consistency, not using dosdp-tools directly.
robot-obo-tool
Skills for using ROBOT, the OBO ontology command-line toolkit for reasoning, template-based term creation, quality control, format conversion, and ontology manipulation. Use this when working with OWL/OBO ontologies that need automated processing.
editing-obo-ontologies
Skills and tools for editing OBO format ontologies, including querying terms, checking out/checking in individual terms, and following OBO format conventions. Do not use this if the source for the ontology you are editing is not in obo format (e.g. ofn).
ontology-access-kit
Skills for querying ontologies using the Ontology Access Kit (OAK). This should only be used for complex ontology operations, for basic external ontology searching use the OLS MCP.
cuopt-numerical-optimization-formulation
LP, MILP, QP — concepts, problem-text parsing, and formulation patterns (parameters, constraints, decisions, objective). Concepts only; no API.
earth2studio-create-datasource
Create and validate Earth2Studio data source wrappers (DataSource, ForecastSource, DataFrameSource, ForecastFrameSource) from remote stores. Do NOT use for fetching data with existing sources, model inference, or installation tasks.