Investigate Url banner
zscaler zscaler

Investigate Url

Development community

Description

--- name: investigate-url disable-model-invocation: true argument-hint: "<url_or_category_name>" description: "Investigate where a URL or URL category is referenced across ZIA policy rules." --- # Investigate URL Category Investigate: **$ARGUMENTS** ## Step 1: Classify the URL If a URL was provided (not a category name): ```text zia_url_lookup(urls=["<url>"]) ```text Note the category name and ID. ## Step 2: Search Across All Policy Types Check every policy type for references to this ca

Installation

Installs to ~/.claude/skills/zscaler-zscaler-mcp-server-investigate-url/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zscaler-zscaler-mcp-server-investigate-url && curl -fsSL https://raw.githubusercontent.com/zscaler/zscaler-mcp-server/HEAD/commands/investigate-url.md -o ~/.claude/skills/zscaler-zscaler-mcp-server-investigate-url/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository