用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/automateyournetwork/netclaw --skill pagerduty-incidents命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | pagerduty-incidents |
| description | Manage and investigate incidents in PagerDuty. |
| version | 1.0.0 |
| license | Apache-2.0 |
| author | netclaw |
| tags | [] |
Manage and investigate incidents in PagerDuty.
| Tool | Description |
|---|---|
list_incidents | List incidents with filters (status, urgency, time range) |
get_incident | Get detailed incident information |
get_alert_from_incident | Get specific alert from an incident |
list_alerts_from_incident | List all alerts associated with an incident |
list_incident_notes | Get notes/timeline from an incident |
get_outlier_incident | Identify anomalous incident patterns |
get_past_incidents | Get historical incidents for pattern analysis |
get_related_incidents | Find related incidents by service or time |
create_incident | Create a new incident (requires write permission) |
manage_incidents | Acknowledge, resolve, or merge incidents |
add_note_to_incident | Add investigation notes to incident |
add_responders | Add additional responders to an incident |
List all triggered incidents
→ list_incidents(statuses=["triggered"])
Get details of a specific incident
→ get_incident(incident_id="P12ABC3")
List incidents for a service in the past hour
→ list_incidents(service_ids=["PSERVICE1"], since="1h")
Get all alerts from an incident
→ list_alerts_from_incident(incident_id="P12ABC3")
Find related incidents to investigate
→ get_related_incidents(incident_id="P12ABC3")
list_incidents(statuses=["triggered"])get_incident(incident_id="...")list_alerts_from_incident(incident_id="...")get_related_incidents(incident_id="...")add_note_to_incident(incident_id="...", note="...")list_incidents(urgencies=["high"])list_incidents(service_ids=["network-core"])manage_incidents(incident_ids=["..."], type="acknowledge")get_past_incidents(incident_id="...")add_responders(incident_id="...", responder_ids=["..."])list_incidents(since="7d", until="now")get_outlier_incident()get_related_incidents(incident_id="...")list_incident_notes(incident_id="...")PAGERDUTY_USER_API_KEY PagerDuty User API keyPAGERDUTY_API_HOST API host (optional, for EU customers)This skill uses the pagerduty-mcp server via uvx (stdio transport).
--enable-write-tools flag