A technical automation skill for migrating Next.js applications from Vercel to Cloudflare Workers with native Supabase and Hyperdrive support.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vercel-to-cloudflare
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 vercel-to-cloudflare using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a comprehensive framework for transitioning Next.js projects from Vercel to the Cloudflare ecosystem. It streamlines the process of adapting Node.js-centric code to the Cloudflare Worker runtime, specifically targeting common infrastructure pain points like high egress costs and database connection limits. By leveraging Openclaw Skills, developers can seamlessly integrate the @opennextjs/cloudflare adapter and implement Hyperdrive for high-performance database connection pooling.
The skill focuses on refactoring environment variable access and database initialization patterns to ensure they are compatible with edge environments. It provides clear pathways for connecting to Supabase via direct IPv6 connections, ensuring that applications remain fast, scalable, and cost-effective when running on Cloudflare's global network.
To begin the migration using Openclaw Skills, first install the necessary adapter:
npm install @opennextjs/cloudflare
Then, utilize the provided automation scripts to analyze and migrate your codebase:
# Analyze the project for migration readiness
python3 scripts/analyze_project.py <project-path>
# Run the migration transformation
python3 scripts/migrate.py <project-path>
The skill manages the migration process by modifying specific project configurations and directory structures:
| Component | Implementation Details |
|---|---|
wrangler.toml |
Stores Cloudflare Worker metadata, compatibility dates, and Hyperdrive bindings. |
next.config.js |
Updated to include the OpenNext adapter for Cloudflare compatibility. |
Environment Variables |
Transitioned to a structured object accessed via getCloudflareContext().env. |
Database Clients |
Refactored from global singletons to cached, per-request instances. |
Scripts Directory |
Contains the analyze_project.py and migrate.py logic. |
Loading
A specialized web application generator for creating custom, WeChat-compatible animated gold horse GIF stickers for Chinese New Year 2026.

A high-performance Docker-based web scraper utilizing Crawlee and Playwright to extract structured data from Amazon, YouTube, and dynamic web pages.

A browser-based smart teleprompter featuring mobile remote control and real-time dual-screen synchronization for professional video recording.

A sophisticated research framework for AI agents to perform multi-source web investigation, fact-checking, and structured synthesis.

A professional-grade stock monitoring system featuring seven intelligent alert rules and multi-level risk notifications for global and Chinese markets.

A universal AI-powered tool to check global ski resort snow conditions, weather, and specific gear requirements.








































