incidentio

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

A connection to incident.io for reviewing incident records, severity, assigned responders, custom details, and timelines. An incident is a production problem that requires coordinated investigation and response.

In plain words
What is it for?
Use it to find recent or related incidents, inspect a specific incident's details, and review its timeline of updates, status changes, and actions.
Why use it?
It gives you the incident context and event sequence needed to understand what happened and compare it with earlier problems.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to find recent or related incidents, inspect a specific incident's details, and review its timeline of updates, status changes, and actions.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/arvo-ai/aurora/incidentio/github.svg)](https://agentmods.dev/skills/arvo-ai/aurora/incidentio)
Your own site
<a href="https://agentmods.dev/skills/arvo-ai/aurora/incidentio"><img src="https://agentmods.dev/badge/skills/arvo-ai/aurora/incidentio/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 incidentio

Your own site · 80×15
<a href="https://agentmods.dev/skills/arvo-ai/aurora/incidentio"><img src="https://agentmods.dev/badge/skills/arvo-ai/aurora/incidentio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 628 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.00018 $0.00628
Opus 5 $0.00009 $0.00314
Sonnet 5 $0.00004 $0.00126
Haiku 4.5 $0.00002 $0.00063

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

Security

Grade A, and why

incidentio 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/incidentio/SKILL.md · 62 lines

How it starts

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

incident.io Integration

Overview

incident.io integration for investigating incidents during Root Cause Analysis. Provides access to incident details, severity, roles, custom fields, and timeline events.

Instructions

Tool Usage (use in this order)

  1. list_incidentio_incidents() -- Find recent or related incidents. Filter by status or severity.
  2. get_incidentio_incident(incident_id='X') -- Get full details including roles, custom fields, and duration.
  3. get_incidentio_timeline(incident_id='X') -- See the sequence of events, status changes, and human updates.

Investigation Patterns

  • Find similar incidents: list_incidentio_incidents(status='closed', page_size=10) to check for recurring issues.
  • Deep-dive current incident: get_incidentio_incident(incident_id='...') for severity, responders, and custom fields.
  • Understand timeline: get_incidentio_timeline(incident_id='...') to see what actions were taken and when.

RCA Investigation Workflow

Step 1 -- Context gathering: list_incidentio_incidents(status='live') -- See what's currently happening.

Step 2 -- Incident details: get_incidentio_incident(incident_id='...') -- Understand severity, who's responding, and what services are affected.

Step 3 -- Timeline analysis: get_incidentio_timeline(incident_id='...') -- Reconstruct the sequence of events to find the trigger point.

Step 4 -- Pattern matching: list_incidentio_incidents(status='closed', page_size=25) -- Check if similar incidents happened before.

Step 5 -- Cross-correlate: After incident.io analysis, correlate with infrastructure data from other connected tools (logs, metrics, deployments).

Important Rules

  • incident.io is a REMOTE service. Use only the API tools listed above.
  • Start with list_incidentio_incidents to understand the landscape before diving into specifics.
  • Timeline data is essential for understanding causality -- always check it during RCA.
  • Incident.io roles tell you who was involved, which helps validate findings.
  • Custom fields often contain service/component info useful for correlation.

Read the full file on GitHub · 62 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 · 62 lines · 18 tokens per session scan A 3125d9e9d647

Subscribe to this mod's changes

incidentio is a skill published in the GitHub repository Arvo-AI/aurora (406 stars, last pushed today), licensed Apache-2.0. It adds 18 tokens to every session and 628 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

terraform-infrastructure-as-code

Comprehensive Terraform Infrastructure as Code skill covering resources, modules, state management, workspaces, providers, and advanced patterns for cloud-agnostic infrastructure deployment.

manutej/luxor-claude-marketplace · 36 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