webflow-pack

v1.5.0 by Jeremy Longshore

Claude Code skill pack for Webflow (24 skills)

24 Skills
MIT License

Installation

Open Claude Code and run this command:

/plugin install webflow-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 24 Claude Code skills for the Webflow Data API v2 — CMS content management, ecommerce, forms, webhooks, and site operations via the webflow-api SDK.

Production-ready patterns for building Webflow integrations. Every skill uses real v2 endpoints (api.webflow.com/v2/*), real SDK methods (webflow-api npm package, WebflowClient class), real OAuth 2.0 scopes, and real rate limit handling.

Links: npm: webflow-api | Webflow Developer Docs | API Reference | SDK GitHub


Skills (24)

webflow-ci-integration View full skill →

"Configure Webflow CI/CD with GitHub Actions \u2014 automated CMS validation,\n\.

ReadWriteEditBash(gh:*)Bash(npm:*)
webflow-common-errors View full skill →

"Diagnose and fix Webflow Data API v2 errors \u2014 400, 401, 403, 404,\.

ReadGrepBash(curl:*)Bash(npx:*)
webflow-core-workflow-a View full skill →

"Execute the primary Webflow workflow \u2014 CMS content management:\.

ReadWriteEditBash(npm:*)Bash(npx:*)Grep
webflow-core-workflow-b View full skill →

"Execute Webflow secondary workflows \u2014 Sites management, Pages API,\.

ReadWriteEditBash(npm:*)Bash(npx:*)Grep
webflow-cost-tuning View full skill →

'Optimize Webflow costs through plan selection, CDN read optimization,.

ReadWriteEditGrep
webflow-data-handling View full skill →

"Implement Webflow data handling \u2014 CMS content delivery patterns,\.

ReadWriteEdit
webflow-debug-bundle View full skill →

'Collect Webflow debug evidence for support tickets and troubleshooting.

ReadBash(npm:*)Bash(npx:*)Bash(curl:*)Bash(tar:*)Grep
webflow-deploy-integration View full skill →

'Deploy Webflow-powered applications to Vercel, Fly.

ReadWriteEditBash(vercel:*)Bash(fly:*)Bash(gcloud:*)
webflow-enterprise-rbac View full skill →

"Configure Webflow enterprise access control \u2014 OAuth 2.

ReadWriteEdit
webflow-hello-world View full skill →

"Create a minimal working Webflow Data API v2 example.

ReadWriteEditBash(npm:*)Bash(npx:*)
webflow-incident-runbook View full skill →

"Execute Webflow incident response \u2014 triage by HTTP status (401/403/429/500),\n\.

ReadGrepBash(curl:*)Bash(npm:*)
webflow-install-auth View full skill →

'Install the Webflow JS SDK (webflow-api) and configure OAuth 2.

ReadWriteEditBash(npm:*)Bash(pnpm:*)Grep
webflow-local-dev-loop View full skill →

'Configure a Webflow local development workflow with TypeScript, hot.

ReadWriteEditBash(npm:*)Bash(pnpm:*)Bash(npx:*)Grep
webflow-migration-deep-dive View full skill →

"Execute major Webflow migrations \u2014 from other CMS platforms to\.

ReadWriteEditBash(npm:*)Bash(npx:*)Bash(node:*)
webflow-multi-env-setup View full skill →

'Configure Webflow across development, staging, and production environments.

ReadWriteEditBash(aws:*)Bash(gcloud:*)Bash(vault:*)
webflow-observability View full skill →

"Set up observability for Webflow integrations \u2014 Prometheus metrics\.

ReadWriteEdit
webflow-performance-tuning View full skill →

'Optimize Webflow API performance with response caching, bulk endpoint.

ReadWriteEdit
webflow-prod-checklist View full skill →

"Execute Webflow production deployment checklist \u2014 token security,\.

ReadWriteEditBash(curl:*)Bash(npm:*)Grep
webflow-rate-limits View full skill →

"Handle Webflow Data API v2 rate limits \u2014 per-key limits, Retry-After\.

ReadWriteEdit
webflow-reference-architecture View full skill →

"Implement Webflow reference architecture \u2014 layered project structure,\.

ReadWriteEditGrep
webflow-sdk-patterns View full skill →

"Apply production-ready Webflow SDK patterns \u2014 singleton client,\.

ReadWriteEdit
webflow-security-basics View full skill →

"Apply Webflow API security best practices \u2014 token management, scope\.

ReadWriteEditGrep
webflow-upgrade-migration View full skill →

'Analyze, plan, and execute Webflow SDK upgrades (webflow-api v1 to v3).

ReadWriteEditBash(npm:*)Bash(git:*)