pagerduty
PagerDuty incident management — manage incidents, services, schedules, escalation policies, and on-call via REST API
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/pagerdutyWhat This Skill Does
The PagerDuty skill for OpenClaw is a powerful integration that enables your AI agent to act as an on-call operations engineer. By leveraging the PagerDuty REST API, this skill allows the agent to interact directly with your incident response lifecycle. It provides capabilities to query active incidents, manage service statuses, inspect escalation policies, and view on-call schedules. Essentially, it transforms your agent into a centralized control plane for your PagerDuty account, allowing it to perform routine administrative tasks, fetch critical operational data, and provide status updates on infrastructure health without requiring manual intervention.
Installation
To install this skill, use the OpenClaw command-line interface as follows:
clawhub install openclaw/skills/skills/aiwithabidi/pagerduty
Once installed, you must configure your environment to include the required authentication token. Obtain your API key from your PagerDuty account settings and set it as an environment variable:
export PAGERDUTY_API_KEY="your_api_key_here"
Ensure that the environment where OpenClaw is running has network access to the PagerDuty API endpoints.
Use Cases
This skill is ideal for DevOps and Site Reliability Engineering (SRE) teams. Common use cases include:
- Automated Incident Triage: Asking the agent to fetch all open incidents for a specific service to provide a high-level summary during a standup meeting.
- On-Call Management: Quickly identifying who is currently on-call for a particular rotation or checking upcoming schedule changes without logging into the PagerDuty dashboard.
- Operational Contextualization: Adding notes to an incident as soon as a fix is deployed, ensuring that incident logs are always up-to-date for post-mortem reviews.
Example Prompts
- "List all triggered incidents for the Database service from the last 24 hours."
- "Who is currently on-call for the Backend Engineering team and what is their contact info?"
- "Add a note to incident #12345 stating that the patch has been applied and we are monitoring logs."
Tips & Limitations
- Output Formatting: For automated workflows, use the default JSON output. When working interactively, append
--humanto commands to receive a table-formatted response that is easier to parse visually. - Security: Ensure that the
PAGERDUTY_API_KEYis kept secure and not hardcoded in scripts or exposed in logs. Use a secrets manager if possible. - Rate Limiting: Keep in mind that heavy polling of the PagerDuty API may hit rate limits. Design your agent's task loops to be considerate of API throughput.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-pagerduty": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.