webflow-core-workflow-a

Solid

Execute the primary Webflow workflow — CMS content management: list collections, CRUD items, publish items, and manage content lifecycle via the Data API v2. Use when working with Webflow CMS collections and items, managing blog posts, team members, or any dynamic content. Trigger with phrases like "webflow CMS", "webflow collections", "webflow items", "create webflow content", "manage webflow CMS", "webflow content management".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Webflow Core Workflow A — CMS Content Management ## Overview The primary money-path workflow for Webflow: managing CMS collections and items through the Data API v2. Covers the full CRUD lifecycle — create, read, update, delete, and publish CMS content programmatically. ## Prerequisites - Completed `webflow-install-auth` setup - API token with `cms:read` and `cms:write` scopes - A Webflow site with at least one CMS collection ## API Endpoints Reference | Operation | Method | Endpoint | |-----------|--------|----------| | List collections | GET | `/v2/sites/{site_id}/collections` | | Get collection | GET | `/v2/collections/{collection_id}` | | List items (staged) | GET | `/v2/collections/{collection_id}/items` | | List items (live) | GET | `/v2/collections/{collection_id}/items/live` | | Get item | GET | `/v2/collections/{collection_id}/items/{item_id}` | | Create item | POST | `/v2/collections/{collection_id}/items` | | Create items (bulk) | POST | `/v2/collections/{collection_id}/items/bulk` | | Update item | PATCH | `/v2/collections/{collection_id}/items/{item_id}` | | Update items (bulk) | PATCH | `/v2/collections/{collection_id}/items/bulk` | | Delete item | DELETE | `/v2/collections/{collection_id}/items/{item_id}` | | Delete items (bulk) | DELETE | `/v2/collections/{collection_id}/items/bulk` | | Publish item | POST | `/v2/collections/{collection_id}/items/publish` | ## Instructions ### Step 1: List Collections and Inspect Schema ```typescript import { Webflo...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

webflow-hello-world

Create a minimal working Webflow Data API v2 example. Use when starting a new Webflow integration, testing your setup, or learning basic Webflow API patterns — list sites, read CMS collections, create items. Trigger with phrases like "webflow hello world", "webflow example", "webflow quick start", "simple webflow code", "first webflow API call".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-core-workflow-b

Execute Webflow secondary workflows — Sites management, Pages API, Forms submissions, Ecommerce (products/orders/inventory), and Custom Code via the Data API v2. Use when managing sites, reading pages, handling form data, or working with Webflow Ecommerce products and orders. Trigger with phrases like "webflow sites", "webflow pages", "webflow forms", "webflow ecommerce", "webflow products", "webflow orders".

2,266 Updated today
jeremylongshore
AI & Automation Listed

webflow-automation

Automate Webflow CMS collections, site publishing, page management, asset uploads, and ecommerce orders via Rube MCP (Composio). Always search tools first for current schemas.

335 Updated today
aiskillstore
AI & Automation Featured

webflow-automation

Automate Webflow CMS collections, site publishing, page management, asset uploads, and ecommerce orders via Rube MCP (Composio). Always search tools first for current schemas.

39,227 Updated today
sickn33
AI & Automation Solid

webflow-automation

Automate Webflow CMS collections, site publishing, page management, asset uploads, and ecommerce orders via Rube MCP (Composio). Always search tools first for current schemas.

2,987 Updated 4 days ago
davepoon