From all-skills
Deploys a free VLESS proxy/VPN node on Cloudflare Pages using edgetunnel. Automates domain registration, DNS config, and client setup. Useful for bypassing SNI blocking with custom domains.
How this skill is triggered — by the user, by Claude, or both
Slash command
/all-skills:cf-proxyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deploy a free VLESS proxy node on Cloudflare Pages + edgetunnel, with WebSocket over TLS through Cloudflare's global CDN.
Deploy a free VLESS proxy node on Cloudflare Pages + edgetunnel, with WebSocket over TLS through Cloudflare's global CDN.
*.linkpc.net)*.pages.devHelp me set up a free Cloudflare proxy node
/cf-proxy
Deploy a VLESS proxy on Cloudflare using my domain example.com
Fix my Cloudflare proxy — Shadowrocket can't connect
Client (Shadowrocket / v2rayN / Clash)
↓ VLESS over WebSocket over TLS (port 443)
Custom Domain (CNAME → *.pages.dev)
↓
Cloudflare CDN (global edge)
↓
Cloudflare Pages Function (edgetunnel _worker.js)
↓ TCP outbound
Target Website
workers.dev domains are blocked at the TLS SNI layer by some firewalls| Resource | Free Quota | Impact on Proxy |
|---|---|---|
| Requests | 100,000/day | WebSocket connection = 1 request; messages free |
| Bandwidth | Unlimited | No egress fees — biggest advantage |
| CPU time | 10 ms/request | Proxy is I/O-bound, typically <3ms |
| Memory | 128 MB/isolate | Sufficient |
User: "帮我搭建一个 Cloudflare 代理节点"
Output: Skill walks through the full 7-phase setup interactively — collecting Cloudflare credentials, generating config, deploying to Pages, registering a free domain if needed, configuring DNS, binding the custom domain, and providing the final VLESS connection URI for the user's proxy client.
vless.example.com), never the root domain — a root CNAME destroys the zone's SOA/NS recordshttps://your-domain/<admin-password> provides ready-to-scan QR codes for mobile clientsgh)npx skills add LewisLiu007/cf-proxynpx claudepluginhub davepoon/buildwithclaude --plugin all-skillsDeploys an XHTTP relay on Vercel Edge Functions to proxy Xray/V2Ray traffic, hiding your origin server IP behind *.vercel.app.
Builds on Cloudflare platform: Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize), feature flags, networking, security, and infrastructure-as-code. Biases retrieval from Cloudflare docs over pre-trained knowledge.
Guides Cloudflare platform development for Workers, Pages, KV, D1, R2, Workers AI, Durable Objects, and more. Prefers docs retrieval over baked-in knowledge.