zscaler-zia

Manage Zscaler Internet Access firewall rules, URL filtering, DLP, and security policies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Zscaler Internet Access policies through the admin console is slow and manual. This Skill lets you query and modify ZIA firewall rules, URL filtering, DLP dictionaries, and location configurations directly through natural language via the zscaler-mcp server.

Core Features & Use Cases

  • Firewall Rule Management: List, inspect, create, update, and delete ZIA firewall filtering rules.
  • URL Filtering & DLP Visibility: Review URL filtering rules, URL categories, DLP dictionaries, and DLP engines.
  • Location & Traffic Forwarding: Enumerate branch locations, location groups, VPN credentials, and GRE tunnel policies.
  • Use Case: A security engineer asks which URL filtering rules block social media, then updates a firewall rule to close an exposed port without logging into the ZIA console.

Quick Start

Ask the agent to list all ZIA firewall rules and show any URL filtering rules that block social media.

Frequently Asked Questions about zscaler-zia

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

FAQPage Schema
How do I list Zscaler ZIA firewall rules?

Use the list_firewall_rules tool to retrieve all ZIA firewall filtering rules, then get_firewall_rule to inspect a specific rule's details. Write operations like create, update, and delete are also available in write mode.

How to manage Zscaler URL filtering rules with an API?

Use list_url_filtering_rules and get_url_filtering_rule to review URL filtering policies, and list_url_categories to see available categories. All operations go through the zscaler-mcp server connected via Zscaler OneAPI.

What credentials does the Zscaler ZIA integration require?

You need ZSCALER_CLIENT_ID, ZSCALER_CLIENT_SECRET, ZSCALER_CUSTOMER_ID, and ZSCALER_VANITY_DOMAIN environment variables. The ZSCALER_MCP_SERVICES variable must also include zia for the integration to activate.

Can I create or delete Zscaler firewall rules with this tool?

Yes, create_firewall_rule, update_firewall_rule, and delete_firewall_rule are available in write mode. Read-only tools like listing rules, DLP dictionaries, and locations work without write access.

What Zscaler DLP information can I retrieve?

You can list DLP dictionaries and DLP engines, and retrieve details for a specific DLP dictionary. This covers inspection of existing DLP configuration rather than creating new dictionaries.