This skill allows users to read, create, modify, and restructure Elementor page builder content by handling the underlying JSON data. It is intended for developers and designers working with Elementor in WordPress.
$ npx skills add https://github.com/beeltec/skills --skill elementor-contentThe Elementor Content skill enables AI agents to programmatically interact with Elementor page builder data in WordPress. It works by handling the underlying JSON structure of Elementor pages, allowing agents to read, create, modify, and delete content without using the visual editor. This skill supports both exported JSON templates and direct WordPress database manipulation through WP-CLI, making it valuable for developers and designers who need to automate Elementor workflows, batch-update pages, or integrate page building into custom pipelines.
Install via npm using the provided command.
Creating or editing Elementor page/template content
Modifying widget settings (text, images, styles, links)
Restructuring page layouts (moving sections, adding containers)
Bulk-updating content across multiple Elementor pages
$ npx skills add https://github.com/beeltec/skills --skill elementor-contentgit clone https://github.com/beeltec/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
As an expert in Elementor for WordPress, [perform TASK] on the following Elementor page JSON data: [PASTE_JSON_DATA_HERE]. Ensure [SPECIFIC_REQUIREMENT] is met, such as preserving styling, responsive settings, or widget hierarchy. Return only the modified JSON with no additional commentary unless explicitly requested.
```json
{
"settings": {
"page_title": "Modern Portfolio",
"page_layout": "full_width",
"responsive": {
"breakpoints": {
"xs": 767,
"sm": 991,
"md": 1200
}
}
},
"elements": [
{
"id": "a1b2c3",
"elType": "section",
"settings": {
"background_color": "#f8f9fa",
"padding": {
"top": "50",
"right": "0",
"bottom": "50",
"left": "0"
}
},
"elements": [
{
"id": "d4e5f6",
"elType": "column",
"settings": {
"_column_size": 50
},
"elements": [
{
"id": "g7h8i9",
"elType": "widget",
"widgetType": "heading",
"settings": {
"title": "Creative Design Studio",
"size": "h1",
"typography_font_family": "Poppins",
"typography_font_weight": "700"
}
}
]
}
]
}
]
}
```Keyword-driven content ideas for marketers
Effortless AI-powered video creation
Advanced AI tool for creating comprehensive online courses
AI-powered content and SEO optimization tool
Marketing technology that delivers for you
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan