turnstile-spin

Set up Cloudflare Turnstile widgets, Workers, and frontend integration.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/kartikkabadi/skills --skill turnstile-spin-kartikkabadi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: turnstile-spin
Source: https://github.com/kartikkabadi/skills/tree/main/turnstile-spin
Command: npx skills add https://github.com/kartikkabadi/skills --skill turnstile-spin-kartikkabadi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a request to add Cloudflare Turnstile into a complete, working bot-protection integration. It helps you set up the widget, deploy the verification Worker, and wire the frontend without missing validation or account-scoping details.

Core Features & Use Cases

  • End-to-end Turnstile setup: Creates the widget, deploys the managed siteverify Worker, and connects the frontend to it.
  • Codebase-aware integration: Scans the project to find the right form, framework, and insertion points before editing.
  • Safe recovery and validation: Handles auth, account selection, existing widgets, and final verification so the integration is actually working.
  • Use Case: A developer wants to protect a signup form from bots and needs the CAPTCHA, Worker, and frontend changes completed in one guided workflow.

Quick Start

Ask the AI to set up Cloudflare Turnstile for your form, then confirm the account, domain, and insertion points it proposes.

Frequently Asked Questions about turnstile-spin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Cloudflare Turnstile for a signup form?

Cloudflare Turnstile protects login forms by deploying a managed siteverify Worker and wiring frontend snippets to validate the bot protection flow. This Skill scans your codebase to find insertion points and connects the widget automatically.

Can I migrate an existing CAPTCHA to Cloudflare Turnstile?

Yes, you can migrate existing CAPTCHA implementations to Cloudflare Turnstile. The Skill scans your project codebase to locate forms and insertion points before replacing the widget and deploying the managed siteverify Worker.

Do I need a Cloudflare API key to deploy the Turnstile Worker?

Yes, deploying the Turnstile siteverify Worker requires account-scoped Cloudflare API access. This authentication is needed for account selection, widget creation, and validating the final Turnstile response flow.

Does the Turnstile integration work with any web framework?

Cloudflare Turnstile integration supports bot protection across supported web frameworks for signup, login, and contact forms. The Skill scans your project codebase to detect the framework and identify correct frontend insertion points.

What is the best way to validate a Turnstile response flow?

The best way to validate a Turnstile response flow is by deploying a managed siteverify Worker. This Skill handles Worker deployment, frontend wiring, and final verification to ensure the bot protection integration is actively working.