What problem does it solve?
PagerDuty is widely used for incident response and on-call management. This Skill provides an automated bridge to PagerDuty's API, enabling teams to query, create, update, and annotate incidents directly from the AI agent, reducing manual steps and response times.
Core Features & Use Cases
- List incidents: Retrieve incidents with filters like status, urgency, service, and time range.
- Manage incidents: Create, acknowledge, resolve incidents, and add notes to timelines.
- On-call insights: Retrieve on-call schedules and services to support alert routing.
- Use Case: A monitoring system detects a spike in errors; the agent uses this Skill to create and assign an incident with a detailed description, then acknowledges and tracks resolution.
Quick Start
Install the Skill, configure API key, and run common operations:
- skill install ./examples/wasm-skills/pagerduty-skill
- skill config pagerduty --set PAGERDUTY_API_KEY=your_api_key
- skill run pagerduty list-incidents --limit 5