What problem does it solve? Adding bot protection to forms and endpoints requires coordinating Cloudflare API credentials, widget creation, frontend embeds, and server-side siteverify validation, which is error-prone when done manually. ## Core Features & Use Cases - Guided setup wizard: Probes API token scope, scans the codebase for framework and backend handlers, creates the Turnstile widget via the Cloudflare API or Wrangler, and embeds it at chosen surfaces. - Canonical server-side validation: Wires siteverify into the existing backend handler with success, action, and hostname checks, keeping secrets out of chat, logs, and command arguments. - Framework references and migration: Provides snippets for Next.js App/Pages Router, Astro, SvelteKit, Hugo, and vanilla HTML, plus reCAPTCHA and hCaptcha migration guidance. - Use Case: A user asks to protect a signup form from bots; the skill creates the widget, embeds it in the form, gates the existing handler on siteverify, and validates with a real token including replay rejection. ## Quick Start Ask the agent to set up Cloudflare Turnstile on your signup form and protect it from bot submissions.