turnstile-spin
Turnstile Spin orchestrates a complete Cloudflare Turnstile deployment in one workflow. It handles authentication, scans your codebase for insertion points, creates the widget via API, deploys a managed siteverify Worker, wires frontend snippets, and validates the integration before completion.
Turnstile Spin automates end-to-end Cloudflare Turnstile setup: widget creation, Worker deployment, and form integration.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-22
Turnstile Spin automates end-to-end Cloudflare Turnstile setup: widget creation, Worker deployment, and form integration. Turnstile Spin orchestrates a complete Cloudflare Turnstile deployment in one workflow. It handles authentication, scans your codebase for insertion points, creates the widget via API, deploys a managed siteverify Worker, wires frontend snippets, and validates the integration before completion.
Use it when
- Turnstile Spin orchestrates a complete Cloudflare Turnstile deployment in one workflow.
- Turnstile Spin deploys a managed siteverify Worker automatically as part of its workflow.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
organvm/a-i--skills/turnstile-spin · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I add Cloudflare Turnstile to my form?
Turnstile Spin automates the entire setup process. It authenticates with your Cloudflare account, scans your codebase to identify where the CAPTCHA widget should go, creates the widget via the Cloudflare API using your sitekey and secret, deploys a managed siteverify Worker for server-side token validation, and injects the necessary frontend snippets. Once complete, Turnstile Spin validates the integration to ensure your form is protected from bot submissions.
What does Turnstile Spin do during end-to-end setup?
Turnstile Spin orchestrates a complete Cloudflare Turnstile deployment in one workflow. It handles authentication, scans your codebase for insertion points, creates the widget via API, deploys a managed siteverify Worker, wires frontend snippets, and validates the integration before completion. This eliminates manual configuration steps and ensures all components work together seamlessly.
How do I deploy a Turnstile siteverify Worker?
Turnstile Spin deploys a managed siteverify Worker automatically as part of its workflow. This Worker validates cf-turnstile-response tokens server-side by calling Cloudflare's verification endpoint. You don't need to write or manually deploy the Worker yourself—Turnstile Spin handles creation and configuration, then wires it into your form's submission handler.
Can Turnstile Spin protect my signup form from bots?
Yes. Turnstile Spin protects forms from bot submissions by integrating Cloudflare's bot protection via the Turnstile widget. It deploys the frontend widget on your form, sets up server-side token validation through a siteverify Worker, and validates the complete integration. This multi-layer approach blocks automated signups while keeping legitimate users unblocked.
What is the license for Turnstile Spin?
Turnstile Spin is released under the Apache-2.0 license, allowing you to use, modify, and distribute it freely under the terms of that license.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Turnstile Spin skill
Turns the prompt "set up Turnstile" into a working end-to-end integration: a widget, a deployed managed siteverify Worker, frontend snippets at every chosen insertion point, and a real validation pass before reporting success.
You are the agent. Run the wizard below by invoking the scripts under scripts/ and branching on their JSON output. The scripts hold the deterministic logic (API calls, retry/error handling); your job is orchestration, codebase reading, confirmation, and the frontend edits.
Canonical instructions live at developers.cloudflare.com/turnstile/spin. If the
(truncated - see the full file via the links below)
File tree — 1 file
skills/security/turnstile-spin/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Set up Cloudflare Turnstile CAPTCHA end-to-end with widget, Worker, and form integration”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
turnstile-spin automates the complete Turnstile integration workflow: it scans your codebase, creates a widget via the Cloudflare API, embeds it at your chosen protection points (forms, endpoints, downloads), and wires server-side siteverify into your backend. The skill handles authentication, domain registration, framework detection, and validates the full flow before confirming success.
This skill solves Cloudflare Turnstile CAPTCHA challenges by submitting a site key and page URL to AceDataCloud's API, returning a valid token for form submission. It supports both synchronous blocking and asynchronous polling modes, with tokens valid for approximately 120 seconds.
Cloudflare Turnstile provides CAPTCHA-alternative bot protection for modern web applications. Set up the widget on your frontend, validate tokens server-side via the Siteverify API, and choose between managed, non-interactive, or invisible modes based on your security and UX needs.
Navigate Cloudflare's full platform—from serverless compute and data storage to AI inference and edge security. This skill maps your use case to the right product via decision trees, then points you to authoritative references for APIs, limits, and configuration. Always retrieves current docs over cached knowledge.
cloudflare-deploy is a comprehensive guide to building on Cloudflare's platform, covering compute (Workers, Pages, Durable Objects), storage (KV, D1, R2), AI services (Workers AI, Vectorize), and infrastructure-as-code tools. Decision trees help you find the right product for your use case, while retrieval-first guidance ensures you access current API docs, limits, and configuration options rather than relying on outdated knowledge.
This skill provides structured guidance for building across Cloudflare's full platform—from edge compute with Workers and Pages to data storage, AI inference, and security. Decision trees route you to the right product for your use case, while retrieval-first design ensures you get current API details, limits, and pricing from official docs rather than stale knowledge.
More skills Cloudflare Manager (unlicensed) · Wrangler Coder (NOASSERTION)