What problem does it solve? Adding bot protection to a web form with Cloudflare Turnstile normally requires manually creating a widget in the dashboard, writing a siteverify backend, wiring frontend snippets, and verifying everything works. This Skill orchestrates that entire flow through an AI agent, from API authentication to a validated working integration. ## Core Features & Use Cases - Guided multi-step wizard: Probes Cloudflare API auth and token scopes, selects the account, registers domains, creates the widget via the Cloudflare API, and deploys a managed siteverify Worker with the secret set via wrangler. - Framework-specific frontend snippets: Ships reference implementations for vanilla HTML, Next.js (App and Pages Router), Astro, SvelteKit, and Hugo, plus migration guidance from reCAPTCHA and hCaptcha. - End-to-end validation and recovery: Runs health, dummy siteverify, and hostname checks after deployment, and supports a recovery flow that binds siteverify to an existing widget without rotating the sitekey. - Use Case: A user says "protect my signup form from bots." The agent scans the codebase, creates the Turnstile widget, deploys the siteverify Worker, gates the existing submit handler on success === true, and validates the whole chain before reporting done. ## Quick Start Ask the agent to set up Cloudflare Turnstile bot protection on your signup form and follow the confirmation prompts.