用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/autohandai/community-skills --skill implementing-zero-trust-network-access-with-zscaler命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Build, convert, validate, and install Autohand extensions, including Pi adaptations.
Run Weizhena's Deep Research workflow in Autohand Code for outline generation, deep web investigation, structured evidence capture, and final research reports.
Use Aaronontheweb dotnet-skills for Claude Code-oriented .NET maintenance, refactoring, and agent workflows.
基于 SOC 职业分类
正在显示 SKILL.md
| name | implementing-zero-trust-network-access-with-zscaler |
| description | Implementing Zero Trust Network Access With Zscaler |
| domain | cybersecurity |
| subdomain | security-operations |
| tags | ["cybersecurity"] |
| version | 1.0 |
| author | mahipal |
| license | Apache-2.0 |
domain: cybersecurity subdomain: zero-trust-architecture author: mahipal tags: [zero-trust, ztna, zscaler, network-access, vpn-replacement] difficulty: advanced estimated_time: 4-6 hours prerequisites:
Zero Trust Network Access (ZTNA) replaces traditional VPN architectures by enforcing identity-based, context-aware access to private applications without placing users on the corporate network. Zscaler Private Access (ZPA) is a leading ZTNA solution that brokers secure connections between authenticated users and internal applications through the Zscaler Zero Trust Exchange cloud platform.
This skill covers end-to-end deployment of ZPA including connector setup, application segmentation, policy configuration, and integration with identity providers for continuous verification.
User Device (Client Connector)
|
v [Outbound TLS tunnel]
ZPA Service Edge (Policy Evaluation + IdP Auth)
|
v [Outbound TLS tunnel]
App Connector --> Internal Application
Key principle: No inbound connections are required. Both the Client Connector and App Connector initiate outbound-only connections, eliminating the attack surface of traditional VPNs.
Define specific applications or groups of applications by IP address, FQDN, port, and protocol. Segments enable granular microsegmentation rather than broad network access.
Policies combine user identity, group membership, device posture, and contextual signals (location, time) to grant or deny access to application segments.
Logical groupings of App Connectors that serve specific application segments, enabling high availability and geographic distribution.
ZPA supports clientless browser-based access for web applications, enabling ZTNA for unmanaged devices and third-party users without requiring the Client Connector.
Configure Identity Provider Integration
Deploy App Connectors
Create Server Groups
Define Application Segments
Create Segment Groups
Configure Access Policies
Enable Device Posture Checks
Enable Logging and Monitoring
Iterative Refinement