mike-model

mike-model is a skill for Claude Code, Codex from Zhonghao1995/Agentic-MIKE-Plus. It costs 83 tokens per session (583 once invoked), scanned A, original, MIT.

A tool for inspecting a MIKE+ model database and viewing its simulations, scenarios, model type, units, and element counts. MIKE+ is software for modeling water, drainage, and related networks.

In plain words
What is it for?
Use it to identify the active simulation, review available scenarios, count nodes and links, and switch to a specified scenario.
Why use it?
It gives an overview of an unfamiliar model before the agent runs or edits it, and can activate an existing scenario when needed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to identify the active simulation, review available scenarios, count nodes…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhonghao1995/agentic-mike-plus/mike-model
Install

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.

Any agent
npx skills add Zhonghao1995/Agentic-MIKE-Plus --skill mike-model
Clone the repo
git clone --depth 1 https://github.com/Zhonghao1995/Agentic-MIKE-Plus

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for mike-model

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhonghao1995/agentic-mike-plus/mike-model.svg)](https://agentmods.dev/skills/zhonghao1995/agentic-mike-plus/mike-model)
Your own site
<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>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 583 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash 25a628e63f0d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

skills/mike-model/SKILL.md · 28 lines

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 from msm_Project / msm_Node / msm_Link; for MIKE+ SWMM models (CS_SWMM, e.g. after mike_import_swmm) from mss_Project / mss_Node / mss_Link.
  • mike_set_scenario{sqlite, scenario} → activates an EXISTING scenario (name from scenarios[]), 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 simulations list are msm_Project (or mss_Project) setup ids — pass one as mike_run's simulation to 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_scenario does not create scenarios, and edits made under a scenario either leak into Base (shared alternatives) or are refused (own alternatives): see mike-compare and use model copies.

Orchestration

mike_model_info  -> choose simulation / scenario  -> (mike_set_scenario)  -> mike_run  -> mike-results / mike-plot
Changes

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.

  1. 7d ago First seen · 28 lines · 83 tokens per session scan A 25a628e63f0d

Subscribe to this mod's changes

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.

Related

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…

maziyarpanahi/openmed · 191 tokens

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.

synthetic-sciences/openscience · 44 tokens

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…

ericrisco/rsc-harness · 85 tokens

autonomous-researcher

End-to-end research pipeline: scoping, literature review, hypothesis formation, synthesis, empirical validation, and written output.

aaronnat23/disp8ch · 0 tokens

research-librarian

Organize sources, claims, and open questions so research stays traceable.

aaronnat23/disp8ch · 0 tokens

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…

synthetic-sciences/openscience · 135 tokens