migrate-from-opsgenie

migrate-from-opsgenie is a skill for Claude Code, Codex from iLert/ilert-cli. It costs 17 tokens per session (7,670 once invoked), scanned B, original, Apache-2.0.

A migration guide for moving Opsgenie resources to ilert, two systems for handling alerts and notifying people about incidents.

In plain words
What is it for?
It is for mapping Opsgenie teams, integrations, routing rules, and related resources to ilert equivalents during a migration.
Why use it?
It explains where their alert-routing models differ, so a direct field-by-field import does not silently change who receives alerts.

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-opsgenie
Any agent
npx skills add iLert/ilert-cli --skill migrate-from-opsgenie
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-opsgenie

README.md
[![agentmods](https://agentmods.dev/badge/skills/ilert/ilert-cli/migrate-from-opsgenie.svg)](https://agentmods.dev/skills/ilert/ilert-cli/migrate-from-opsgenie)
Your own site
<a href="https://agentmods.dev/skills/ilert/ilert-cli/migrate-from-opsgenie"><img src="https://agentmods.dev/badge/skills/ilert/ilert-cli/migrate-from-opsgenie.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,670 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.00017 $0.07670
Opus 5 $0.00009 $0.03835
Sonnet 5 $0.00003 $0.01534
Haiku 4.5 $0.00002 $0.00767

Measured 3d ago against content hash ecf1c4213993, 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-opsgenie 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 3d 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: GenieKey $OPSGENIE_API_KEY" # the shell expands this first
skills/migrate-from-opsgenie/SKILL.md · 497 lines

How it starts

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

Migrating from Opsgenie to ilert

The hard part is not the object mapping — it is that the two products route alerts through different objects. Opsgenie routes team-first; ilert routes source-first. A simple setup maps one-to-one, but any configuration that leaned on team routing rules routes differently after a faithful field-by-field import.

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

The routing model difference

In Opsgenie an integration hands an alert to a team, and the team's routing rules decide which escalation applies, with alert/notification policies filtering along the way.

In ilert the Alert Source owns the escalation policy directly. There is no object equivalent to a team routing rule, but two mechanisms between them absorb almost every routing rule you will find, and they are where to look first:

  • Routing keys — when the emitter can name the branch it wants. An Escalation Policy carries a routingKey. An event supplying a matching key overrides the alert source's own policy. Keys are comma-separated and evaluated left to right, falling back to the source's policy when none match, and the key can be pulled from the payload with the alert source's routingTemplate. One alert source, several escalation paths, no extra objects.

  • Event Flows — for everything else. This is the general answer whenever an Opsgenie rule has no direct equivalent in an alert source setting. An Event Flow is a routing layer that sits above alert sources rather than beside them: it has its own integrationKey / integrationUrl, so emitters post to the flow instead of to a source, as a drop-in replacement for a source URL at the sender. Inside it is a tree of nodes:

Read the full file on GitHub · 497 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. 3d ago First seen · 497 lines · 17 tokens per session scan B ecf1c4213993

Subscribe to this mod's changes

migrate-from-opsgenie is a skill published in the GitHub repository iLert/ilert-cli (2 stars, last pushed 14d ago), licensed Apache-2.0. It adds 17 tokens to every session and 7,670 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