بنقرة واحدة
pagerduty
Query PagerDuty incidents, services, and on-call schedules
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Query PagerDuty incidents, services, and on-call schedules
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
| name | pagerduty |
| description | Query PagerDuty incidents, services, and on-call schedules |
| activation_keywords | ["pagerduty","incident","alert","oncall","escalation","service"] |
| execution_mode | server |
Provides read-only PagerDuty operations via REST API:
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.