pagerduty-teams

Manage PagerDuty teams, escalation policies, and on-call schedules via Python client.

8|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/infiquetra/infiquetra-claude-plugins --skill pagerduty-teams
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pagerduty-teams
Source: https://github.com/infiquetra/infiquetra-claude-plugins/tree/main/plugins/pagerduty/skills/pagerduty-teams
Command: npx skills add https://github.com/infiquetra/infiquetra-claude-plugins --skill pagerduty-teams

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pagerduty, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of PagerDuty teams, escalation policies, and on-call schedules, reducing the manual effort and potential for errors in operational readiness.

Core Features & Use Cases

  • Team Management: Create, update, list, and delete PagerDuty teams.
  • On-Call Scheduling: View and manage on-call rotations and schedules.
  • Incident Response: Quickly identify who is on-call for specific services or teams.
  • Use Case: When a new engineer joins the team, use this Skill to add them to the appropriate PagerDuty team and on-call rotation.

Quick Start

List all PagerDuty teams using the pagerduty-teams skill.

Frequently Asked Questions about pagerduty-teams

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage PagerDuty teams and on-call schedules programmatically?▼

To manage PagerDuty teams and on-call schedules programmatically, this Skill uses a Python client to create, update, list, and delete teams alongside configuring escalation policies and user memberships.

What is needed to automate PagerDuty incident response and team management?▼

Automating PagerDuty incident response requires a valid PagerDuty API key for authentication and authorization, enabling administrative tasks like identifying who is on-call for specific services.

How do I add a new engineer to a PagerDuty on-call rotation?▼

To add a new engineer to a PagerDuty on-call rotation, use the team management features to add them to the appropriate PagerDuty team and update their on-call schedule.

Can I update PagerDuty escalation policies using Python?▼

Yes, you can update PagerDuty escalation policies using Python through a dedicated client that facilitates administrative tasks for operational management and incident response readiness.

Does managing PagerDuty on-call schedules require any specific dependencies?▼

Managing PagerDuty on-call schedules requires the PagerDuty Python dependency and a valid API key to authenticate administrative operations for teams and user memberships.