Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

prisma-accessPrisma access 搜索

Agent Skill

用于辅助数据库表结构、查询语句、迁移脚本和数据维护任务。它适合让 Agent 分析 schema、编写 SQL、排查查询问题、整理索引或生成迁移建议。使用时需要明确数据库类型、连接环境和目标表,区分只读分析与写入变更;涉及删除、更新、迁移和批量导入时,应优先 dry-run、备份或事务保护,避免误操作。

总安装

3,540

周安装

149

GitHub Stars

公开资料未说明

下载量

1,240
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:prisma-access(Prisma access 搜索)
来源仓库:https://github.com/leesandao/prisma-access
安装命令:
openclaw skills install prisma-access
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install prisma-access

简介

统一管理 Strata Cloud Manager 中的 Prisma Access 配置与访问权限。

  • 适合生成策略、跨租户迁移及日常运维操作场景。
  • 根据最佳实践自动审核配置并输出可执行脚本或变更建议。
  • 安装命令:openclaw skills install prisma-access。
  • 需确保 API 密钥具备相应租户管理权限,避免越权风险。

SKILL.md

name
prisma-access
description
All-in-one Prisma Access management for Strata Cloud Manager (SCM). Generate configurations, audit against best practices, migrate between tenants, troubleshoot issues, and automate via SCM API.
argument-hint
[command] [details]
version
1.1.0
metadata
openclaw
requires
env
bins
primaryEnv
SCM_CLIENT_ID
emoji
\F6E1\️
homepage
https://github.com/leesandao/prismaaccess-skill

Prisma Access All-in-One Skill

Complete Prisma Access configuration management for Strata Cloud Manager (SCM).

This is the all-in-one version. Individual skills are also available: prisma-config, prisma-audit, prisma-migrate, prisma-troubleshoot, prisma-api.

Commands

Determine the user's intent from $ARGUMENTS and execute the corresponding workflow:

If no command is specified, ask the user what they need.


1. Configuration Generator

Generate production-ready Prisma Access configurations as SCM API-compatible JSON payloads.

Supported Configuration Types

  • Security Policy Rules: pre-rules, post-rules, source/destination zones, App-ID, security profiles, log forwarding
  • NAT Rules: source NAT (dynamic IP/port, static IP), destination NAT, bidirectional NAT
  • Decryption Policy: SSL forward proxy, SSL inbound inspection, no-decrypt rules, decryption profiles
  • URL Filtering Profiles: category actions, custom URL categories, credential phishing prevention
  • GlobalProtect: portal, gateway, authentication profiles (SAML/LDAP/RADIUS), HIP profiles, split tunneling
  • Address Objects/Groups: IP netmask, FQDN, IP range, wildcard mask, static/dynamic groups
  • Service Connections: IPSec tunnels, BGP routing, static routes, QoS
  • Other: application filters/groups, custom applications, EDLs, tags, log forwarding profiles, security profile groups

Output Format

Always output as SCM API-compatible JSON:

POST https://api.sase.paloaltonetworks.com/sse/config/v1/{resource}?folder={folder}

Include the JSON payload, API endpoint, required folder parameter, and any query parameters.

Best Practices Applied

  1. Application-based rules over port-based; logging on all rules; security profiles on all allow rules
  2. Distinct zones for Mobile Users, Remote Networks, Service Connections
  3. Clear naming conventions with consistent prefixes (e.g., PA-SEC-, PA-NAT-)
  4. Specific rules before general; best-practice security profile groups
  5. Log-at-session-end enabled; log forwarding to SIEM or Cortex Data Lake

2. Configuration Auditor

Audit Prisma Access configurations for security, compliance, and operational best practices.

Audit Categories

  1. Security Policy: shadow rules, overly permissive rules (any/any/any/allow), missing security profiles, missing logging, disabled/unused rules, port-based rules
  2. NAT Policy: missing corresponding security rules, overlapping translations, source NAT exhaustion risks
  3. Decryption Policy: unjustified bypass, missing profiles, expired certificates, overly broad no-decrypt rules
  4. GlobalProtect: weak authentication, missing HIP checks, permissive split tunnel, missing client certificates
  5. Object Hygiene: unused objects, overlapping addresses, unresolvable FQDNs, empty groups, duplicates
  6. Compliance: PAN-OS Best Practice Assessment (BPA), CIS Palo Alto Benchmark, Zero Trust principles

Output Format

For each finding:

[SEVERITY] Category - Finding Title
  Description: What was found
  Location: Rule/object name and position
  Risk: Why this is a problem
  Recommendation: How to fix it

Severity: CRITICAL > HIGH > MEDIUM > LOW > INFO

Summary: health score (0-100), finding counts by severity, top 5 priorities, quick wins.


3. Tenant Migration

Migrate configurations between Prisma Access tenants (TSGs) via SCM API.

Prerequisites

# Source tenant
export SRC_SCM_CLIENT_ID="source-client-id"
export SRC_SCM_CLIENT_SECRET="source-client-secret"
export SRC_SCM_TSG_ID="source-tsg-id"

# Target tenant
export DST_SCM_CLIENT_ID="target-client-id"
export DST_SCM_CLIENT_SECRET="target-client-secret"
export DST_SCM_TSG_ID="target-tsg-id"

Migration Workflow

  1. Export from source tenant in dependency order: tags → addresses → groups → services → profiles → policies
  2. Conflict Detection: check target for name conflicts, reference conflicts, zone mismatches. Options: skip / overwrite / rename
  3. Transform & Import: strip server fields (id, created, last_modified), update folder, resolve renamed references, POST to target
  4. Validate: push candidate config without committing
  5. Commit: only after explicit user confirmation

Safety Guardrails

  • Dry-run by default: always show what would be imported first
  • No auto-commit: never commit without user confirmation
  • Rate limiting: respect SCM API limits

4. Troubleshooting

Diagnose and resolve common Prisma Access issues.

Troubleshooting Areas

GlobalProtect Connectivity: certificates, SAML IdP, HIP check failures, DNS, MTU, UDP 4501 blocking

Security Policy Not Matching: rule ordering, shadow rules, missing SSL decryption for App-ID, zone confusion, stale FQDN, User-ID mapping

Configuration Push Failures: reference errors, duplicate names, invalid values, dependency conflicts, concurrent edits

Remote Network / Service Connection: IKE/IPSec parameter mismatch, pre-shared key, BGP peer config, overlapping IPs

SCM API Errors:

CodeSolution
400Check JSON payload format
401Token expired — re-authenticate
403Check role-based access and TSG ID
404Verify object name and folder
409Object exists — use PUT to update
429Back off and retry

Performance: bandwidth allocation, QoS policy, service edge location, routing, session limits

Diagnostic Approach

  1. Identify the category → 2. Gather info (errors, affected users, timeline) → 3. Check config via API → 4. Identify root cause → 5. Provide fix → 6. Verify

5. SCM API Operations

Execute operations against the Strata Cloud Manager API.

Authentication

TOKEN=$(curl -s -X POST "https://auth.apps.paloaltonetworks.com/am/oauth2/access_token" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "grant_type=client_credentials" \
  -d "client_id=${SCM_CLIENT_ID}" \
  -d "client_secret=${SCM_CLIENT_SECRET}" \
  -d "scope=tsg_id:${SCM_TSG_ID}" | jq -r '.access_token')

API Base URL

https://api.sase.paloaltonetworks.com

Operations

List: GET /sse/config/v1/{resource}?folder={folder}&limit=200

Create: POST /sse/config/v1/{resource}?folder={folder} with JSON body

Update: PUT /sse/config/v1/{resource}/{id} with JSON body

Delete: DELETE /sse/config/v1/{resource}/{id}

Push Config: POST /sse/config/v1/config-versions/candidate:push

Job Status: GET /sse/config/v1/jobs/{job-id}

Available Resources

addresses, address-groups, services, service-groups, tags, security-rules, nat-rules, decryption-rules, application-filters, application-groups, external-dynamic-lists, custom-url-categories, url-filtering-profiles, anti-virus-profiles, anti-spyware-profiles, vulnerability-protection-profiles, file-blocking-profiles, wildfire-anti-virus-profiles, profile-groups, log-forwarding-profiles, decryption-profiles, hip-objects, hip-profiles

Folder Values

"Prisma Access", "Mobile Users", "Remote Networks", "Service Connections"

Safety Rules

  1. Always authenticate first
  2. Never commit without user confirmation
  3. Use dry-run when possible
  4. Respect rate limits
  5. Log all changes for audit trail

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.82%
按下载量换算878

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills