What problem does it solve?
WordPress Elementor edits are slow and error-prone because changes to text, images, and layouts require careful handling of Elementor’s stored widget data and CSS regeneration.
Core Features & Use Cases
- WP-CLI Elementor-safe updates: Perform low-risk text and URL updates (with backup, dry-run validation, and precise search-replace) and then flush Elementor’s CSS cache so changes render correctly.
- Browser automation for structural edits: Update widget styling, add/remove sections, and make layout changes using Elementor’s visual editor when WP-CLI is not sufficient.
- Template and page management: List Elementor templates, export/import them, apply them to pages, and duplicate/apply Elementor page settings across posts using WP-CLI data.
Quick Start
Use the wordpress-elementor skill to update an existing Elementor page by backing up its Elementor data, replacing the target text, flushing Elementor CSS, and verifying the live result in the page URL.