migrate-from-statuspageio

migrate-from-statuspageio is a skill for Claude Code, Codex from iLert/ilert-cli. It costs 25 tokens per session (3,877 once invoked), scanned B, original, Apache-2.0.

A migration guide for moving an Atlassian Statuspage status page to ilert, another service-status and incident-communication platform.

In plain words
What is it for?
Use it to map components and incidents, import subscribers, read Statuspage data, and plan the communication changes needed during migration.
Why use it?
It explains where a direct copy can fail, especially around subscriber notifications, consent, and the difference between a service’s current status and a message about it.

Skill for Claude CodeCodex

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/ilert/ilert-cli/migrate-from-statuspageio
Any agent
npx skills add iLert/ilert-cli --skill migrate-from-statuspageio
Clone the repo
git clone --depth 1 https://github.com/iLert/ilert-cli

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 migrate-from-statuspageio

README.md
[![agentmods](https://agentmods.dev/badge/skills/ilert/ilert-cli/migrate-from-statuspageio.svg)](https://agentmods.dev/skills/ilert/ilert-cli/migrate-from-statuspageio)
Your own site
<a href="https://agentmods.dev/skills/ilert/ilert-cli/migrate-from-statuspageio"><img src="https://agentmods.dev/badge/skills/ilert/ilert-cli/migrate-from-statuspageio.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,877 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 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.00025 $0.03877
Opus 5 $0.00013 $0.01938
Sonnet 5 $0.00005 $0.00775
Haiku 4.5 $0.00003 $0.00388

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

Security

Grade B, and why

migrate-from-statuspageio scanned grade B with 2 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

* **A config or header file the user writes once**, `chmod 600`, that you

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -H "Authorization: OAuth $STATUSPAGE_API_KEY" # the shell expands this first
skills/migrate-from-statuspageio/SKILL.md · 285 lines

How it starts

The opening of the file, as written. The whole thing — 285 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Migrating from Statuspageio (Atlassian Statuspage) to ilert

The object model lines up unusually well — component statuses map one for one, and so do incident statuses. That makes this migration feel like a copy job, which is the danger. What breaks is not the objects; it is who gets told, and when. The subscriber list does move — ilert has a dedicated import path that preserves existing consent — but only if you use it deliberately.

For ilert's own semantics and the CLI behaviour behind a bulk import, read the ilert-essentials skill alongside this one. Where Statuspage's own data lives — and how to hold a foreign API key while you read it — is under Reading the Statuspage side below; start there when the job is extraction rather than design.

Status and communication are two separate objects

In Statuspage, a component status change is itself a customer-facing event. It updates the page, fires webhooks and can notify component subscribers, with no incident involved.

ilert separates the two deliberately. A service's status describes what is currently true; a Status update is what you choose to say about it. Updating a service's status directly does not notify subscribers — they are notified when a status update is posted naming that service among its affected services. That split is what lets you correct a wrong status, move a service around during a noisy investigation, or let automation drive status continuously, without mailing your customer list every time the truth changes.

IMPORTANT: it does mean one thing has to change on the way in. Anything automated against the Statuspage API to flip component statuses now has to post a status update as well, not only set a status. A migration that transliterates "set component X to partial outage" gives you a page that is accurate and an audience that has not been told. Go through the automations one at a time and decide which of the two each one wanted — usually both, and an Incident Template makes the update side a single call.

Read the full file on GitHub · 285 lines

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 · 285 lines · 25 tokens per session scan B 30c67a8eb240

Subscribe to this mod's changes

migrate-from-statuspageio is a skill published in the GitHub repository iLert/ilert-cli (2 stars, last pushed 14d ago), licensed Apache-2.0. It adds 25 tokens to every session and 3,877 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). 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

investigate

The entry point for any software problem -- deployment failures, infrastructure issues, performance degradation, errors, or anything going wrong. Use when the user wants to understand what's happening, check on issues, check on the status of an investigation, ask about their systems, query Antimetal's AI for context…

antimetal/cursor-plugin · 88 tokens

fix

Fix a software issue by applying Antimetal's remediation to your codebase. Use when the user wants to fix, resolve, patch, remediate, or apply changes for any issue—or when they say things like "how do I fix this", "what should I change", "apply the fix", "let's resolve it", or when investigation is done and the next…

antimetal/cursor-plugin · 81 tokens

antimetal-mcp-setup

Ensures the Antimetal MCP server is configured and ready to use. Run this before attempting to call any Antimetal MCP tools—if the API key is missing, tools will fail silently.

antimetal/cursor-plugin · 48 tokens

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

golden-rss

Use when testing the rss golden build.

yusufkaraaslan/Skill_Seekers · 12 tokens

github-security-fix

Remediate GitHub security / Dependabot / CodeQL / code-quality alerts via fixgithubsecurityalert.

Tracer-Cloud/opensre · 27 tokens