Adds a subdomain to a Cloudflare-managed zone and wires it to a hosting platform (Railway, Vercel) via browser automation. Use when the user wants to point a subdomain at a Railway service, Vercel project, or other hosting platform. Also use when the user says "add a subdomain", "connect domain to Railway/Vercel", "point domain at my app", "create CNAME", "set up custom domain", or needs to attach a domain to a deployed service. Handles both sides end-to-end — the platform's custom-domain form AND the Cloudflare DNS record. Requires the Cloudflare zone to already exist (does not register domains or create zones). Defaults to DNS-only (grey cloud) proxy mode because Railway and Vercel issue their own Let's Encrypt certs.
$npx -y skills add n-o-p-e/nope-marketplace --skill cloudflare-connectInstalls into the current project.
Run `npx skills use "https://github.com/n-o-p-e/nope-marketplace" --skill "n-o-p-e/nope-marketplace/cloudflare-connect"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/n-o-p-e/nope-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/n-o-p-e/nope-marketplace"` and select the relevant skills, then follow their instructions.