What problem does it solve? Setting up Cloudflare Turnstile bot protection requires many manual steps: creating a widget via the Cloudflare API, deploying a siteverify backend Worker, writing framework-specific frontend snippets, and validating the whole chain. This Skill orchestrates that entire flow so a single prompt like "add Turnstile to my signup form" produces a working, validated integration. ## Core Features & Use Cases - Guided setup wizard: Probes Cloudflare API auth and token scopes, selects the account, registers domains, creates the Turnstile widget, and deploys the managed siteverify Worker with the secret bound securely. - Framework-specific frontend snippets: Ships ready-to-adapt code for vanilla HTML, Next.js (App and Pages Router), Astro, SvelteKit, and Hugo, wiring the widget and gating the existing submit handler on success === true. - Validation and recovery: Runs health, dummy-siteverify, and hostname checks against the deployed Worker, and supports recovering existing widgets without rotating the sitekey, plus migration from reCAPTCHA or hCaptcha. - Use Case: A developer asks their coding agent to "protect my contact form from bots"; the agent scans the codebase, creates the widget, deploys the Worker, edits the form, and confirms validation passes. ## Quick Start Ask your agent to set up Cloudflare Turnstile bot protection on your signup form and let it run the guided wizard end to end.