wordpress-elementor

Edit Elementor WordPress pages via WP-CLI and browser automation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/redbananastudios/ai-library --skill wordpress-elementor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-elementor
Source: https://github.com/redbananastudios/ai-library/tree/main/generated/claude/skills/wordpress-elementor
Command: npx skills add https://github.com/redbananastudios/ai-library --skill wordpress-elementor

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about wordpress-elementor

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

FAQPage Schema
How do I safely update text and URLs on Elementor pages using WP-CLI?

To safely update Elementor pages via WP-CLI, back up the page's Elementor data, perform a dry-run validation for precise text and URL replacements, apply the changes, and flush the CSS cache to ensure updates render correctly.

Why do my Elementor text changes not show up after a WP-CLI search and replace?

Elementor text changes may not appear because the plugin's CSS cache is stale. You must flush the Elementor CSS cache after running WP-CLI updates so the browser loads the newly regenerated styles and content.

Can I use browser automation to modify Elementor widget layouts and sections?

Yes, you can use browser automation to modify Elementor layouts. It allows you to update widget styling, add or remove sections, and make visual structural changes directly in the editor when WP-CLI is not sufficient for the task.

What is the best way to duplicate an Elementor page template across different post IDs?

The best way to duplicate an Elementor page template across post IDs is using WP-CLI data management. You can list, export, and import Elementor templates, then apply the page settings and stored widget data to other posts.

When should I use browser automation instead of WP-CLI for Elementor content updates?

Use browser automation instead of WP-CLI for Elementor content updates when you need to make visual structural changes like updating widget styling or adding sections, as WP-CLI is limited to low-risk text and URL replacements.