cloudflare-one

Designs, configures, and troubleshoots Cloudflare One Zero Trust and SASE deployments.

Updated Sep 1, 2026
One-click install
npx skills add https://github.com/jpmoya/claude-agents --skill cloudflare-one-jpmoya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-one
Source: https://github.com/jpmoya/claude-agents/tree/main/skills/cloudflare-one
Command: npx skills add https://github.com/jpmoya/claude-agents --skill cloudflare-one-jpmoya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Cloudflare One spans many products (Access, Gateway, WARP, Tunnel, DLP, CASB, WAN) with overlapping responsibilities and frequently changing APIs, making it easy to misconfigure policies, pick the wrong on-ramp, or cite outdated limits. This Skill structures architecture, configuration, troubleshooting, and review work around current documentation and account state. ## Core Features & Use Cases - Guided assessment workflow: Classifies the request, gathers identity, connectivity, and rollout context, then retrieves only the current docs needed for the products involved. - Product-specific guardrails: Encodes hard-won rules for Access reusable policies, split tunnel modes, TLS inspection exceptions, DLP rollout, CASB scans, and device client enrollment. - Validation and rollback discipline: Proposes change sets with prerequisites, pilot scoping, test cases, and rollback paths before broad production rollout. - Use Case: When migrating remote users from a legacy VPN to Cloudflare, use this Skill to plan tunnel routes, split tunnel include mode, Access policies, and a pilot validation checklist. ## Quick Start Ask the assistant to design a Cloudflare One rollout for replacing your corporate VPN with Access, Tunnel, and the WARP device client.

Frequently Asked Questions about cloudflare-one

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I replace a VPN with Cloudflare Zero Trust?

Deploy cloudflared tunnels to publish private routes, enroll devices with the WARP client, and set split tunnel to Include mode for private CIDRs. Then create Access policies for private apps and validate route lookup, DNS resolution, and end-to-end access from a test device.

What is the difference between Cloudflare Access and Gateway?

Access controls application authorization with identity-aware policies, while Gateway controls traffic inspection and filtering at DNS, network, and HTTP layers. Use both when requirements span identity-aware app access and web or network security.

Should I use split tunnel include or exclude mode?

Use Include mode for VPN replacement only, routing just private CIDRs through the client. Use Exclude mode for secure web gateway deployments where all traffic goes through Cloudflare except specific exclusions. Mode is per-profile and cannot be mixed.

Does Cloudflare CASB provide real-time inline enforcement?

API CASB is out-of-band and periodic, so it does not enforce inline. For inline control of actions in specific SaaS applications, use Gateway granular application controls in HTTP policies instead.

Why is my Access private app unreachable after creating it?

Creating an Access app alone is not enough for private hostnames. You need tunnel routes, DNS resolution via resolver policies, matching split tunnel entries, and an Allow policy since Access is default-deny.

When should I use Infrastructure Access instead of browser-rendered SSH?

Use Zero Trust Infrastructure Access when the device client is deployed, since it adds keystroke logging and short-lived SSH certificates. Use browser-rendered SSH, RDP, or VNC for contractors or unmanaged devices where the client cannot be installed.