App Health banner
zscaler zscaler

App Health

Development community

Description

--- name: app-health disable-model-invocation: true argument-hint: "[application_name] [since_hours]" description: "Analyze application health across the organization using ZDX scores and metrics." --- # Analyze Application Health Analyze health for: **$ARGUMENTS** ## Step 1: Parse Input Extract: - **Application name** (optional -- analyze all monitored apps if not provided) - **Time window** in hours (default: 2) ## Step 2: List Monitored Applications ```text zdx_list_applications() ```t

Installation

Installs to ~/.claude/skills/zscaler-zscaler-mcp-server-app-health/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository