What problem does it solve? Adding bot protection to forms and endpoints requires coordinating Cloudflare API credentials, widget creation, frontend embeds, and server-side token validation, which is error-prone when done manually. ## Core Features & Use Cases - End-to-end Turnstile wizard: Probes API token scope, creates the widget, embeds it at chosen form surfaces, and wires canonical siteverify into the existing backend handler. - Framework-specific snippets: Provides ready integration references for Next.js App Router, Next.js Pages Router, Astro, SvelteKit, Hugo, and vanilla HTML. - CAPTCHA migration: Detects existing reCAPTCHA or hCaptcha integrations and converts them to Turnstile, including token field and siteverify endpoint changes. - Use Case: A developer asks the agent to protect a signup form from bots; the skill creates the widget, gates the existing handler on siteverify success, action, and hostname, then validates with a real token and replay rejection. ## Quick Start Ask the agent to set up Cloudflare Turnstile bot protection on your signup form and let it run the guided wizard end to end.