Claude Code marketplace of Webflow Agent Skills by 224 Industries
npx claudepluginhub 224-industries/webflow-skillsShip solutions for and with Webflow. This plugin provides a collection of skills to help you integrate and automate tasks related to Webflow, including webhook management, designer api tasks, and more.
Share bugs, ideas, or general feedback.
This repository contains a collection of Webflow Agent Skills by 224 Industries. These skills are designed to enhance the capabilities of agents by providing them with specialized functionalities.
Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. They work across any AI agent that supports the open Agent Skills standard.
| Skill | Description | Download |
|---|---|---|
| webflow-browser-api | Control Webflow Analyze and Optimize from JavaScript via the Browser API. Use... | Download |
| webflow-code-components | Build, define, and import React code components into Webflow via DevLink. Use... | Download |
| webflow-designer-api | Work with the Webflow Designer API — either by building Designer Extensions (... | Download |
| webflow-enterprise-api | Webflow Enterprise API endpoints for workspace management, audit logs, site a... | Download |
| webflow-webhooks | Receive and verify Webflow webhooks. Use when setting up Webflow webhook hand... | Download |
Looking for more? The Webflow Skills Kit is a bundle of premium Agent Skills for Webflow professionals, including strategy report generation, discovery workflows, client roleplay, and more. Built for and by Webflow professionals, the Skills Kit is designed to help you get the most out of AI agents in your Webflow projects, while saving you money and time.
Use skills to install skills directly:
███████╗██╗ ██╗██╗██╗ ██╗ ███████╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔════╝
███████╗█████╔╝ ██║██║ ██║ ███████╗
╚════██║██╔═██╗ ██║██║ ██║ ╚════██║
███████║██║ ██╗██║███████╗███████╗███████║
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝╚══════╝
# Install all skills
npx skills add 224-industries/webflow-skills
# Install specific skills
npx skills add 224-industries/webflow-skills --skill webflow-designer-api
# List available skills
npx skills add 224-industries/webflow-skills --list
Download .skill files directly from the Available Skills table above and upload them to any agent that supports the Agent Skills standard:
# Add the plugin (includes all skills)
/plugin add 224-industries/webflow-skills
Upload skills directly to Gumloop agents:
.skill file from the Available Skills table above.skill fileAgent skills can also be installed via Playbooks or Context7:
# Playbooks
npx playbooks add skill 224-industries/webflow-skills
# Context7
npx ctx7 skills install /224-industries/webflow-skills
Use the included script to add new skills:
node scripts/add-skill.js <skill-name> "<description>"
Example:
node scripts/add-skill.js webflow-designer-api "Build Webflow Designer Extensions..."
This will create the skill structure and automatically update manifest.json, platform plugin files, skills/index.json, and this README.