Automatically executes diagnostic runbooks when PagerDuty incidents trigger, using the PagerDuty Events v2 API and Rundeck API. Attaches diagnostic output as incident notes and suggests remediation actions.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "PagerDuty Incident Runbook Executor"
slug: "pagerduty-incident-runbook-executor"
description: "Automatically executes diagnostic runbooks when PagerDuty incidents trigger, using the PagerDuty Events v2 API and Rundeck API. Attaches diagnostic output as incident notes and suggests remediation actions."
github_stars: 69
verification: "security_reviewed"
source: "https://github.com/PagerDuty/pdjs"
category: "Runbooks & Diagnostics"
framework: "OpenClaw"
tool_ecosystem:
github_repo: "pagerduty/pdjs"
github_stars: 69
npm_package: "@pagerduty/pdjs"
npm_weekly_downloads: 1033706
---
# PagerDuty Incident Runbook Executor
Automatically executes diagnostic runbooks when PagerDuty incidents trigger, using the PagerDuty Events v2 API and Rundeck API. Attaches diagnostic output as incident notes and suggests remediation actions.
## Installation
Use the upstream install or setup path that matches your environment:
- npm install --save @pagerduty/pdjs
Requirements and caveats from upstream:
- Supports Node and Browser environments
- Some endpoints require the setting of extra headers such as a From header.
Basic usage or getting-started notes:
- bash
- ### REST API
- REST API calls can be done using the convenience methods or by passing in a url or endpoint.
- Source: https://github.com/PagerDuty/pdjs
- Extracted from upstream docs: https://raw.githubusercontent.com/PagerDuty/pdjs/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/pagerduty-incident-runbook-executor/)
No comments yet. Be the first to comment!