zscaler-zpa

Manage Zscaler Private Access application segments, access policies, and connectors via OneAPI.

650|182|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/automateyournetwork/netclaw --skill zscaler-zpa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zscaler-zpa
Source: https://github.com/automateyournetwork/netclaw/tree/main/workspace/skills/zscaler-zpa
Command: npx skills add https://github.com/automateyournetwork/netclaw --skill zscaler-zpa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Zscaler Private Access resources through the admin portal is slow and manual. This Skill lets you query and administer ZPA application segments, segment groups, access policies, connectors, and server groups directly through natural language via the zscaler-mcp server.

Core Features & Use Cases

  • Inventory & Inspection: List and inspect application segments, segment groups, access policies, app connectors, connector groups, server groups, and provisioning keys.
  • Health Monitoring: Identify unhealthy app connectors and review connector details across your ZPA deployment.
  • Write Operations: Create, update, and delete application segments when write mode is enabled.
  • Use Case: Ask which connectors are unhealthy before a maintenance window, then list the access policies governing your finance application to verify segmentation rules.

Quick Start

List all ZPA application segments and show me any unhealthy app connectors.

Frequently Asked Questions about zscaler-zpa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Zscaler ZPA application segments?

Use the list_application_segments tool to retrieve all application segments, or get_application_segment for details on a specific one. You can simply ask in natural language, for example: list all ZPA application segments.

How can I check ZPA connector health?

Use list_app_connectors to enumerate connectors and get_app_connector to view details and health status for a specific connector. Asking which connectors are unhealthy surfaces problem connectors directly.

What credentials does the Zscaler ZPA integration require?

It requires ZSCALER_CLIENT_ID, ZSCALER_CLIENT_SECRET, ZSCALER_CUSTOMER_ID, and ZSCALER_VANITY_DOMAIN environment variables for OneAPI authentication. The ZSCALER_MCP_SERVICES variable must also include zpa.

Can I create or modify ZPA application segments with this tool?

Yes, create_application_segment, update_application_segment, and delete_application_segment are available, but only when write mode is enabled. Read operations like listing segments and policies work without write mode.

Does this skill manage Zscaler Internet Access (ZIA)?

No, this skill covers only Zscaler Private Access resources such as application segments, access policies, and connectors. ZIA administration would require a separate skill or MCP service configuration.