zscaler-zdx

Monitor Zscaler ZDX digital experience scores, user performance, and application health.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Network and IT teams lack visibility into end-user digital experience across applications, devices, and network paths, making it hard to detect degraded performance before users complain.

Core Features & Use Cases

  • Experience Score Monitoring: Track ZDX score trends over time and identify users or devices with poor experience scores.
  • Application & Device Health: List monitored applications, inspect application health metrics, and review device-level performance details.
  • Alerts, Events & Cloudpath: Query active alerts, experience events, web probe configurations, and cloudpath analysis for specific applications.
  • Use Case: When employees report slow Office 365, ask the agent to pull ZDX score trends, identify affected users, and run cloudpath analysis to pinpoint where latency is introduced.

Quick Start

Ask the agent to show ZDX score trends for the last 24 hours and list any users with poor experience scores.

Frequently Asked Questions about zscaler-zdx

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

FAQPage Schema
How do I monitor Zscaler ZDX experience scores?

Use the get_zdx_score_trends tool to retrieve experience score trends over a time window, such as the last 24 hours. You can also list users or applications and drill into individual experience details with get_zdx_user or get_zdx_application.

How do I find users with poor digital experience in ZDX?

Call list_zdx_users to see users with experience data, then use get_zdx_user for detailed metrics on specific individuals. Combining this with list_zdx_alerts helps identify which poor scores already triggered alerts.

What credentials does the Zscaler ZDX 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 zdx.

Can ZDX analyze the network path to an application like Office 365?

Yes, the get_zdx_cloudpath tool provides cloudpath analysis showing the network path and performance between users and applications. This helps isolate whether degradation occurs in the LAN, ISP, or application side.

Why is the ZDX skill not returning any data?

The most common cause is missing or incorrect OneAPI credentials, or the zdx service not being included in ZSCALER_MCP_SERVICES. Verify all four Zscaler environment variables are set and that your tenant has ZDX licensing enabled.