Prisma API Skill for Openclaw

A specialized skill for programmatically managing Prisma Access configurations via the Strata Cloud Manager (SCM) API.

leesandao
v1.1.0
Apr 13, 2026
0
723
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install prisma-api

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install prisma-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Prisma API Skill?

The Prisma API skill is a robust integration designed for Openclaw Skills that enables seamless interaction with the Strata Cloud Manager (SCM) platform. It provides a structured interface for developers and security engineers to authenticate, query, and modify Prisma Access configuration objects directly through an AI agent. By leveraging this skill, users can manage complex network security environments with the precision of code.

This tool bridges the gap between manual dashboard management and automated infrastructure-as-code (IaC) workflows. It supports a wide array of operations ranging from basic CRUD (Create, Read, Update, Delete) tasks for security objects to advanced job tracking and configuration pushes, ensuring that your security posture remains agile and audit-ready.

Prisma API Skill Use Cases

  • Automating the creation of security rules and address groups across multiple Prisma Access folders.
  • Synchronizing live tenant state with local configuration files or version control systems.
  • Bulk updating service profiles and vulnerability protection settings during maintenance windows.
  • Auditing existing security policies to identify and remove redundant or non-compliant tags.
  • Streamlining the push-to-production workflow by programmatically validating candidate configurations.

How Prisma API Skill Works

  1. The skill initiates an OAuth2 handshake with the Palo Alto Networks authentication service using provided client credentials.
  2. Upon receiving a valid Bearer token, it establishes a secure connection to the Strata Cloud Manager API base URL.
  3. It processes user arguments to determine the specific resource (e.g., security-rules) and the required operation (GET, POST, PUT, DELETE).
  4. The skill executes the request using curl, targeting specific organizational folders like Mobile Users or Remote Networks.
  5. For large datasets, it handles automated pagination logic to ensure complete data retrieval.
  6. Finally, it provides the status of the operation, including job IDs for tracking long-running configuration pushes.

Prisma API Skill Setup

To deploy this integration within the Openclaw Skills ecosystem, configure the following environment variables in your runtime environment:

export SCM_CLIENT_ID="your-client-id"
export SCM_CLIENT_SECRET="your-client-secret"
export SCM_TSG_ID="your-tsg-id"

Ensure that both curl and jq are installed on your system as they are required for API communication and JSON parsing.

Prisma API Skill Data Schema & Taxonomy

The skill manages data across various Prisma Access functional areas. Key resource categories include:

Category Resources Managed
Network Objects addresses, address-groups, services, tags
Security Policy security-rules, nat-rules, decryption-rules
Protection Profiles anti-virus-profiles, vulnerability-protection-profiles, file-blocking-profiles
System State config-versions, jobs

All operations are scoped to specific folders such as Prisma Access, Mobile Users, Remote Networks, and Service Connections.

Prisma API Skill Advanced Features

  • Multi-folder support for global or granular configuration management.
  • Candidate configuration push capabilities to validate changes before they go live.
  • Automated token lifecycle management with 15-minute re-authentication intervals.
  • Rate limit awareness with 429 error handling and back-off logic.
  • Built-in audit trail support by logging every API interaction for compliance verification.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*