ips-migration

ips-migration is a skill for Claude Code, Codex from Schimmilab/ipsymcon-mcp-server. It costs 52 tokens per session (969 once invoked), scanned A, original, MIT.

A guided tool for moving an IP-Symcon object subtree between two installations. IP-Symcon is home-automation software; the tool carries over objects and updates their internal ID references.

In plain words
What is it for?
Use it to move categories, variables, scripts, events, links, and module instances to another IP-Symcon system.
Why use it?
It avoids manually rebuilding an automation structure and fixing every reference by hand. It also requires a planned, verified migration to a fresh target.

Skill for Claude CodeCodex

Part of the ipsymcon plugin — 5 skills shipped together

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.

agentmods
npx agentmods add skills/schimmilab/ipsymcon-mcp-server/ips-migration
Any agent
npx skills add Schimmilab/ipsymcon-mcp-server --skill ips-migration
Clone the repo
git clone --depth 1 https://github.com/Schimmilab/ipsymcon-mcp-server

Made for: Claude Code, Codex.

Or install ipsymcon, the plugin that ships this one along with the rest of its 5 skills.

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 ips-migration

README.md
[![agentmods](https://agentmods.dev/badge/skills/schimmilab/ipsymcon-mcp-server/ips-migration.svg)](https://agentmods.dev/skills/schimmilab/ipsymcon-mcp-server/ips-migration)
Your own site
<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>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 969 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00052 $0.00969
Opus 5 $0.00026 $0.00485
Sonnet 5 $0.00010 $0.00194
Haiku 4.5 $0.00005 $0.00097

Measured 4d ago against content hash c78cd3ab15bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

skills/ips-migration/SKILL.md · 68 lines

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)

Read the full file on GitHub · 68 lines

Files

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.

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. 4d ago First seen · 68 lines · 52 tokens per session scan A c78cd3ab15bc

Subscribe to this mod's changes

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.

Related

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.

IkarusMK/AIcortex · 32 tokens

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.

sandraschi/devices-mcp · 69 tokens

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…

sirkirby/unifi-mcp · 185 tokens

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…

sirkirby/unifi-mcp · 222 tokens

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…

sirkirby/unifi-mcp · 112 tokens

unifi-access-setup

Configure the UniFi Access MCP server for Claude Code, Codex, or OpenClaw — set controller host, credentials, API key, and permissions.

sirkirby/unifi-mcp · 36 tokens