← 返回 Skills 市场
leesandao

prisma-api

作者 H@CKMEN · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
134
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install prisma-api
功能描述
Interact with the Strata Cloud Manager (SCM) API to manage Prisma Access configurations. Authenticate, query, create, update, and delete configuration object...
安全使用建议
This skill is internally consistent with its stated purpose, but it can perform destructive actions (create/update/delete and push candidate configs) against your Prisma Access tenant. Before installing: (1) verify the GitHub homepage and author trustworthiness; (2) store SCM_CLIENT_ID/SCM_CLIENT_SECRET/SCM_TSG_ID securely (do not hard-code into scripts); (3) run commands in a test/non-production tenant first; (4) ensure logging does not capture Authorization headers or raw tokens; (5) give the credential only the minimal permissions necessary and rotate it if you suspect misuse. The skill is instruction-only (no code installed locally), so its runtime behavior will be exactly the curl/jq calls shown in SKILL.md.
功能分析
Type: OpenClaw Skill Name: prisma-api Version: 1.1.0 The skill is a legitimate tool for managing Palo Alto Networks Prisma Access via the Strata Cloud Manager (SCM) API. It uses standard OAuth2 authentication and interacts with official Palo Alto Networks endpoints (api.sase.paloaltonetworks.com). The instructions in SKILL.md include safety guidelines such as requiring user confirmation for configuration pushes and logging all API calls, with no evidence of data exfiltration or malicious execution.
能力标签
requires-oauth-token
能力评估
Purpose & Capability
Name and description match the required items: the skill needs SCM_CLIENT_ID, SCM_CLIENT_SECRET, SCM_TSG_ID and uses curl/jq to call Palo Alto Networks auth and API endpoints — these are appropriate for interacting with Strata Cloud Manager.
Instruction Scope
SKILL.md only instructs obtaining an OAuth2 token and calling the declared SCM API endpoints (GET/POST/PUT/DELETE). It does not reference other files, system paths, or unrelated environment variables. One operational note: the doc recommends 'log all changes' and 'output every API call' — care is needed to avoid logging Authorization headers/tokens, which would expose secrets if logs are retained or transmitted.
Install Mechanism
Instruction-only skill with no install spec or downloads; lowest-risk delivery model (no code written to disk).
Credentials
Only SCM_CLIENT_ID, SCM_CLIENT_SECRET, and SCM_TSG_ID are required and are appropriate for OAuth2 client-credential access to the SCM API. No unrelated secrets or broad system credentials are requested.
Persistence & Privilege
Skill is not always-enabled and does not request system-wide persistence. disable-model-invocation is true (limits autonomous LLM invocation), which reduces autonomous risks rather than increasing them.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prisma-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prisma-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
## v1.1.0 Version bump. Updated homepage URL. Part of the v1.1.0 release adding migration compatibility matrix to prisma-migrate.
v1.0.1
## v1.0.0 Initial Release / 首次发布 ### English Execute SCM API operations for Prisma Access management. **Capabilities:** - OAuth2 authentication (Client ID + Client Secret → Bearer Token) - CRUD operations for all SCM resource types (addresses, services, security rules, NAT, decryption, profiles, etc.) - Candidate configuration push and job status monitoring - Config version management - Pagination support for large datasets - Built-in error handling (401/429/400/409) **Safety rules:** authenticate first, never auto-commit, dry-run when possible, respect rate limits, log all changes. ### 中文 执行 SCM API 操作以管理 Prisma Access。 **功能:** - OAuth2 认证(客户端 ID + 密钥 → Bearer Token) - 所有 SCM 资源类型的增删改查(地址、服务、安全规则、NAT、解密、配置文件等) - 候选配置推送和任务状态监控 - 配置版本管理 - 大数据集分页支持 - 内置错误处理(401/429/400/409) **安全规则:** 先认证、不自动提交、尽量试运行、遵守速率限制、记录所有变更。
v1.0.0
Initial release: SCM API operations for Prisma Access
元数据
Slug prisma-api
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

prisma-api 是什么?

Interact with the Strata Cloud Manager (SCM) API to manage Prisma Access configurations. Authenticate, query, create, update, and delete configuration object... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 prisma-api?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install prisma-api」即可一键安装,无需额外配置。

prisma-api 是免费的吗?

是的,prisma-api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

prisma-api 支持哪些平台?

prisma-api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 prisma-api?

由 H@CKMEN(@leesandao)开发并维护,当前版本 v1.1.0。

💬 留言讨论