Skills pagerduty
PagerDuty incident management — manage incidents, services, schedules, escalation policies, and on-call via REST API
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/pagerduty" ~/.claude/skills/openclaw-skills-pagerduty && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/pagerduty" ~/.openclaw/skills/openclaw-skills-pagerduty && rm -rf "$T"
manifest:
skills/aiwithabidi/pagerduty/SKILL.mdsource content
🚨 PagerDuty
PagerDuty incident management — manage incidents, services, schedules, escalation policies, and on-call via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | API token from pagerduty.com |
Quick Start
# List incidents python3 {{baseDir}}/scripts/pagerduty.py incidents --statuses[] <value> --since <value> --until <value> # Get incident python3 {{baseDir}}/scripts/pagerduty.py incident-get id <value> # Create incident python3 {{baseDir}}/scripts/pagerduty.py incident-create --title <value> --service_id <value> --urgency <value> # Update incident python3 {{baseDir}}/scripts/pagerduty.py incident-update id <value> --status <value> # List incident notes python3 {{baseDir}}/scripts/pagerduty.py incident-notes id <value> # Add note python3 {{baseDir}}/scripts/pagerduty.py incident-note-add id <value> --content <value> # List services python3 {{baseDir}}/scripts/pagerduty.py services --query <value> # Get service python3 {{baseDir}}/scripts/pagerduty.py service-get id <value>
All Commands
| Command | Description |
|---|---|
| List incidents |
| Get incident |
| Create incident |
| Update incident |
| List incident notes |
| Add note |
| List services |
| Get service |
| Create service |
| List on-calls |
| List schedules |
| Get schedule |
| List escalation policies |
| List users |
| Get user |
| List teams |
| List vendors |
| List notifications |
| List abilities |
Output Format
All commands output JSON by default. Add
--human for readable formatted output.
python3 {{baseDir}}/scripts/pagerduty.py <command> --human
Script Reference
| Script | Description |
|---|---|
| Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation