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/ilert/ilert-cli/migrate-from-statuspageionpx skills add iLert/ilert-cli --skill migrate-from-statuspageiogit clone --depth 1 https://github.com/iLert/ilert-cliWrote 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/ilert/ilert-cli/migrate-from-statuspageio)<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>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.00025 | $0.03877 |
| Opus 5 | $0.00013 | $0.01938 |
| Sonnet 5 | $0.00005 | $0.00775 |
| Haiku 4.5 | $0.00003 | $0.00388 |
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 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.
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 · 285 lines · 25 tokens per session scan B 30c67a8eb240
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.
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…
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-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.
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.
golden-rss
Use when testing the rss golden build.
github-security-fix
Remediate GitHub security / Dependabot / CodeQL / code-quality alerts via fixgithubsecurityalert.