Cf Proxy
Skill Verifiziert AktivDeploy a free VLESS proxy/VPN node on Cloudflare Pages using edgetunnel. Automates code download, UUID generation, Pages deployment, free domain registration (DNSExit), DNS configuration, custom domain binding, and client setup for Shadowrocket/v2rayN/Clash. Uses Cloudflare Pages (not Workers) because Pages supports CNAME-based custom domains from any DNS provider, avoiding the need to host DNS on Cloudflare.
To provide users with a free, automated way to deploy a VLESS proxy/VPN node on Cloudflare Pages, bypassing common blocking methods through custom domains and WebSocket over TLS.
Funktionen
- Automated edgetunnel deployment to Cloudflare Pages
- Generates VLESS authentication credentials (UUID)
- Registers free domains via DNSExit
- Configures DNS CNAME records and custom domain binding
- Provides client setup configurations for Shadowrocket, v2rayN, and Clash
Anwendungsfälle
- Setting up a free proxy/VPN node on Cloudflare
- Deploying edgetunnel to Cloudflare Pages
- Configuring a custom domain for a Cloudflare proxy
- Managing and troubleshooting an existing Cloudflare proxy node
Nicht-Ziele
- Proxying UDP traffic
- High-latency or gaming-focused proxy services
- Heavy usage that may exceed Cloudflare's daily request limits
Documentation
- info:Configuration & parameter referenceThe SKILL.md mentions requirements like Node.js, GitHub CLI, and Cloudflare account, but doesn't explicitly detail all options, parameters, or their default values.
Code Execution
- info:ValidationWhile the skill manages inputs like domains and credentials, explicit use of a schema validation library is not evident in the provided SKILL.md.
- info:Error HandlingThe SKILL.md outlines steps but does not explicitly detail error handling for ambiguous states, missing dependencies, or rate limits, which could be improved with specific recovery paths.
Errors
- info:Actionable error messagesThe SKILL.md outlines the overall process but does not provide specific details on error messages for failure modes like invalid credentials or DNS configuration issues.
Protocol
- info:Idempotent retry & timeoutsThe skill interacts with Cloudflare APIs, but explicit details on idempotency for mutations or per-call timeouts are not provided in the documentation.
Practical Utility
- info:Edge casesWhile the skill covers the main setup, it could benefit from more explicit documentation of failure modes (e.g., invalid domain, API rate limits) and recovery steps.
Safety
- info:Halt on unexpected stateThe SKILL.md outlines prerequisites but doesn't explicitly state the workflow halts and reports on unexpected pre-states like a dirty working tree or drifted schema.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add davepoon/buildwithclaude/plugin install all-skills@buildwithclaudeQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Cloudflare Deploy
99Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.
Wrangler
100Cloudflare Workers CLI zum Bereitstellen, Entwickeln und Verwalten von Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containern, Queues, Workflows, Pipelines und Secrets Store. Laden Sie dies, bevor Sie `wrangler`-Befehle ausführen, um die korrekte Syntax und die besten Vorgehensweisen sicherzustellen. Bevorzugt die Abfrage von Cloudflare-Dokumenten gegenüber vortrainiertem Wissen.
Devops
100Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit.
Hybrid Cloud Networking
100Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.
Kubernetes Specialist
99Use when deploying or managing Kubernetes workloads. Invoke to create deployment manifests, configure pod security policies, set up service accounts, define network isolation rules, debug pod crashes, analyze resource limits, inspect container logs, or right-size workloads. Use for Helm charts, RBAC policies, NetworkPolicies, storage configuration, performance optimization, GitOps pipelines, and multi-cluster management.
Containerize MCP Server
100Containerize an R-based MCP (Model Context Protocol) server using Docker. Covers mcptools integration, port exposure, stdio vs HTTP transport, and connecting Claude Code to the containerized server. Use when deploying an R MCP server without requiring a local R installation, creating a reproducible MCP server environment, running MCP servers alongside other containerized services, or distributing an MCP server to other developers.