skillfed

cloudflare

This skill automates deployment of Vibes apps to Cloudflare Workers using the Deploy API, eliminating the need for wrangler CLI or manual infrastructure setup. It manages browser-based authentication on first run, caches credentials for future deploys, and bundles static assets automatically. Optionally configure OpenRouter API keys to enable AI features in your deployed app.

Cloudflare deploys your Vibes app to Workers edge infrastructure via the Deploy API with automatic authentication.

AI-generated summary based on this skill's SKILL.md

134 6 MIT updated by popmechanic

Install

popmechanic/VibesOS/cloudflare · repository language: HTML

git clone https://github.com/popmechanic/VibesOS
cp -r VibesOS/skills/cloudflare ~/.claude/skills/cloudflare
npx skillfed install popmechanic/VibesOS/cloudflare

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I deploy a Vibes app to Cloudflare Workers?

The cloudflare skill automates deployment of Vibes apps to Cloudflare Workers edge infrastructure using the Deploy API. On first run, it handles browser-based authentication and caches your credentials for future deploys. The skill bundles static assets automatically and eliminates the need for wrangler CLI or manual setup—just run the deployment command and your app goes live on the edge.

What is cloudflare workers deployment automation?

Cloudflare skill provides deployment automation by integrating with Cloudflare's Deploy API and Pocket ID authentication. It automates production deployment workflows, manages credentials securely, and handles asset bundling without requiring manual infrastructure configuration. This enables you to push updates to your Vibes app continuously without CLI tools or repetitive setup steps.

Can I deploy to Cloudflare edge with a custom domain?

Yes, the cloudflare skill supports multi-tenant subdomains and custom domain configuration on Cloudflare. You can set up DNS records and edge hosting through the skill's deployment process, allowing you to host your Vibes app under your own domain rather than just workers.dev subdomains.

How does the cloudflare skill enable AI features?

The cloudflare skill lets you configure OpenRouter API keys during deployment to enable AI features in your deployed Vibes app. Simply provide your OpenRouter credentials when setting up the skill, and AI capabilities will be available to your edge-hosted application automatically.

What authentication method does cloudflare use for deployment?

The cloudflare skill uses Pocket ID authentication combined with the Deploy API for secure, automated production deployments. On your first deployment, you authenticate via browser; the skill then caches your credentials so subsequent deploys run without manual intervention.

Does cloudflare handle static assets and DNS configuration?

Yes, the cloudflare skill manages static asset bundling automatically and handles DNS configuration for edge hosting. It takes care of asset optimization and DNS setup as part of the deployment process, so your Vibes app's static files and domain routing are configured correctly on Cloudflare Workers.

SKILL.md

rendered from the published skill — quoted content, verbatim

> Plan mode: If you are planning work, this entire skill is ONE plan step: "Invoke /vibes:cloudflare". Do not decompose the steps below into separate plan tasks.

  ╔═══════════════════════════════════════════════╗
  ║   ☁️  CLOUDFLARE WORKERS DEPLOY               ║
  ║   Deploy API · Pocket ID · Edge Functions      ║
  ╚═══════════════════════════════════════════════╝

Deploy to Cloudflare

Deploy your Vibes app to Cloudflare Workers via the Deploy API.

Prerequisites

  1. Assembled HTML file (from /vibes:vibes or /vibes:factory)
  2. Vibes account (browser login on first deploy)

No Cloudflare account or wrangler CLI needed — the Deploy API handles infrastructure.

Quick Deploy

```bash VIBES_ROOT="${CLAUDE_PLUGIN_ROOT:-$(dirname "$(dirname "${CLAUDE_SKILL_DIR}")")}" bun

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
skills/cloudflare/SKILL.md

Related skills

Tags

edge-computing serverless-deployment infrastructure-automation multi-tenant-hosting api-gateway dns-configuration ci-cd-integration static-asset-management authentication-flow