Skills are pre-built agent capabilities that help you accomplish common Webflow tasks through natural language. They work alongside the Webflow MCP server to provide specialized workflows for content management, site optimization, and safe publishing.
Prerequisites
Skills require both:
If you haven’t set up the MCP server yet, see the getting started guide.
Skills are specialized agent workflows that combine multiple MCP tools to accomplish specific tasks. Instead of manually orchestrating tool calls, you describe what you want and the skill handles the implementation details.
For example, rather than:
You can use the bulk-cms-update skill with a prompt like:
The skill automatically handles validation, generates a preview of changes, and asks for confirmation before applying updates.
To open an interactive installer that lets you select skills and the agents to install them in, run this command:
For specific instructions for AI tools, select your AI tool below to begin:
In Claude Desktop, go to Settings > Capabilities ensure that Code execution and file creation is enabled.
Download and extract the Webflow skills from this link: https://github.com/webflow/webflow-skills/archive/refs/heads/main.zip
Or go to https://github.com/webflow/webflow-skills and download the repository compressed file or individual SKILL.md files from there.
plugins folder of the file you downloaded and extracted, upload one SKILL.md file at a time.
These files are in sub-folders in the compressed file.Skills are automatically invoked when they are relevant to your task. For example, if you added the Accessibility Audit skill, Claude Desktop invokes it automatically when you give it a prompt that relates ot the skill, like this example:
If the accessibility-audit skill is working, Claude Code automatically invokes it and runs an accessibility check.
Keep your skills up to date to get the latest features and improvements:
To update a skill in Claude Desktop, upload the new version of the skill and replace the old version.
Skills are implemented using the Agent Skills open format. They work as specialized workflows that:
The skills layer on top of the MCP server without requiring any changes to your MCP configuration. They simply make common workflows easier by packaging best practices into reusable patterns.