wordpress-elementor

Installation
Summary

Edit Elementor pages and manage templates on WordPress sites via WP-CLI or browser automation.

  • Choose WP-CLI for safe text and URL replacements within widgets; use browser automation for structural changes, styling, and template application
  • Workflow: identify the page, back up Elementor data, execute edits, flush CSS cache, and verify the live result
  • Supports template duplication, template library management, and page cloning via WP-CLI meta operations
  • Always clear Elementor's CSS cache after WP-CLI changes to ensure visual updates appear on the live site
SKILL.md

WordPress Elementor

Edit Elementor pages and manage templates on existing WordPress sites. Produces updated page content via browser automation (for visual/structural changes) or WP-CLI (for safe text replacements).

Prerequisites

  • Working WP-CLI connection or admin access (use wordpress-setup skill)
  • Elementor installed and active: wp @site plugin status elementor

Workflow

Step 1: Identify the Page

# List Elementor pages
wp @site post list --post_type=page --meta_key=_elementor_edit_mode --meta_value=builder \
  --fields=ID,post_title,post_name,post_status

# Editor URL format: https://example.com/wp-admin/post.php?post={ID}&action=elementor
Related skills
Installs
1.1K
GitHub Stars
776
First Seen
Feb 22, 2026