Bulk Cms Update
This skill efficiently updates multiple CMS items simultaneously, saving time and ensuring consistent content across your Webflow site.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bulk-cms-update npx -- -y @trustedskills/bulk-cms-update
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bulk-cms-update": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bulk-cms-update"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
bulk-cms-update
What it does
This skill enables AI agents to perform batch operations on Webflow CMS collections, allowing for the simultaneous updating of multiple items rather than processing them one by one. It streamlines content management workflows by reducing the number of API calls required for large-scale data modifications.
When to use it
- Updating metadata, tags, or status fields for hundreds of blog posts or product entries at once.
- Applying global changes to a collection, such as changing image alt text formats across an entire library.
- Synchronizing inventory levels or pricing information from an external system to a Webflow store.
- Resetting or archiving specific items in a large dataset without manual intervention.
Key capabilities
- Executes bulk update operations on Webflow CMS collections.
- Processes multiple content items within a single request context.
- Optimizes API usage by minimizing redundant calls for repetitive tasks.
Example prompts
- "Update the
statusfield to 'Published' for all items in theblog-postscollection where the date is before today." - "Bulk update the
pricefield in theproductscollection by adding a 10% increase to every item." - "Change the
featured_imagefor all items in thetestimonialscollection to the latest uploaded asset."
Tips & gotchas
Ensure your Webflow account has the necessary permissions to modify CMS collections before invoking this skill. While efficient for large datasets, verify that bulk updates do not inadvertently overwrite unique content specific to individual items if using generic update logic.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.