← Back to Skills Marketplace
jiafar

Vercel to Cloudflare Worker Migration

by jiafar · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
523
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vercel-to-cloudflare
Description
Migrate Next.js projects from Vercel to Cloudflare Workers with Supabase/Hyperdrive support. Use when user wants to move a Next.js app off Vercel to reduce c...
Usage Guidance
This package mostly looks like a legitimate migration helper, but it's incomplete: SKILL.md tells you to run scripts/migrate.py yet that file is not included. Before running anything, do not fetch or execute external code to compensate for the missing file. Review scripts/analyze_project.py locally (it only reads files and prints a report) and run it in a safe environment (not on production servers or on a repo with unredacted secrets). If you plan to perform the migration: (1) ask the publisher for the missing migrate.py or a full install script and review it before running, (2) keep DB credentials and Hyperdrive IDs local and never paste them into third-party channels, (3) install @opennextjs/cloudflare only from npm and verify package integrity, and (4) back up your project and test the migration in a staging environment. If you want higher assurance, request the full source for migrate.py and have it reviewed before execution.
Capability Analysis
Type: OpenClaw Skill Name: vercel-to-cloudflare Version: 1.0.0 The skill bundle, including `SKILL.md` and `scripts/analyze_project.py`, is designed for migrating Next.js projects from Vercel to Cloudflare. The `analyze_project.py` script performs read-only analysis of a specified project directory, identifying patterns related to environment variables and database configurations. It does not contain any code for data exfiltration, malicious execution, persistence, or unauthorized network activity. The `SKILL.md` and reference markdown files provide clear, non-malicious instructions and examples for the user, without any evidence of prompt injection attempts against the AI agent to perform actions outside the stated purpose or against user interests. All observed behaviors are aligned with the stated goal of project migration assistance.
Capability Assessment
Purpose & Capability
Name, description, and the included analysis script (scripts/analyze_project.py) and reference docs consistently target migrating Next.js/Supabase projects from Vercel to Cloudflare Workers with Hyperdrive. The guidance to install @opennextjs/cloudflare and edit next.config/wrangler.toml is appropriate for the stated task.
Instruction Scope
SKILL.md tells the user to run a migration script 'scripts/migrate.py' which is not present in the bundle — this is an incoherence that could lead users to fetch or run unknown external code. The provided analyze_project.py reads the project tree and source files (which is expected) but could expose local secrets if the user runs it in a repo containing credentials; the skill does not explicitly warn about sensitive files. Overall the runtime instructions are specific but incomplete.
Install Mechanism
No install spec is provided (instruction-only plus local helper script). No remote downloads or installers are requested by the package itself, which reduces supply-chain risk. The only external package the instructions ask to install is @opennextjs/cloudflare via npm — expected for this migration.
Credentials
The skill declares no required environment variables or credentials (consistent with being an instruction-only tool). The migration guidance explains where database connection strings and Hyperdrive bindings belong, but it does not request the skill be given secrets. Users will need to supply DB/Hyperdrive credentials for real migrations — those are appropriately described as local configuration rather than required envs for the skill itself.
Persistence & Privilege
The skill does not request persistent presence (always: false) and has no install actions. It does not modify other skills or global configuration. Autonomous invocation is allowed (platform default) but does not combine with other high-risk indicators here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vercel-to-cloudflare
  3. After installation, invoke the skill by name or use /vercel-to-cloudflare
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Next.js + Supabase + Hyperdrive migration guide with analysis script
Metadata
Slug vercel-to-cloudflare
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Vercel to Cloudflare Worker Migration?

Migrate Next.js projects from Vercel to Cloudflare Workers with Supabase/Hyperdrive support. Use when user wants to move a Next.js app off Vercel to reduce c... It is an AI Agent Skill for Claude Code / OpenClaw, with 523 downloads so far.

How do I install Vercel to Cloudflare Worker Migration?

Run "/install vercel-to-cloudflare" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vercel to Cloudflare Worker Migration free?

Yes, Vercel to Cloudflare Worker Migration is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Vercel to Cloudflare Worker Migration support?

Vercel to Cloudflare Worker Migration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vercel to Cloudflare Worker Migration?

It is built and maintained by jiafar (@jiafar); the current version is v1.0.0.

💬 Comments