elementor-builder

Automates CURD-like edits and navigation of Aeotd C# projects.

8|2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/bvisible/elementor-mcp-api --skill elementor-builder-bvisible
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: elementor-builder
Source: https://github.com/bvisible/elementor-mcp-api/tree/main/claude-skill
Command: npx skills add https://github.com/bvisible/elementor-mcp-api --skill elementor-builder-bvisible

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate Elementor page editing across WordPress sites via the NeoService REST API, enabling automated creation, updates, and styling of pages, widgets, and templates with consistent global kit management.

Core Features & Use Cases

  • Discover site structure and available widgets, templates, and global kit settings via REST endpoints.
  • Edit pages safely: patch element settings, add or move elements, duplicate sections, and flush CSS to apply visual changes.
  • Manage global kit and templates across sites to maintain branding consistency and faster AI-assisted production.

Quick Start

Connect to a WordPress site via the NeoService API URL and credentials, then run a simple curl example to discover a page, inspect its structure, and apply a patch to update a widget.

Frequently Asked Questions about elementor-builder

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

FAQPage Schema
How do I automate Elementor page editing across WordPress sites?

Automate Elementor page editing by using the NeoService REST API to discover site structure, patch element settings, and add or move widgets with safe incremental updates. This Skill connects to WordPress via API credentials to apply automated page modifications.

Can I manage global kit settings and templates in WordPress through an API?

Yes, you can manage global kit settings and templates in WordPress through an API by utilizing the NeoService REST endpoints. This allows you to discover existing global kits, maintain branding consistency, and apply template updates across sites automatically.

How do I safely patch widget settings and add sections in Elementor?

Patch widget settings and add sections in Elementor safely by applying incremental updates through the REST API, followed by a post-change CSS flush. This process ensures visual changes are applied correctly without breaking the existing page structure.

Does this Elementor automation approach require specific WordPress plugins?

This approach requires connecting to a WordPress site via the NeoService REST API URL and credentials. It interacts with Elementor structures and global kits directly through these endpoints, meaning NeoService must be available to handle the automation requests.

What is the best way to discover available widgets and page structure in Elementor?

The best way to discover available widgets and page structure in Elementor is by querying the NeoService REST API endpoints. This allows you to inspect site structure, available widgets, and global kit settings before performing any element edits or template management.