What problem does it solve? Adding bot protection to forms and endpoints requires coordinating Cloudflare API credentials, widget creation, frontend embed code, and server-side token verification. This Skill automates that entire Turnstile integration workflow so a single request produces a working, validated setup. ## Core Features & Use Cases - Guided setup wizard: Probes API token scope, selects the account, registers domains, creates the Turnstile widget via the Cloudflare API or Wrangler, and stores the secret without exposing it in chat or logs. - Framework-specific integration: Ships ready-made embed and siteverify snippets for Next.js (App and Pages Router), Astro, SvelteKit, Hugo, and vanilla HTML, wiring verification into the project's existing backend handler. - Validation and migration: Runs a dummy-siteverify plus hostname check, exercises the real backend with a fresh token, and supports migrating existing reCAPTCHA or hCaptcha integrations to Turnstile. - Use Case: Ask the agent to protect a signup form from bots; it scans the codebase, creates the widget, embeds it in the form, adds canonical siteverify to the existing handler, and confirms a real token passes while a replayed token is rejected. ## Quick Start Ask the agent to set up Cloudflare Turnstile bot protection on your signup or contact form and confirm each wizard step as prompted.