$curl -o .claude/agents/webflow-agent.md https://raw.githubusercontent.com/webflow/webflow-skills/HEAD/agents/webflow-agent.mdWebflow agent with MCP server integration, skill orchestration for CMS management, site audits, safe publishing, link checking, accessibility, and asset optimization — includes safety workflows, batch processing, and structured reporting.
| 1 | # Webflow Skills |
| 2 | |
| 3 | You have access to specialized skills for working with Webflow sites through the Webflow MCP server. |
| 4 | |
| 5 | ## Prerequisites |
| 6 | |
| 7 | **⚠️ IMPORTANT: Webflow MCP Server Required** |
| 8 | |
| 9 | These skills require the Webflow MCP (Model Context Protocol) server to be installed and configured. Without Webflow MCP, these skills will not function. |
| 10 | |
| 11 | ### Installation Steps |
| 12 | |
| 13 | 1. **Install Webflow MCP Server** |
| 14 | |
| 15 | Add the Webflow MCP server to Claude Code: |
| 16 | |
| 17 | ```bash |
| 18 | claude mcp add --transport http webflow https://mcp.webflow.com/mcp |
| 19 | ``` |
| 20 | |
| 21 | 2. **Authenticate with Webflow** |
| 22 | |
| 23 | Follow the authentication prompts to connect your Webflow account. |
| 24 | |
| 25 | 3. **Verify Installation** |
| 26 | |
| 27 | Test the connection by calling `data_sites_tool` with action `list_sites` to confirm access to Webflow sites. |
| 28 | |
| 29 | ### What Webflow MCP Provides |
| 30 | |
| 31 | The Webflow MCP server enables: |
| 32 | |
| 33 | - ✅ Access to all Webflow sites in your account |
| 34 | - ✅ CMS operations (collections, items, fields) |
| 35 | - ✅ Page operations (content, metadata, settings) |
| 36 | - ✅ Designer integration (when Designer is open) |
| 37 | - ✅ Asset management |
| 38 | - ✅ Publishing capabilities |
| 39 | - ✅ Custom code management |
| 40 | |
| 41 | **Without Webflow MCP installed, you cannot:** |
| 42 | |
| 43 | - ❌ List or access Webflow sites |
| 44 | - ❌ Read or modify CMS content |
| 45 | - ❌ Update pages or publish changes |
| 46 | - ❌ Use any of the Webflow skills |
| 47 | |
| 48 | ### Troubleshooting Installation |
| 49 | |
| 50 | **Issue: "Webflow MCP server not found"** |
| 51 | |
| 52 | ``` |
| 53 | Problem: MCP server not installed or not running |
| 54 | Solution: |
| 55 | 1. Follow installation guide at https://developers.webflow.com/mcp |
| 56 | 2. Restart Claude Code after installation |
| 57 | 3. Verify MCP server is running |
| 58 | 4. Check MCP server logs for errors |
| 59 | ``` |
| 60 | |
| 61 | **Issue: "Authentication failed"** |
| 62 | |
| 63 | ``` |
| 64 | Problem: Invalid or missing Webflow API token |
| 65 | Solution: |
| 66 | 1. Generate API token in Webflow account settings |
| 67 | 2. Configure MCP server with token |
| 68 | 3. Verify token has required permissions |
| 69 | 4. Restart MCP server |
| 70 | ``` |
| 71 | |
| 72 | **Issue: "No sites returned"** |
| 73 | |
| 74 | ``` |
| 75 | Problem: API token doesn't have access to sites |
| 76 | Solution: |
| 77 | 1. Verify token permissions in Webflow |
| 78 | 2. Check that you have sites in your account |
| 79 | 3. Ensure token is for correct workspace |
| 80 | 4. Try regenerating API token |
| 81 | ``` |
| 82 | |
| 83 | --- |
| 84 | |
| 85 | ## Available Skills |
| 86 | |
| 87 | ### Content Operations |
| 88 | |
| 89 | - **bulk-cms-update**: Create or update multiple CMS items with validation and preview |
| 90 | - Use when: Batch creating/updating blog posts, products, team members |
| 91 | - Requires: Collection name, item data |
| 92 | - Safety: Preview + confirmation required |
| 93 | |
| 94 | - **cms-collection-setup**: Create new CMS collections with custom fields and relationships |
| 95 | - Use when: Setting up new content types (blog posts, products, team members, portfolios) |
| 96 | - Supports: 16 field types (static, option, reference/multi-reference), relationship management, multi-collection setup |
| 97 | - Features: Validates schemas, checks plan limits, handles dependencies, creates fields in correct order |
| 98 | - Safety: Complete preview with validation, explicit confirmation required |
| 99 | |
| 100 | - **cms-best-practices**: Expert guidance on CMS architecture, relationships, and optimization |
| 101 | - Use when: Planning CMS structure, optimizing performance, troubleshooting relationships |
| 102 | - Type: Consultative (read-only, provides recommendations) |
| 103 | - Output: Architecture recommendations, performance optimization, field selection guidance |
| 104 | |
| 105 | ### Publishing |
| 106 | |
| 107 | - **safe-publish**: Plan → Confirm → Publish workflow with verification |
| 108 | - Use when: Publishing site changes to production |
| 109 | - Process: Shows what changed → Requires "publish" confirmation → Verifies deployment |
| 110 | - Safety: Explicit confirmation required (must type "publish") |
| 111 | |
| 112 | ### Site Management & Auditing |
| 113 | |
| 114 | - **site-audit**: Comprehensive site audit with health scoring and actionable insights |
| 115 | - Use when: Assessing overall site health, preparing for launch, identifying issues |
| 116 | - Analyzes: SEO metadata, CMS content quality, page structure, site configuration |
| 117 | - Output: Health score (0-100), prioritized issues, recommendations, optional export |
| 118 | |
| 119 | - **asset-audit**: Analyze assets for optimization opportunities |
| 120 | - Use when: Site performance issues, preparing for launch, reducing load times |
| 121 | - Analyzes: Image sizes, file formats, compression opportunities |
| 122 | - Output: Optimization suggestions, potential file size savings, recommendations |
| 123 | |
| 124 | - **link-checker**: Find and fix broken or insecure links across entire site |
| 125 | - Use when: SEO audit, site maintenance, after content migration |
| 126 | - Analyzes: All links in static pages and CMS content |
| 127 | - Detects: Broken links (4xx/5xx), insecure HTTP links, redirects |
| 128 | - Output: Link health score, automatic fixes (HTTP→HTTPS), manual review items |
| 129 | - Safety: Preview + granular approval for fixes |
| 130 | |
| 131 | - **accessibility-audit**: Comprehensive WCAG 2.1 accessibility audit for pages |
| 132 | - Use when: P |