cloudflare-one

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Cloudflare One spans many products (Access, Gateway, WARP, Tunnel, DLP, CASB, WAN), and misconfiguring policies, split tunnels, or TLS inspection can break connectivity or weaken security. This Skill guides architecture, configuration, troubleshooting, and review of Zero Trust deployments using current Cloudflare documentation. ## Core Features & Use Cases - Architecture and Configuration Guidance: Walks through assessment prompts for Access apps, Gateway policies, tunnels, device posture, and Cloudflare WAN before proposing changes. - Guardrails and Best Practices: Enforces rules like reusable Access policies, split tunnel alignment with tunnel routes, and pilot-first rollouts for risky changes. - Troubleshooting Workflows: Directs log-driven diagnosis using Gateway activity logs, Access audit logs, DEX, and Logpush. - Use Case: A network engineer migrating from a legacy VPN asks for a ZTNA rollout plan; the Skill gathers identity, site, and app context, then produces a phased design with validation and rollback steps. ## Quick Start Ask the assistant to design a Cloudflare One rollout plan for replacing your corporate VPN with Access and Tunnel 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 policies for private applications?

Create policies through the reusable policy API (/access/policies) and attach them to applications rather than sending inline policies. Private destination apps also require WARP or another network on-ramp plus routes and DNS resolution before access works.

What split tunnel mode should I use for Cloudflare WARP?

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 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 Tunnel healthy but private apps unreachable?

A healthy tunnel only proves cloudflared reaches Cloudflare. The tunnel still needs published application or network routes, matching split tunnel entries in the device profile, and DNS resolution for private hostnames.

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 SaaS actions, use Gateway granular application controls instead.