webflow-migrate
Installation
SKILL.md
Webflow Site Migration
Migrate your own Webflow-hosted site to a self-hostable static site. Uses wget to mirror the published site, then cleans up assets, URLs, and Webflow artifacts.
When to Use
- User wants to migrate off Webflow without paying for code export
- User wants to self-host a Webflow site on Render, Netlify, Vercel, etc.
- User wants a local copy of a Webflow site they can edit and maintain
Prerequisites
- The site must be published and publicly accessible (wget mirrors the live site)
wgetmust be installed (comes with macOS/Linux)- Optionally:
agent-browserskill for visual verification
Migration Workflow
Follow these phases in order. Each phase has specific steps — do not skip phases.