Publish a Webflow site with a plan-confirm-publish workflow. Shows what changed since last publish, runs pre-publish checks, and requires explicit confirmation…
Safe Publish
Publish a Webflow site with comprehensive preview, validation, and explicit confirmation workflow.
Important Note
ALWAYS use Webflow MCP tools for all operations:
Use Webflow MCP's data_sites_tool with action list_sites for listing available sites
Use Webflow MCP's data_sites_tool with action get_site for detailed site information
Use Webflow MCP's data_pages_tool with action list_pages for retrieving all pages
Use Webflow MCP's data_cms_tool with action get_collection_list for listing CMS collections
Use Webflow MCP's data_cms_tool with action list_collection_items for checking draft items
Use Webflow MCP's data_sites_tool with action publish_site for publishing the site
Use Webflow MCP's webflow_guide_tool to get best practices before starting
DO NOT use any other tools or methods for Webflow operations
All tool calls must include the required context parameter (15-25 words, third-person perspective)
Instructions
related skills
semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.
+explicitly mandates webflow mcp tool usage, preventing ad-hoc api calls and drift
+requires context parameters on all calls, improving auditability and reproducibility
+names specific mcp actions (list_sites, get_site, list_pages, get_collection_list) rather than generic 'call an api'
weaknesses
~no numbered procedure steps or clear sequencing of the plan-confirm-publish workflow. what does 'comprehensive preview' actually entail as concrete actions
~missing edge cases: what happens if pre-publish checks fail, if draft cms items block publishing, if the publish api returns 409 conflict, if webflow is under maintenance
~no decision tree or failure handling. does the skill retry, prompt for remediation, or abort silently