This handles batch operations on Webflow CMS collections with the kind of safety rails you actually want when touching production data. It walks you through site and collection selection, validates everything against the schema before making changes, shows you diffs for updates, and lets you approve items individually or in groups. The rollback capability and granular approval system mean you can confidently process dozens of blog posts or products without that sinking feeling of "did I just overwrite everything?" It's verbose in a good way, front-loading the validation work so you catch slug conflicts and missing required fields before any API calls go out. Best for content migrations or bulk editorial changes where precision matters more than speed.
npx skills add https://github.com/webflow/webflow-skills --skill bulk-cms-update