Claude Marketplace¶
Direct link: claude.com/plugins/zscaler
The Claude plugin marketplace publishes the Zscaler plugin for Claude Code (the CLI). It bundles the MCP server registration and the 42 guided skills in one install command.
Install¶
claude plugin install zscaler
The plugin auto-registers the MCP server and installs the bundled Claude Code skills.
Configure credentials¶
The plugin reads OneAPI credentials from ~/.zscaler/.env by default. Create that file (or symlink your existing .env):
mkdir -p ~/.zscaler
cat > ~/.zscaler/.env <<EOF
ZSCALER_CLIENT_ID=your-client-id
ZSCALER_CLIENT_SECRET=your-client-secret
ZSCALER_CUSTOMER_ID=your-customer-id
ZSCALER_VANITY_DOMAIN=your-vanity-domain
EOF
For configuration details and the manual installation path, see Claude.
Claude Desktop Extension (separate from this marketplace)¶
The Claude Desktop application uses a different distribution mechanism — a single .mcpb bundle file that you drag into Claude Desktop. The Claude Marketplace listing above is specifically for Claude Code (the CLI). For the Desktop install path, see Claude Desktop Extension.
See also¶
Claude — the underlying Claude Code (CLI) plugin.
Claude Desktop Extension — drag-and-drop install for Claude Desktop.
Registries and Marketplaces — back to the registries overview.