opsgenie

opsgenie is a skill for Claude Code from Arvo-AI/aurora. It costs 29 tokens per session (872 once invoked), scanned A, original, Apache-2.0.

A connection to OpsGenie or Jira Service Management Operations, tools for handling alerts, incidents, services, teams, and on-call schedules.

In plain words
What is it for?
Listing and inspecting alerts and incidents, checking registered services and teams, and finding current or historical on-call participants and schedules.
Why use it?
It helps connect a technical problem with the alerts, incident timeline, responsible service, and people who were on call.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Listing and inspecting alerts and incidents, checking registered services and teams, and finding current or historical on-call participants and schedules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arvo-ai/aurora/opsgenie
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.

Any agent
npx skills add Arvo-AI/aurora --skill opsgenie
Clone the repo
git clone --depth 1 https://github.com/Arvo-AI/aurora

Made for: Claude Code.

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 opsgenie

README.md
[![agentmods](https://agentmods.dev/badge/skills/arvo-ai/aurora/opsgenie/github.svg)](https://agentmods.dev/skills/arvo-ai/aurora/opsgenie)
Your own site
<a href="https://agentmods.dev/skills/arvo-ai/aurora/opsgenie"><img src="https://agentmods.dev/badge/skills/arvo-ai/aurora/opsgenie/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for opsgenie

Your own site · 80×15
<a href="https://agentmods.dev/skills/arvo-ai/aurora/opsgenie"><img src="https://agentmods.dev/badge/skills/arvo-ai/aurora/opsgenie.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 872 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00029 $0.00872
Opus 5 $0.00015 $0.00436
Sonnet 5 $0.00006 $0.00174
Haiku 4.5 $0.00003 $0.00087

Measured 9d ago against content hash 0723c2ad0186, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

opsgenie 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 9d 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.

server/chat/backend/agent/skills/integrations/opsgenie/SKILL.md · 81 lines

How it starts

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

OpsGenie / JSM Operations Integration

Overview

OpsGenie (or Jira Service Management Operations) integration for querying alert and incident data during Root Cause Analysis. Use ONLY the query_opsgenie tool. All data is accessed via a single unified tool with resource_type parameter.

Instructions

Tool Usage

query_opsgenie(resource_type=TYPE, query=QUERY, identifier=ID, time_from=START, time_to=END, limit=N)

Resource Types

  1. 'alerts' -- List alerts. query=OpsGenie query syntax e.g. "status=open AND priority=P1"
  2. 'alert_details' -- Get full alert with logs and notes. identifier=alert ID (required)
  3. 'incidents' -- List incidents. query=OpsGenie query syntax (optional)
  4. 'incident_details' -- Get incident with timeline. identifier=incident ID (required)
  5. 'services' -- List registered services
  6. 'on_call' -- Get on-call participants. identifier=schedule ID (optional; omit to list all)
  7. 'schedules' -- List on-call schedules
  8. 'teams' -- List teams

OpsGenie Query Syntax

  • Filter by status: status=open
  • Filter by priority: priority=P1
  • Combine filters: status=open AND priority=P1
  • Filter by tag: tag=production
  • Filter by team: responders=team-name

Examples

  • Open P1 alerts: query_opsgenie(resource_type='alerts', query='status=open AND priority=P1')
  • Alert details: query_opsgenie(resource_type='alert_details', identifier='alert-id-here')
  • Recent incidents: query_opsgenie(resource_type='incidents', time_from='-24h')
  • Who is on call: query_opsgenie(resource_type='on_call')
  • List services: query_opsgenie(resource_type='services')

RCA Investigation Workflow

Step 1 -- Check for related open alerts: query_opsgenie(resource_type='alerts', query='status=open', time_from='-6h')

Step 2 -- Get details on the triggering alert (logs, notes, timeline): query_opsgenie(resource_type='alert_details', identifier='ALERT_ID')

Step 3 -- Check for correlated incidents: query_opsgenie(resource_type='incidents', time_from='-24h')

Read the full file on GitHub · 81 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. 9d ago First seen · 81 lines · 29 tokens per session scan A 0723c2ad0186

Subscribe to this mod's changes

opsgenie is a skill published in the GitHub repository Arvo-AI/aurora (406 stars, last pushed today), licensed Apache-2.0. It adds 29 tokens to every session and 872 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

tax-lawyer-software-interfaces

MCP tool design patterns for the Tax-Lawyer Platform. Thin Satisfies wrappers (<=10 lines per handler), TaxArgs contract types, and the full tool name taxonomy for ledgerrtax MCP actions.

elasticdotventures/_b00t_ · 54 tokens

b00t

Identify integration points, data flow via redis, suggest how to bridge VSCode plugin to b00t jobs, and outline k0s/podman/docker-agnostic redis interface. Include how ralph should be wrapped as b00t job with redis exchange + Azure access, and call out where integration tests are required. ONLY do this analysis. Reply…

elasticdotventures/_b00t_ · 0 tokens

isaac-automator

Deploy and operate a cloud Isaac Workstation with Isaac Automator: provision a GPU VM running Isaac Sim, Isaac Lab, and/or Isaac Lab Arena on AWS, GCP, Azure, or Alibaba Cloud, connect to it, move data in and out, control cost with stop/start, repair, import existing deployments, and destroy. Use when the user wants a…

isaac-sim/IsaacAutomator · 123 tokens

cloud-iam-deep

GCP/AWS/Azure cloud exploitation -- Cloud Functions, Firestore, Cloud Run, S3, MinIO, Blob Storage, SA keys.

uphiago/recon-skills · 35 tokens

ak-add-integration

Add a messaging platform integration to an existing Agent Kernel project. This skill guides you through adding Slack, WhatsApp, Messenger, Instagram, Telegram, Teams, or Gmail integration by generating configuration, updating dependencies, and setting up webhook handlers. Designed for users extending their agents.

yaalalabs/agent-kernel · 59 tokens

Cloud Security & Container Hardening

AWS/Azure/GCP security auditing, container and Kubernetes hardening, Infrastructure as Code scanning, and cloud compliance assessment.

Masriyan/Claude-Code-CyberSecurity-Skill · 30 tokens