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/in8finity/claude-plugin/formal-modelingnpx skills add in8finity/claude-plugin --skill formal-modelinggit clone --depth 1 https://github.com/in8finity/claude-pluginWrote 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/in8finity/claude-plugin/formal-modeling)<a href="https://agentmods.dev/skills/in8finity/claude-plugin/formal-modeling"><img src="https://agentmods.dev/badge/skills/in8finity/claude-plugin/formal-modeling.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 | $0.00142 | $0.17070 |
| Opus 5 | $0.00071 | $0.08535 |
| Sonnet 5 | $0.00028 | $0.03414 |
| Haiku 4.5 | $0.00014 | $0.01707 |
Grade A, and why
formal-modeling scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **curl** and **python3** must be available 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
46 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.
- references/alloy-dafny-comparison.reference 5.0 KB
- references/alloy-patterns.reference 55 KB
- references/dafny-patterns.reference 32 KB
- references/data-conversion-example.als 12 KB
- references/data-conversion-example.dfy 6.8 KB
- references/ecommerce_orders.dfy 8.0 KB
- references/enforcement-map.reference 14 KB
- references/feature_flags.dfy 6.4 KB
- references/pipeline-example.als 66 KB
- references/primitive-strength-example.als 5.6 KB
- references/primitive-strength-template.als 6.8 KB
- references/retry-loop-example.als 5.2 KB
- references/skill_pipeline.dfy 47 KB
- references/static-model-example.als 6.9 KB
- references/static-model-example.dfy 5.0 KB
- references/temporal-model-example.als 8.7 KB
- references/ux-verification-example.als 17 KB
- references/ux-verification-example.dfy 7.5 KB
- references/vacuous-quantification.reference 5.7 KB
- scripts/alloy_format.py 21 KB runs code
- scripts/alloy_run.sh 15 KB runs code
- scripts/check_enforcement.py 27 KB runs code
- scripts/dafny_format.py 4.7 KB runs code
- scripts/dafny_run.sh 2.7 KB runs code
- scripts/eval_run_alloy.sh 300 B runs code
- scripts/eval_run_dafny.sh 299 B runs code
- scripts/eval_setup.sh 406 B runs code
- scripts/eval_write_model.sh 287 B runs code
- scripts/verify.sh 7.6 KB runs code
- self-models/enforcement.yaml 15 KB
- self-models/skill_pipeline_boundary.als 1.8 KB
- self-models/skill_pipeline_decisions.als 7.6 KB
- self-models/skill_pipeline_quality.als 2.8 KB
- self-models/skill_pipeline.als 80 KB
- self-models/skill_pipeline.dfy 47 KB
- tests/fixtures/closure_gates_bash/enforcement.yaml 306 B
- tests/fixtures/closure_gates_bash/scripts/guarded.sh 315 B runs code
- tests/fixtures/closure_gates_bash/scripts/unguarded.sh 409 B runs code
- tests/fixtures/closure_gates/enforcement.yaml 573 B
- tests/fixtures/closure_gates/skills/guarded.py 318 B runs code
- tests/fixtures/closure_gates/skills/unguarded.py 539 B runs code
- tests/test_call_site_listing.py 2.7 KB runs code
- tests/test_closure_gates_bash.py 2.3 KB runs code
- tests/test_closure_gates.py 2.6 KB runs code
- tests/test_primitive_strength.py 2.1 KB runs code
- tests/test_retry_loop.py 2.1 KB runs code
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.
- 3d ago First seen · 1,194 lines · 142 tokens per session scan A adeac9935157
formal-modeling is a skill published in the GitHub repository in8finity/claude-plugin (2 stars, last pushed 3mo ago), with no licence file. It adds 142 tokens to every session and 17,070 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (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
mle-workflow
Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.
execution-model
Trade execution modeling (backtest only) — slippage formulas (linear / square-root impact), VWAP/TWAP execution logic, market-impact cost estimation, and execution-assumption configuration.
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.
agent-carnet
Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.
hook-development
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDEPLUGINROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop…
aatmf-t15-human-ai-coupling
AATMF T15 — Human-AI Coupling. Deepfake escalation, voice clone vishing, deepfake-image-driven social engineering, automation of human-targeted attacks.