bulk-cms-update

Create and update Webflow CMS items in bulk with validation and diff previews.

111|18|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/webflow/webflow-skills --skill bulk-cms-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bulk-cms-update
Source: https://github.com/webflow/webflow-skills/tree/main/plugins/webflow-skills/skills/bulk-cms-update
Command: npx skills add https://github.com/webflow/webflow-skills --skill bulk-cms-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates bulk creation and updating of Webflow CMS items across a collection, providing validation, granular previews, and rollback capabilities to reduce manual errors and ensure consistency.

Core Features & Use Cases

  • Validation & Diff Preview: Validate required fields, field types, lengths, and constraints, and show exact changes before applying.
  • Batch Processing & Rollback: Execute changes in batches with rollback data capture and robust error handling.
  • Use Case: Update dozens of blog posts or create multiple products with previews, granular approval, and optional publish.

Quick Start

  1. Select the target site and collection, review the collection schema, and prepare your data in a flexible format (JSON-like, CSV, or bullet lists).
  2. Review the granular preview, resolve any issues, and choose which items to process.
  3. Execute the operation with an optional publish step and monitor the batch progress until completion.

Frequently Asked Questions about bulk-cms-update

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

FAQPage Schema
How do I batch update Webflow CMS items safely?

You can batch update Webflow CMS items by parsing multi-format data, validating field constraints, and previewing diffs before execution. The process captures rollback data and handles errors to ensure safe bulk modifications.

Can I preview Webflow CMS changes before publishing?

Yes, you can preview Webflow CMS changes before publishing. The system generates granular diff previews showing exact modifications, allowing you to resolve validation issues and select specific items before executing batch operations.

What data formats work for importing bulk CMS items in Webflow?

Webflow bulk CMS imports support flexible data formats including JSON-like structures, CSV, and bullet lists. The system parses these formats to create or update items, inspecting the collection schema to ensure data matches field constraints.

How do I rollback bulk CMS updates if something goes wrong?

To rollback bulk CMS updates, the system captures rollback data during batch execution. If errors occur during the Webflow update process, robust error handling mechanisms utilize this captured data to restore the previous state.

Does Webflow bulk CMS update validate required fields and slug uniqueness?

Yes, Webflow bulk CMS update validates required fields, field types, lengths, and constraints. It strictly enforces slug uniqueness and field constraints during multi-format data parsing to prevent manual errors and ensure consistency.

What is the best way to create multiple Webflow products or blog posts at once?

The best way to create multiple Webflow products or blog posts at once is using batch processing with validation. Prepare data in flexible formats, review granular previews, and execute with optional publishing for efficient bulk creation.