workspace/skills/pagerduty-incidents/SKILL.md
Manage and investigate incidents in PagerDuty.
npx skillsauth add automateyournetwork/netclaw pagerduty-incidentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage and investigate incidents in PagerDuty.
| Tool | Description |
|------|-------------|
| list_incidents | List incidents with filters (status, urgency, time range) |
| get_incident | Get detailed incident information |
| get_alert_from_incident | Get specific alert from an incident |
| list_alerts_from_incident | List all alerts associated with an incident |
| list_incident_notes | Get notes/timeline from an incident |
| get_outlier_incident | Identify anomalous incident patterns |
| get_past_incidents | Get historical incidents for pattern analysis |
| get_related_incidents | Find related incidents by service or time |
| create_incident | Create a new incident (requires write permission) |
| manage_incidents | Acknowledge, resolve, or merge incidents |
| add_note_to_incident | Add investigation notes to incident |
| add_responders | Add additional responders to an incident |
List all triggered incidents
→ list_incidents(statuses=["triggered"])
Get details of a specific incident
→ get_incident(incident_id="P12ABC3")
List incidents for a service in the past hour
→ list_incidents(service_ids=["PSERVICE1"], since="1h")
Get all alerts from an incident
→ list_alerts_from_incident(incident_id="P12ABC3")
Find related incidents to investigate
→ get_related_incidents(incident_id="P12ABC3")
list_incidents(statuses=["triggered"])get_incident(incident_id="...")list_alerts_from_incident(incident_id="...")get_related_incidents(incident_id="...")add_note_to_incident(incident_id="...", note="...")list_incidents(urgencies=["high"])list_incidents(service_ids=["network-core"])manage_incidents(incident_ids=["..."], type="acknowledge")get_past_incidents(incident_id="...")add_responders(incident_id="...", responder_ids=["..."])list_incidents(since="7d", until="now")get_outlier_incident()get_related_incidents(incident_id="...")list_incident_notes(incident_id="...")PAGERDUTY_USER_API_KEY PagerDuty User API keyPAGERDUTY_API_HOST API host (optional, for EU customers)This skill uses the pagerduty-mcp server via uvx (stdio transport).
--enable-write-tools flagtools
Federate your NetClaw with other NetClaw operators over the BGP mesh — exchange capability inventories and ask your claw what a peer can do. (US1; remote invocation and chat land in later phases.)
tools
3D network topology visualization and interactive digital twin in Unreal Engine 5.8 via the built-in UE5 MCP server.
testing
Human-in-the-loop escalation via HumanRail — route low-confidence agent decisions, pre-destructive operation approvals, and ambiguous incident tickets to real human engineers. Human answers are verified and returned as structured output. Workers are paid via Lightning Network. Use when the agent is uncertain, when a destructive change needs explicit human sign-off beyond a ServiceNow CR, or when an ambiguous ticket requires human triage before automated handling.
testing
IPv4 and IPv6 subnet calculator - CIDR breakdown, usable hosts, previous/next subnets, address classification, VLSM planning, and dual-stack analysis. Use when calculating subnets, figuring out how many hosts fit in a prefix, planning IP addressing, getting wildcard masks for ACLs, or checking if two IPs are in the same subnet.