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 flagtesting
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
Manage EVE-NG node lifecycle. Use when listing nodes, checking runtime state, creating or deleting nodes, starting or stopping nodes or whole labs, verifying node details, or wiping node NVRAM back to factory defaults.
development
Manage EVE-NG labs and platform inventory. Use when listing labs, checking lab metadata, creating or deleting labs, importing or exporting lab archives, checking EVE-NG health or auth, or verifying available node images before build work.
tools
Execute live CLI commands on running EVE-NG nodes over telnet console. Use when running show commands, making live config changes, verifying protocol state, testing connectivity, checking console readiness, or interacting with IOS, Junos, VPCS, EOS, or NX-OS nodes.