Install
$ agentstack add skill-secsilab-zscaler-claude-skills-zscaler-zcbc ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Zscaler Cloud & Branch Connector (ZCBC)
Overview
ZCBC manages Cloud Connectors and Branch Connectors via OneAPI (complementary to ZTB AirGap API). Use for partner integrations, policy management, admin roles, and connector lifecycle.
MCP Tools
No dedicated MCP tools. Use OneAPI directly.
For full API endpoint reference, see ENDPOINTS.md in this skill directory.
Authentication
OneAPI OAuth2. Base URL: https://api.zsapi.net/zcbc/api/v1
Common Patterns
- List connector groups and their status
- Manage partner integrations
- Configure admin roles for branch management
Known Limitations
- No MCP tools — all operations via OneAPI direct calls
- For AirGap-level gateway management, use @zscaler-ztb skill instead
Naming Note: ZCBC → ZTC (Zero Trust Cloud)
ZCBC is being rebranded as ZTC (Zero Trust Cloud) in newer Zscaler tooling and documentation. The skill name remains zscaler-zcbc for continuity, but be aware of the following aliases:
| Context | Name Used | |---------|-----------| | This skill | zscaler-zcbc | | Zscaler SDKs (Python, Go) | ztw (Zero Trust Workloads) | | New Terraform provider | terraform-provider-ztc | | Zscaler Terraformer resources | ztc_* resource prefix | | Newer Zscaler documentation | ZTC (Zero Trust Cloud) |
Terraform provider: The Terraform provider for ZCBC/ZTC is now published as terraform-provider-ztc. If you see references to terraform-provider-zcbc, they point to the same product but use the legacy name. Use terraform-provider-ztc for new Terraform work.
SDK alias: In the Zscaler Python and Go SDKs, the ZCBC module is named ztw. When referencing SDK documentation or source code, search for ztw rather than zcbc.
MCP Server
Live CRUD operations for ZCBC are available via the zscaler-mcp-server. No dedicated zcbc_* MCP tools exist yet — use direct OneAPI calls to https://api.zsapi.net/zcbc/api/v1. See the MCP server repository for any newly added ZCBC tools.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: secsilab
- Source: secsilab/zscaler-claude-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.