webflow-upgrade-migration

Solid

Analyze, plan, and execute Webflow SDK upgrades (webflow-api v1 to v3) with breaking change detection, API v1-to-v2 migration, and deprecation handling. Trigger with phrases like "upgrade webflow", "webflow migration", "webflow breaking changes", "update webflow SDK", "webflow v1 to v2".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Webflow Upgrade & Migration ## Overview Guide for upgrading the `webflow-api` SDK and migrating from Webflow Data API v1 to v2. Covers breaking changes, endpoint mapping, import updates, and rollback. ## Prerequisites - Current `webflow-api` SDK installed - Git for version control (create upgrade branch) - Test suite available - Staging environment for validation ## Instructions ### Step 1: Assess Current Version ```bash # Check installed version npm list webflow-api # Check latest available npm view webflow-api version # View changelog npm view webflow-api --json | jq '.versions[-5:]' ``` ### Step 2: SDK Version History | SDK Version | API Version | Node.js | Key Changes | |-------------|-------------|---------|-------------| | 3.x | Data API v2 | 18+ | Current. `WebflowClient`, auto-retry, bulk ops | | 2.x | Data API v1/v2 | 16+ | Transitional. Mixed v1/v2 endpoints | | 1.x | Data API v1 | 14+ | Legacy. `Webflow` class, no types | **v1 endpoints deprecation: late 2026.** Migrate before then. ### Step 3: API v1 to v2 Migration Map #### Base URL Change ``` v1: https://api.webflow.com v2: https://api.webflow.com/v2 ``` #### Authentication Change ```typescript // v1 (old) — API key import Webflow from "webflow-api"; const webflow = new Webflow({ token: "your-api-key" }); // v2 (current) — Access token import { WebflowClient } from "webflow-api"; const webflow = new WebflowClient({ accessToken: "your-access-token" }); ``` #### Endpoint Migration Map | Opera...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

figma-upgrade-migration

Handle Figma REST API scope changes, deprecations, and migration tasks. Use when migrating from deprecated scopes, updating webhook versions, or adapting to Figma API changelog changes. Trigger with phrases like "upgrade figma", "figma deprecation", "figma scope migration", "figma API changes", "figma v2 webhooks".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-migration-deep-dive

Execute major Webflow migrations — from other CMS platforms to Webflow CMS, between Webflow sites, or large-scale content re-architecture using the Data API v2 bulk endpoints, strangler fig pattern, and data validation. Trigger with phrases like "migrate to webflow", "webflow migration", "import into webflow", "webflow replatform", "move content to webflow", "webflow bulk import", "wordpress to webflow".

2,266 Updated today
jeremylongshore
AI & Automation Featured

firecrawl-upgrade-migration

Upgrade Firecrawl SDK versions and migrate between API versions (v0 to v1/v2). Use when upgrading the SDK, handling breaking changes between versions, or migrating from the old API to the current v2 API. Trigger with phrases like "upgrade firecrawl", "firecrawl migration", "firecrawl v2", "update firecrawl SDK", "firecrawl breaking changes".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-upgrade-migration

Upgrade Klaviyo SDK versions and migrate between API revisions. Use when upgrading the klaviyo-api package, migrating from v1/v2 legacy APIs to the current REST API, or handling breaking changes between revisions. Trigger with phrases like "upgrade klaviyo", "klaviyo migration", "klaviyo breaking changes", "update klaviyo SDK", "klaviyo API revision".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hubspot-upgrade-migration

Upgrade @hubspot/api-client SDK versions and migrate between API versions. Use when upgrading the HubSpot Node.js SDK, migrating from v1/v2 to v3 APIs, or handling breaking changes in the HubSpot API client. Trigger with phrases like "upgrade hubspot", "hubspot SDK update", "hubspot breaking changes", "migrate hubspot API version", "hubspot v3 migration".

2,266 Updated today
jeremylongshore