paloalto-panorama

$npx mdskill add automateyournetwork/netclaw/paloalto-panorama

Analyzes and audits Palo Alto Panorama configurations and policies

  • Answers reachability questions and validates firewall rule changes
  • Uses MCP server commands and Panorama API for device group and policy data
  • Evaluates security and NAT policies against specified criteria and dependencies
  • Returns structured results for audit workflows and policy validation

SKILL.md

.github/skills/paloalto-panoramaView on GitHub ↗
---
name: paloalto-panorama
description: "Palo Alto Panorama operations — device groups, templates, security policy search, NAT review, commit status, and audit workflows. Use when searching Palo Alto firewall rules, checking if traffic is allowed through Panorama, reviewing NAT policies, or auditing device groups."
license: Apache-2.0
user-invocable: true
metadata:
  { "openclaw": { "requires": { "bins": ["python3"], "env": ["PANOS_MCP_CMD", "PANOS_HOSTNAME", "PANOS_API_KEY"] } } }
---

# Palo Alto Panorama

## MCP Server

- **Source**: `iflow-mcp-cdot65-palo-alto-mcp` / `palo-alto-mcp`
- **Command**: `$PANOS_MCP_CMD`
- **Transport**: stdio
- **Requires**: `PANOS_HOSTNAME`, `PANOS_API_KEY`
- **Preferred use**: read-only audit and validation; gate policy writes behind ServiceNow CRs

## How to Call the MCP Tools

```bash
python3 $MCP_CALL "$PANOS_MCP_CMD" TOOL_NAME '{"param":"value"}'
```

## Typical Tool Coverage

- Device groups and managed firewalls
- Templates and template stacks
- Security policy rule search
- NAT policy review
- Address objects, services, tags, and zones
- Commit queues and recent job status

## When to Use

- “Can host A reach host B through Palo Alto?”
- Policy hygiene reviews and duplicate-rule cleanup
- Pre-change dependency analysis on Panorama-managed estates
- Commit validation after approved firewall changes

## Workflow: Rule Impact Analysis

1. Resolve the relevant device group and target firewalls.
2. Search security and NAT policies using source, destination, application, and service.
3. Review address objects, dynamic tags, and zones tied to the traffic path.
4. If a policy change is required, create and approve a ServiceNow CR before any write action.
5. Verify commit status and post-change traffic behavior.

## Integration with Other Skills

| Skill | Integration |
|-------|-------------|
| `servicenow-change-workflow` | Required for Panorama policy writes and commits |
| `slack-network-alerts` | Deliver firewall findings and blocked-path summaries |
| `te-path-analysis` | Correlate blocked or impaired paths with external reachability |
| `netbox-reconcile` | Map firewall objects to source-of-truth IP ownership |

## Important Rules

- **Never push firewall policy without approved change control**
- **Always check Panorama commit status after a write**
- **Policy hit counts and logs should validate the outcome**

More from automateyournetwork/netclaw

SkillDescription
aap-automationRed Hat Ansible Automation Platform — inventory management, job template execution, project SCM sync, ad-hoc commands, host management, Galaxy content discovery. Use when automating infrastructure with Ansible, running playbooks, managing inventories, or searching for Ansible collections and roles.
aap-edaEvent-Driven Ansible (EDA) — activation lifecycle, rulebook management, decision environments, event stream monitoring. Use when managing event-driven automation triggers, enabling/disabling activations, or reviewing EDA rulebooks.
aap-lintansible-lint playbook and role validation — syntax checking, best practice enforcement, project-wide analysis, rule filtering. Use when validating Ansible playbooks, checking code quality, or enforcing automation best practices before deployment.
aci-change-deploySafe ACI policy change deployment - ServiceNow CR lifecycle, pre/post-change fault baselines, APIC policy application, automatic rollback on fault delta, and GAIT audit trail. Use when deploying ACI policy changes, creating tenants or EPGs, pushing config to APIC, or running a change window with rollback protection.
aci-fabric-auditComprehensive Cisco ACI fabric health audit - node status, tenant/VRF/BD/EPG policy review, contract analysis, fault triage, and endpoint learning verification. Use when auditing ACI fabric health, checking for faults, reviewing tenant policies, or running pre/post-change baselines on APIC.
arista-cvpArista CloudVision Portal (CVP) automation via REST API — device inventory, events, connectivity monitoring, tag management (4 tools). Use when managing Arista devices, checking CloudVision events, monitoring network connectivity probes, or tagging devices in CVP.
aruba-cx-configView and manage Aruba CX switch configurations, perform ISSU upgrades, and firmware operations
aruba-cx-interfacesMonitor Aruba CX switch interface status, LLDP neighbors, and optical transceiver health
aruba-cx-switchingView and manage Aruba CX switch VLANs and MAC address tables for Layer 2 operations
aruba-cx-systemDiscover Aruba CX switch system information, firmware versions, and VSF topology