Onboard Location banner
zscaler zscaler

Onboard Location

Development community

Description

--- name: onboard-location disable-model-invocation: true argument-hint: "<location_name> <ip_address> [vpn_type: ufqdn|ip]" description: "End-to-end onboarding of a new ZIA location with traffic forwarding dependencies." --- # Onboard Location in ZIA Onboard a new location: **$ARGUMENTS** ## Step 1: Parse Input Extract: - **Location name** (e.g., "New York Office") - **IP address** for the static IP - **VPN type**: UFQDN-based or IP-based (default: UFQDN) If IP address is missing, ask the

Installation

Installs to ~/.claude/skills/zscaler-zscaler-mcp-server-onboard-location/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository