An automated workflow skill that enables AI agents to configure Cloudflare Turnstile widgets, deploy verification Workers, and implement frontend bot protection end-to-end.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install turnstile-spin
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install turnstile-spin using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Turnstile Spin skill is a highly cohesive, secure automation blueprint designed for Openclaw Skills ecosystems. It allows an AI coding agent to turn a simple prompt like "add CAPTCHA" into a fully functional, production-ready Cloudflare Turnstile bot protection system. By coordinating API token checks, workspace scanning, and serverless Cloudflare Workers, this skill guarantees secure validation without exposing secret credentials.
Using this skill eliminates manual widget configuration, tedious siteverify API integrations, and risky secrets management. Developers get robust, validation-passed frontend gating integrated seamlessly into their existing forms with Zero-Trust compliance out-of-the-box.
auth-probe.sh, and validates the required scopes.widget-create.sh against the Cloudflare API to provision the Turnstile widget and yield a public sitekey.validate.sh to confirm the form, Worker, and Turnstile API interact perfectly.To enable this skill within your workspace, ensure you have Wrangler installed and run the initialization script. Setup your API token with proper permissions.
# Verify wrangler installation
npx wrangler --version
# Export your Cloudflare API Token with Turnstile:Edit and Workers:Edit scopes
export CLOUDFLARE_API_TOKEN="your_token_here"
export CLOUDFLARE_ACCOUNT_ID="your_account_id_here"
# The AI agent will auto-persist the skill locally
mkdir -p .claude/skills/turnstile-spin
cp SKILL.md .claude/skills/turnstile-spin/SKILL.md
This skill relies on helper automation scripts, template configurations, and environmental metadata to execute safely:
| Path / Resource | Purpose | Data Handled |
|---|---|---|
scripts/auth-probe.sh |
Diagnostics tool for Cloudflare CLI/Token scopes | Cloudflare Token, Account ID |
scripts/widget-create.sh |
Programmatic Turnstile widget registration | Domain list, Widget Sitekey |
scripts/worker-deploy.sh |
Deploys siteverify serverless proxy template | Turnstile Secret Key (secure stdin) |
scripts/validate.sh |
Validates end-to-end token flow | Mock challenge verification |
data-action attribute |
Telemetry tracker containing turnstile-spin-v1 |
Aggregate activation telemetry |
Note: Secrets are never saved to local disk and must only be passed directly to secure environments via system stdin.
Loading
An open-source, local-first market basket analysis tool designed to extract product association rules and business strategy recommendations from Excel data using the Apriori algorithm.

MetricHub is a multi-tenant SaaS metrics platform featuring query building, ECharts visualization, and dashboard orchestration optimized for Openclaw Skills.

An LLM-driven epistemic reasoning engine that evaluates claims against retrieved evidence, outputting a structured belief state with calibrated confidence levels.

An AI-powered document extraction skill to convert W-2s, 1099s, 1040s, and scanned tax forms into clean, typed JSON with per-field confidence flags.

A high-performance AI coding assistant skill designed to build, optimize, and test stateful, coordinated applications using Cloudflare Durable Objects.

A powerful SDK for building secure, isolated code execution environments inside Cloudflare Workers to power AI interpreters, CI/CD pipelines, and runtime sandboxes.








































