cloudflare-one

Guides design, configuration, and troubleshooting of Cloudflare One Zero Trust deployments.

Updated Oct 15, 2019
One-click install
npx skills add https://github.com/kkkaoru/dotfiles --skill cloudflare-one-kkkaoru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-one
Source: https://github.com/kkkaoru/dotfiles/tree/main/.agents/skills-stroage/cloudflare-one
Command: npx skills add https://github.com/kkkaoru/dotfiles --skill cloudflare-one-kkkaoru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Cloudflare One spans many products (Access, Gateway, WARP, Tunnel, WAN, DLP, CASB), and misconfiguring policies, split tunnels, or TLS inspection can break connectivity or weaken security. This Skill provides a retrieval-first workflow with assessment prompts, guardrails, and validation steps so changes are grounded in current Cloudflare documentation rather than stale assumptions. ## Core Features & Use Cases - Architecture and Configuration Guidance: Classifies requests, gathers context (identity, sites, apps, traffic paths), and proposes change sets with prerequisites, validation, and rollback. - Product-Specific Guardrails: Covers Access policies, Gateway rule evaluation, split tunnel modes, TLS inspection, DLP rollout, CASB findings, device posture, and Cloudflare WAN connectivity. - Troubleshooting Workflow: Works from Gateway activity logs, Access audit logs, and DEX diagnostics back to the responsible rule, route, or policy. - Use Case: When migrating from a legacy VPN to Cloudflare Zero Trust, use this Skill to plan tunnel routes, split tunnel mode, enrollment rules, and a pilot-scoped Gateway policy rollout. ## Quick Start Ask the assistant to design a Cloudflare One rollout plan for replacing your corporate VPN with Access and WARP for 500 remote users.

Frequently Asked Questions about cloudflare-one

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

FAQPage Schema
How do I configure Cloudflare Access for a private application?

Private destination apps require the WARP device client or another network on-ramp plus routes and DNS resolution, not just an Access application. Retrieve the self-hosted private app docs, then configure tunnel routes, split tunnel entries, resolver policies, and an Allow policy since Access is default-deny.

What split tunnel mode should I use with the Cloudflare WARP client?

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 within one profile.

Does Cloudflare Gateway require TLS inspection for DLP?

Yes, HTTP inspection and DLP for encrypted web traffic require TLS inspection with the Cloudflare root CA deployed to managed devices. Certificate-pinned applications need Do Not Inspect exceptions configured before enabling broad inspection.

Why is my Cloudflare Access policy blocking valid users?

Access policies are default-deny, so a private app with routes but no Allow policy blocks everyone. Group-based rules also fail if IdP group claims or SCIM sync are missing or stale; troubleshoot using the user's last authenticated identity and Access audit logs.

Can Cloudflare CASB enforce policies in real time?

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

How do I troubleshoot Cloudflare Gateway blocking decisions?

Start from Gateway activity logs, filtering by rule name, user identity, destination, action, and time range to find the failing decision. Then trace back to the responsible rule, checking rule type, evaluation phase, referenced lists, and order of enforcement.