workspace/skills/pagerduty-orchestration/SKILL.md
Manage event orchestration and routing rules in PagerDuty.
npx skillsauth add automateyournetwork/netclaw pagerduty-orchestrationInstall 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 event orchestration and routing rules in PagerDuty.
| Tool | Description |
|------|-------------|
| get_event_orchestration | Get orchestration details |
| get_event_orchestration_global | Get global orchestration settings |
| get_event_orchestration_router | Get router rules for an orchestration |
| get_event_orchestration_service | Get service-specific orchestration |
| list_event_orchestrations | List all event orchestrations |
| update_event_orchestration_router | Update router rules (requires write) |
| append_event_orchestration_router_rule | Add a new router rule (requires write) |
List all event orchestrations
→ list_event_orchestrations()
Get orchestration details
→ get_event_orchestration(orchestration_id="E1ABCD23")
Get router rules
→ get_event_orchestration_router(orchestration_id="E1ABCD23")
Get global orchestration settings
→ get_event_orchestration_global(orchestration_id="E1ABCD23")
list_event_orchestrations()get_event_orchestration(orchestration_id="...")get_event_orchestration_router(orchestration_id="...")get_event_orchestration_service(orchestration_id="...", service_id="...")list_event_orchestrations()get_event_orchestration_router(orchestration_id="...")append_event_orchestration_router_rule(orchestration_id="...", rule={...})get_event_orchestration_router(orchestration_id="...")get_event_orchestration_global(orchestration_id="...")get_event_orchestration_global(orchestration_id="...")list_event_orchestrations()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.