cloudflare-zerotrust-device

Diagnose local Cloudflare WARP and Zero Trust state using bundled scripts.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/pingqLIN/UniText --skill cloudflare-zerotrust-device
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-zerotrust-device
Source: https://github.com/pingqLIN/UniText/tree/main/runtime/skills/cloudflare-zerotrust-device
Command: npx skills add https://github.com/pingqLIN/UniText --skill cloudflare-zerotrust-device

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires warp-cli, cloudflared, route, wsl, curl, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps operators rapidly verify local Cloudflare WARP and Zero Trust device state, interpret policy, and validate credentials to diagnose misconfigurations or access issues.

Core Features & Use Cases

  • Local Warp status and policy interpretation, including split vs full tunnel checks.
  • Credential verification for Cloudflare accounts using the bundled scripts (API token, Global API Key, or cloudflared cert).
  • Baseline collection that emits a machine-friendly JSON and a human-readable Markdown report for evidence and troubleshooting.
  • Clear guidance to route to adjacent Cloudflare skills when surface changes are needed, such as tunnel or edge security tasks.

Quick Start

Run the baseline collection workflow to generate a JSON baseline and Markdown report for the current WARP/Zero Trust device state.

Frequently Asked Questions about cloudflare-zerotrust-device

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

FAQPage Schema
How do I diagnose Cloudflare WARP split-tunnel vs full-tunnel routing issues?

To verify Cloudflare API credentials, execute the verify-cloudflare-auth.ps1 script. It validates API tokens, Global API Keys, or cloudflared certificates against Cloudflare accounts, confirming authentication validity to isolate access issues during Zero Trust policy troubleshooting.

Why does my Cloudflare WARP traffic route incorrectly through Windows and WSL?

Cloudflare Zero Trust device state requires local tooling like warp-cli, cloudflared, and curl to validate policy interpretations. The baseline collection workflow uses these dependencies to emit a JSON baseline and Markdown report, verifying the local environment configuration.

What is the best way to collect a Cloudflare Zero Trust baseline for troubleshooting?

Cloudflare WARP policy interpretation is validated by collecting a local baseline that checks split-tunnel versus full-tunnel routing configurations. The baseline script analyzes the device state and outputs both a JSON baseline and a Markdown report to confirm policy enforcement.

Can I use warp-cli and cloudflared to verify local Cloudflare Zero Trust device state?

Cloudflare Zero Trust troubleshooting requires prerequisites including installed warp-cli, cloudflared, curl, python, and WSL. Running the baseline collection scripts uses these local tools to validate device state, interpret policies, and generate a structured JSON baseline and Markdown report.