Create Timeout Rule banner
zscaler zscaler

Create Timeout Rule

Development community

Description

--- name: create-timeout-rule disable-model-invocation: true argument-hint: "<rule_name> <reauth_timeout_seconds> [idle_timeout_seconds] [app_or_group]" description: "Create a ZPA timeout policy rule for session re-authentication and idle timeout." --- # Create ZPA Timeout Policy Rule Create timeout rule: **$ARGUMENTS** ## Step 1: Parse Input Extract: - **Rule name** - **Re-authentication timeout** in seconds (e.g., 86400 = 24 hours) - **Idle timeout** in seconds (optional, e.g., 1800 = 30

Installation

Installs to ~/.claude/skills/zscaler-zscaler-mcp-server-create-timeout-rule/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository