workspace/skills/pagerduty-oncall/SKILL.md
Manage on-call schedules and escalation policies in PagerDuty.
npx skillsauth add automateyournetwork/netclaw pagerduty-oncallInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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-toolstools
Federate your NetClaw with other NetClaw operators over the BGP mesh — exchange capability inventories and ask your claw what a peer can do. (US1; remote invocation and chat land in later phases.)
tools
3D network topology visualization and interactive digital twin in Unreal Engine 5.8 via the built-in UE5 MCP server.
testing
Human-in-the-loop escalation via HumanRail — route low-confidence agent decisions, pre-destructive operation approvals, and ambiguous incident tickets to real human engineers. Human answers are verified and returned as structured output. Workers are paid via Lightning Network. Use when the agent is uncertain, when a destructive change needs explicit human sign-off beyond a ServiceNow CR, or when an ambiguous ticket requires human triage before automated handling.
testing
IPv4 and IPv6 subnet calculator - CIDR breakdown, usable hosts, previous/next subnets, address classification, VLSM planning, and dual-stack analysis. Use when calculating subnets, figuring out how many hosts fit in a prefix, planning IP addressing, getting wildcard masks for ACLs, or checking if two IPs are in the same subnet.