Vercel To Cloudflare Workers

🌐Community
by drewkwak · vlatest · Repository

Helps with Vercel, Cloudflare as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add vercel-to-cloudflare-workers npx -- -y @trustedskills/vercel-to-cloudflare-workers
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "vercel-to-cloudflare-workers": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/vercel-to-cloudflare-workers"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows you to deploy Vercel projects directly to Cloudflare Workers. It automates the process of converting your Vercel project's code and assets into a format compatible with Cloudflare Workers, handling bundling and optimization behind the scenes. This provides a faster, more edge-optimized deployment experience compared to traditional methods.

When to use it

  • You want to leverage Cloudflare’s global network for lower latency and improved performance of your Vercel applications.
  • Your Vercel project is relatively small and suitable for serverless functions (e.g., API endpoints, static sites with dynamic elements).
  • You're looking for a simpler deployment workflow than manually configuring Cloudflare Workers.
  • You want to reduce infrastructure costs by utilizing Cloudflare’s free tier or paid plans.

Key capabilities

  • Automated project bundling and optimization
  • Vercel project to Cloudflare Worker conversion
  • Direct deployment to Cloudflare Workers platform
  • Simplified workflow for edge deployments

Example prompts

  • "Deploy my Vercel project [project URL] to Cloudflare Workers."
  • "Convert the code from this Vercel repository [repository URL] into a Cloudflare Worker."
  • “Can you deploy my API route at [vercel endpoint] as a worker?”

Tips & gotchas

  • Ensure your Vercel project is compatible with serverless functions and doesn't rely on server-side resources that are not available in the Cloudflare Workers environment.
  • Project size limitations may apply; larger projects might require optimization or splitting into smaller workers.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
drewkwak
Installs
2

🌐 Community

Passed automated security scans.