@fisker086/pagerduty
AQuery PagerDuty incidents, services, and on-call schedules
Install
agr install @fisker086/pagerduty --target claudeWrites 1 file into .claude/skills/, pinned to git-c9c41714.
- .claude/skills/pagerduty/SKILL.md
Document
name: pagerduty description: Query PagerDuty incidents, services, and on-call schedules activation_keywords: [pagerduty, incident, alert, oncall, escalation, service] execution_mode: server
PagerDuty Skill
Provides read-only PagerDuty operations via REST API:
- List and search incidents
- Get incident details and alerts
- List services with escalation policies
- List on-call schedules and who is on-call
- List escalation policies
Use builtin_pagerduty tool with fields:
operation: one of "list_incidents", "get_incident", "list_services", "list_schedules", "on_call", "list_escalation_policies"incident_id: incident ID (required for get_incident)api_key: PagerDuty API key (from PAGERDUTY_API_KEY env var if not provided)status: filter incidents by status (triggered, acknowledged, resolved)service_id: filter by service IDper_page: results per page (default: 20)
Note: All operations are read-only. The API key is used only for this request and never logged.
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-c9c41714ffbc2026-07-31