cloudflare

Deploy Vibes apps to Cloudflare Workers with KV-backed subdomain registry and Clerk JWT verification.

134|5|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/popmechanic/vibes-cli --skill cloudflare-popmechanic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare
Source: https://github.com/popmechanic/vibes-cli/tree/main/skills/cloudflare
Command: npx skills add https://github.com/popmechanic/vibes-cli --skill cloudflare-popmechanic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides self-contained deployment automation that lets you publish a Vibes app directly to Cloudflare Workers with a per-app subdomain registry, backed by Cloudflare KV for storage and JWT verification via Web Crypto.

Core Features & Use Cases

  • Deploy a Vibes app to Cloudflare Workers with a per-app subdomain registry.
  • KV-backed registry storage for subdomain ownership and quotas, plus JWT verification with Clerk.
  • Optional AI-enabled routing and OpenRouter proxy integration.
  • Self-contained deployment unit designed for direct invocation without decomposition.

Quick Start

Run node scripts/deploy-cloudflare.js --name myapp --file index.html

Frequently Asked Questions about cloudflare

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

FAQPage Schema
How do I deploy a Vibes app to Cloudflare Workers with a subdomain registry?

Deploy a Vibes app to Cloudflare Workers by running the deployment script with an app name and file, which automatically provisions a per-app subdomain registry backed by KV storage.

Do I need Wrangler CLI and a Cloudflare account to deploy Workers apps?

Yes, deploying Workers apps requires the Wrangler CLI, a Cloudflare account with Workers enabled, and a configured KV namespace to manage subdomain routing and registry storage.

How does JWT verification work with Cloudflare Workers deployment?

JWT verification uses Clerk public keys and Web Crypto API to secure automated deployment workflows, validating authentication tokens for subdomain management and registry access on Cloudflare Workers.

Can I use Cloudflare KV for subdomain ownership and quota management?

Yes, Cloudflare KV provides registry storage for tracking subdomain ownership and managing quotas, enabling self-contained deployment automation for Vibes apps on Workers.

Does Cloudflare Workers deployment support AI routing and OpenRouter proxy integration?

Yes, the deployment workflow supports optional AI-enabled routing and OpenRouter proxy integration through an internal API proxy for Vibes apps hosted on Cloudflare Workers.

What are the limitations of using KV storage for Workers subdomain registry?

KV storage limitations include eventual consistency for registry updates and quota tracking, making it less suitable for real-time subdomain management requiring immediate state synchronization across edge locations.