用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/automateyournetwork/netclaw --skill pagerduty-oncall命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | pagerduty-oncall |
| description | Manage on-call schedules and escalation policies in PagerDuty. |
| version | 1.0.0 |
| license | Apache-2.0 |
| author | netclaw |
| tags | [] |
Manage on-call schedules and escalation policies in PagerDuty.
| Tool | Description |
|---|---|
list_oncalls | List current on-call users across schedules |
get_schedule | Get detailed schedule information |
list_schedules | List all on-call schedules |
list_schedule_users | List users assigned to a schedule |
get_escalation_policy | Get escalation policy details |
list_escalation_policies | List all escalation policies |
create_schedule | Create a new on-call schedule (requires write) |
update_schedule | Update an existing schedule (requires write) |
create_schedule_override | Create a schedule override (requires write) |
Who is on-call right now?
→ list_oncalls()
Get on-call for a specific schedule
→ list_oncalls(schedule_ids=["PSCHD123"])
List all schedules
→ list_schedules()
Get escalation policy details
→ get_escalation_policy(escalation_policy_id="PESCL456")
Create an override for vacation coverage
→ create_schedule_override(schedule_id="...", user_id="...", start="...", end="...")
list_oncalls()get_schedule(schedule_id="...")get_escalation_policy(escalation_policy_id="...")list_oncalls()list_schedule_users(schedule_id="...")get_schedule(schedule_id="...")create_schedule_override(schedule_id="...", user_id="...", start="...", end="...")list_oncalls(since="...", until="...")list_escalation_policies()get_escalation_policy(escalation_policy_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