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/schimmilab/ipsymcon-mcp-server/ips-migrationnpx skills add Schimmilab/ipsymcon-mcp-server --skill ips-migrationgit clone --depth 1 https://github.com/Schimmilab/ipsymcon-mcp-serverWrote 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/schimmilab/ipsymcon-mcp-server/ips-migration)<a href="https://agentmods.dev/skills/schimmilab/ipsymcon-mcp-server/ips-migration"><img src="https://agentmods.dev/badge/skills/schimmilab/ipsymcon-mcp-server/ips-migration.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.00052 | $0.00969 |
| Opus 5 | $0.00026 | $0.00485 |
| Sonnet 5 | $0.00010 | $0.00194 |
| Haiku 4.5 | $0.00005 | $0.00097 |
Grade A, and why
ips-migration 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 4d 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 — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
IP-Symcon subtree migration
Migrate an IP-Symcon object subtree from a source instance to a target instance:
carry structure, logic and module instances across, and rewire every ID reference so the
copy actually works on the new system. This is the agentic counterpart to the deterministic
ips_export_subtree / ips_import_subtree primitives — it orchestrates them, then does the
reasoning the primitives deliberately don't (instances, references, flagging).
REQUIRED BACKGROUND: the ipsymcon skill — same MCP, same plan-before-you-touch rule, and
the same optional instance parameter on every tool (read from source, write to target).
This skill is migration-specific orchestration layered on top of it.
What it does — and deliberately does not (v1)
Does: greenfield migration (target empty/fresh) — recreate categories, variables, scripts, events, links and instances under a target parent, and remap every ID reference (script object IDs, link targets, event triggers, instance configuration) through one old→new id_map. Plan-first, write-gated, verified by re-export.
Does not:
- Semantic matching onto objects that already exist on the target (matching an old MQTT instance to an existing one) — that is a later skill. v1 assumes greenfield.
- Evaluation / refactoring of the config — also a later skill. v1 only flags smells; it never "improves" anything silently.
- Install modules on the target — it checks that required modules are present and flags the missing ones (a missing module blocks its instances).
Faithful-but-flagged, not blind 1:1. v1 transports correctly and surfaces what looks wrong; deciding what to fix is the human's (or the later refactoring skill's) call.
Core shape
read (source) → plan + flag (NO writes) → approve → two-pass write → verify
(1: create all
2: wire references)
What ships with it
1 file 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.
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.
- 4d ago First seen · 68 lines · 52 tokens per session scan A c78cd3ab15bc
ips-migration is a skill published in the GitHub repository Schimmilab/ipsymcon-mcp-server (0 stars, last pushed 6d ago), licensed MIT. It adds 52 tokens to every session and 969 once invoked, about $0.0003 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
home-assistant-rest
Control and query Home Assistant through the connector's callservice tool — REST API patterns, common domains, how to find entities before acting.
devices-mcp-home
Live inventory of the user's smart home on this devices-mcp installation — cameras, Hue lights, Tapo P115 plugs, Netatmo weather, Ring, Nest Protect, Shelly sensors, and robots. Use when the user asks what devices they have, what's online, or wants a status summary before controlling hardware.
myco:live-smoke-testing
Activate this skill when running, interpreting, extending, or debugging the live hardware smoke test harness in scripts/livesmoke.py. Covers all aspects of manifest-driven live testing against real UniFi hardware: .env credential setup, tool classification tiers, --phase flag selection to bound blast radius, the…
myco:unifi-client-data-correctness
Apply this skill whenever modifying, debugging, or extending UniFi client data retrieval in the unifi-mcp monorepo — even if the user doesn't explicitly ask about correctness or fallback behavior. Covers five permanent architectural fixtures of clients.py: (1) choosing the right endpoint (/stat/sta for live clients…
unifi-protect
How to manage UniFi Protect cameras and NVR — view cameras, smart detections, Find Anything detection search, recordings, snapshots, lights, sensors, Known Faces, license plates, and the Alarm Manager. Use this skill when the user mentions UniFi cameras, security cameras, NVR, recordings, motion detection, person…
unifi-access-setup
Configure the UniFi Access MCP server for Claude Code, Codex, or OpenClaw — set controller host, credentials, API key, and permissions.