webflow-automation

Automate Webflow CMS item management and site publishing via Composio.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/vZulin/overlay-clock-timer --skill webflow-automation-vzulin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webflow-automation
Source: https://github.com/vZulin/overlay-clock-timer/tree/main/.codex/skills/macos-design/webflow-automation
Command: npx skills add https://github.com/vZulin/overlay-clock-timer --skill webflow-automation-vzulin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Webflow workflow automation that reduces manual steps for managing CMS items, publishing changes, uploading assets, and retrieving orders across Webflow sites using Composio's toolkit.

Core Features & Use Cases

  • Automates CMS collection item CRUD using correct field slugs and schema discovery.
  • Publishes staged changes to live sites and coordinates asset uploads and site-wide publishing.
  • Retrieves ecommerce orders and site data to enable end-to-end content and commerce workflows.
  • Practical use: Create a blog post, upload a featured image, publish, and verify order status in a single workflow.

Quick Start

Set up a sample workflow that creates a CMS item and publishes the site to production.

Frequently Asked Questions about webflow-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Webflow CMS item creation and publishing in a single workflow?

Automating Webflow CMS item creation and publishing uses Composio's toolkit via Rube MCP to manage collections and safely publish staged changes to production. You can create collection items with correct field slugs and publish the site in one connected sequence.

Can I upload assets and retrieve ecommerce orders from Webflow automatically?

Yes, you can automate Webflow asset uploads and ecommerce order retrieval using Composio's Webflow toolkit endpoints. This enables end-to-end content and commerce workflows, such as uploading a featured image and verifying order status seamlessly.

What is needed to connect Webflow and manage CMS collections through an MCP server?

To connect Webflow and manage CMS collections, you need an active Webflow connection and the RUBE_SEARCH_TOOLS prerequisite configured. These enable the Rube MCP server to discover collection schemas and execute typed CRUD operations safely.

How does Webflow CMS schema discovery work when automating content management?

Webflow CMS schema discovery works by listing collections and retrieving specific collection schemas before creating or updating items. This ensures typed field slugs are applied correctly, preventing data misalignment when automating content management workflows.

What's the best way to safely publish staged Webflow site changes via API?

The best way to safely publish staged Webflow site changes is using the PUBLISH_SITE tool sequence within Composio's toolkit. It coordinates site-wide publishing operations after verifying collection items and asset uploads are complete.

Why do Webflow automation workflows fail when updating CMS collection items?

Webflow automation workflows fail when updating CMS collection items if field slugs do not match the discovered collection schema. Applying incorrect typed fields or lacking an active Webflow connection prevents successful item creation and updates.