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 Zhonghao1995/Agentic-MIKE-Plus --skill mike-modelgit clone --depth 1 https://github.com/Zhonghao1995/Agentic-MIKE-PlusWrote 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/zhonghao1995/agentic-mike-plus/mike-model)<a href="https://agentmods.dev/skills/zhonghao1995/agentic-mike-plus/mike-model"><img src="https://agentmods.dev/badge/skills/zhonghao1995/agentic-mike-plus/mike-model.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.00083 | $0.00583 |
| Opus 5 | $0.00042 | $0.00292 |
| Sonnet 5 | $0.00017 | $0.00117 |
| Haiku 4.5 | $0.00008 | $0.00058 |
Grade A, and why
mike-model 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 7d 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.
What it actually says
MIKE+ Model
Opens a MIKE+ .sqlite and reports its high-level structure (via mikeplus).
When to use
First step on any unfamiliar model: find the active simulation (what mike_run would run), the available simulation setups and scenarios, the model type, and the network size. Then, if the goal names a scenario that already exists, activate it.
Tools
mike_model_info—{sqlite}→{active_simulation, active_scenario, active_model, unit_system, simulations[], scenarios[], counts{nodes,links,catchments}}. Read-only. For MIKE 1D models (CS_MIKE1D) the setups/counts come frommsm_Project/msm_Node/msm_Link; for MIKE+ SWMM models (CS_SWMM, e.g. aftermike_import_swmm) frommss_Project/mss_Node/mss_Link.mike_set_scenario—{sqlite, scenario}→ activates an EXISTING scenario (name fromscenarios[]), verifies by re-opening the database, and reports per alternative group whether the scenario has its own alternative (own_alternatives_in) or shares Base (shares_base_alternatives_in). Mutates the model's active state: use a copy.
Conventions
- Requires MIKE+ + license (it opens the model through mikeplus).
- Read-only, but still prefer a copy when a run/edit will follow.
- The
simulationslist aremsm_Project(ormss_Project) setup ids — pass one asmike_run'ssimulationto run a non-active setup. - Scenarios are for running what the modeller prepared in the GUI. They are not the way to make a what-if variant from an agent:
mike_set_scenariodoes not create scenarios, and edits made under a scenario either leak into Base (shared alternatives) or are refused (own alternatives): seemike-compareand use model copies.
Orchestration
mike_model_info -> choose simulation / scenario -> (mike_set_scenario) -> mike_run -> mike-results / mike-plot
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.
- 7d ago First seen · 28 lines · 83 tokens per session scan A 25a628e63f0d
mike-model is a skill published in the GitHub repository Zhonghao1995/Agentic-MIKE-Plus (7 stars, last pushed 22d ago), licensed MIT. It adds 83 tokens to every session and 583 once invoked, about $0.0004 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-31.
Other skills, from other repositories
defining-cohort-phenotypes
Authors computable phenotype and cohort definitions in the OHDSI ATLAS / CIRCE style over the OMOP CDM, combining standard concept sets with NLP-derived features that OpenMed extracts. Use when the user wants to define a patient cohort, write a computable phenotype, reuse PheKB or OHDSI Phenotype Library logic, build…
benchling-integration
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
building-agents
Use when building or restructuring an LLM agent — provider adapter, tool calling, structured output, RAG, agent loop, eval gate, cost routing, tracing, MCP server — model-agnostic across OpenAI/Anthropic/Gemini/OSS so a model swap is a config change. NOT vector-store SQL alone (that is postgresdb) or service…
autonomous-researcher
End-to-end research pipeline: scoping, literature review, hypothesis formation, synthesis, empirical validation, and written output.
research-librarian
Organize sources, claims, and open questions so research stays traceable.
lamindb
This skill should be used when working with LaminDB, an open-source data framework for biology that makes data queryable, traceable, reproducible, and FAIR. Use when managing biological datasets (scRNA-seq, spatial, flow cytometry, etc.), tracking computational workflows, curating and validating data with biological…