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-importgit 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-import)<a href="https://agentmods.dev/skills/zhonghao1995/agentic-mike-plus/mike-import"><img src="https://agentmods.dev/badge/skills/zhonghao1995/agentic-mike-plus/mike-import.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.00097 | $0.00810 |
| Opus 5 | $0.00048 | $0.00405 |
| Sonnet 5 | $0.00019 | $0.00162 |
| Haiku 4.5 | $0.00010 | $0.00081 |
Grade A, and why
mike-import 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 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.
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 — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MIKE+ Import
Creates a new .sqlite from an .inp. SWMM data lands in MIKE+'s SWMM tables
(mss_Node, mss_Link, mss_Project, ... ; subcatchments in msm_Catchment) and the
tool switches the model type to CS_SWMM so the imported simulation setup is the
active one. mike_model_info then reports the mss_* counts and setups.
Tool
mike_import_swmm—{inp, out_sqlite, kind?='swmm'|'epanet', overwrite?, srid?, projection?}→{sqlite, inp_used, patched_outfalls_gated[], active_model, active_simulation, unit_system, simulations[], counts{nodes,links,catchments}, inp_scan}.
What the tool does for you (verified on MIKE+ 2026)
- Gated column. MIKE+ rejects
[OUTFALLS]rows without the optionalGatedcolumn (O1 90 FREE, valid for EPA SWMM which assumesNO) with an opaque "Error importing from SWMM file." The tool writes a patched COPY<name>.mikeplus.inpnext toout_sqlite(addsNO), imports that, and lists the rows inpatched_outfalls_gated. Your original.inpis never modified. - Model type. Sets
m_ModelSetting.ModelNo = 2(SWMM) soactive_model = CS_SWMMand the importedmss_Projectsetup is active. - Failure hints. On failure the error names the likely cause: gated-less outfalls, or the model is bigger than the demo-mode limit (more than 10 subcatchments fails when no license is checked out).
Conventions
- Needs a real license for anything but toy models: if the error mentions the demo limit, the GUI or another process holds the seat: free it, wait, retry once; do not loop.
overwritedefaults to false; the tool refuses to clobber an existing.sqlite.- External files referenced by the
.inp(FILE "rain.dat"time series) are not copied; keep them next to the.inpand checkinp_scan.TIMESERIESvs what the model expects. - After import:
mike_model_info(expectCS_SWMM,mss_*counts) → copy the folder →mike_run. Running an imported SWMM-type model throughmike_runhas not been verified live yet (license); gate onstatusas always and report what you see. - EPANET (
kind='epanet') uses the same call; the model type is left as MIKE+ sets it (reportactive_model).
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 · 40 lines · 97 tokens per session scan A 09c4b16651f3
mike-import is a skill published in the GitHub repository Zhonghao1995/Agentic-MIKE-Plus (7 stars, last pushed 23d ago), licensed MIT. It adds 97 tokens to every session and 810 once invoked, about $0.0005 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
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.
Jupyter Live Kernel
Guides notebook-first analysis with reproducible kernels, inspectable data loading, and explicit promotion paths back into durable code.
arXiv
Search, filter, and summarize arXiv papers with explicit titles, authors, dates, and paper links before drawing conclusions.
ras-end-to-end
Standard operating procedure for an auditable, headless HEC-RAS workflow via the hec-ras MCP server — how to plan, copy, edit boundaries, run, QA-gate, read results, compare, plot, audit, and safely stop. Use FIRST whenever an agent is handed a HEC-RAS project (.prj folder) or a results file (.p##.hdf) plus a…
ras-results
Read, compare and plot HEC-RAS results (.p##.hdf) via the hec-ras MCP server without HEC-RAS — one-screen run summary (QA, volume accounting, cross-section peaks, 2D wet cells / max depth, reference lines), one time series with peak and timing (cross section, reference line / point, boundary, 2D cell)…