workspace/skills/prisma-sdwan-apps/SKILL.md
View Prisma SD-WAN application definitions for policy visibility
npx skillsauth add automateyournetwork/netclaw prisma-sdwan-appsInstall 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.
View application definitions in your Palo Alto Networks Prisma SD-WAN fabric. Understand which applications are defined for policy enforcement, their categories, and risk levels.
prisma-sdwan-mcp (community MCP from iamdheerajdubey)python3 -u mcp-servers/prisma-sdwan-mcp/src/prisma_sdwan_mcp/server.py (stdio transport)PAN_CLIENT_ID, PAN_CLIENT_SECRET, PAN_TSG_IDPAN_REGION (americas or europe, default: americas)| Tool | Parameters | What It Does |
|------|------------|--------------|
| get_app_defs | None | List all application definitions with categories and risk |
# List all applications
"Show me all SD-WAN application definitions"
# Find specific application
"Is Office 365 defined as an application?"
# List by category
"What business applications are defined?"
# Find high-risk applications
"Which applications are classified as high risk?"
# Review SaaS applications
"List all SaaS application definitions"
# Understand categories
"What application categories are available for policies?"
# Review productivity apps
"Show me all productivity category applications"
{
"applications": [
{
"id": "app001",
"name": "office365",
"display_name": "Microsoft Office 365",
"category": "business",
"subcategory": "productivity",
"risk": "low",
"app_type": "saas"
},
{
"id": "app002",
"name": "zoom",
"display_name": "Zoom Video Communications",
"category": "business",
"subcategory": "conferencing",
"risk": "low",
"app_type": "saas"
}
],
"total_count": 250
}
| Error Code | Meaning | Resolution | |------------|---------|------------| | AUTH_FAILED | OAuth2 authentication failed | Verify PAN_CLIENT_ID, PAN_CLIENT_SECRET, PAN_TSG_ID | | RATE_LIMITED | API rate limit exceeded | Wait and retry |
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
Manage EVE-NG node lifecycle. Use when listing nodes, checking runtime state, creating or deleting nodes, starting or stopping nodes or whole labs, verifying node details, or wiping node NVRAM back to factory defaults.
development
Manage EVE-NG labs and platform inventory. Use when listing labs, checking lab metadata, creating or deleting labs, importing or exporting lab archives, checking EVE-NG health or auth, or verifying available node images before build work.
tools
Execute live CLI commands on running EVE-NG nodes over telnet console. Use when running show commands, making live config changes, verifying protocol state, testing connectivity, checking console readiness, or interacting with IOS, Junos, VPCS, EOS, or NX-OS nodes.