From 7b3762bb88070006c63d2b954c563b4483ae338e Mon Sep 17 00:00:00 2001 From: Ben Kalsky Date: Tue, 7 Jul 2026 23:53:33 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20rename=20Elementor=20skill=20cross-link?= =?UTF-8?q?=20claude-elementor-pro=20=E2=86=92=20siteagent-elementor-studi?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Elementor build skill was renamed; update the family cross-link(s) to the new repo/skill name (old GitHub URL still redirects). Co-Authored-By: Claude Opus 4.8 --- README.md | 4 ++-- wordpress-api-pro/SKILL.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 175b4f9..44aa248 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ These are the free skills behind [**Aura**](https://my-aura.app) โ€” one AI web- | Stage | Skill | Role | | --- | --- | --- | -| ๐ŸŽจ Build | [claude-elementor-pro](https://github.com/Digitizers/claude-elementor-pro) | Design & build sites inside Elementor | +| ๐ŸŽจ Build | [siteagent-elementor-studio](https://github.com/Digitizers/siteagent-elementor-studio) | Design & build sites inside Elementor | | ๐Ÿ”Ž Audit + Content | [**wordpress-api-pro** โ† you are here](https://github.com/Digitizers/wordpress-api-pro) | REST content ops, SEO & site audits | | ๐Ÿ–ฅ Host | [cloudways-mcp](https://github.com/Digitizers/cloudways-mcp) ยท [hostinger-mcp](https://github.com/Digitizers/hostinger-mcp) | Provision & operate the infrastructure | @@ -89,7 +89,7 @@ bash INSTALL.sh Then restart Claude Code, export `WP_URL` / `WP_USERNAME` / `WP_APP_PASSWORD` (or set up `config/sites.json`), and ask Claude to use it. The ACF / SEO / JetEngine / plugin-detection scripts need `requests` (`pip install requests`); the core post/page/media/WooCommerce/batch scripts use the Python stdlib only. -> Pairs well with the [Elementor MCP kit](https://github.com/Digitizers/claude-elementor-pro): build pages with the MCP, then handle media uploads, SEO meta, custom fields, and WooCommerce with these scripts. +> Pairs well with the [Elementor MCP kit](https://github.com/Digitizers/siteagent-elementor-studio): build pages with the MCP, then handle media uploads, SEO meta, custom fields, and WooCommerce with these scripts. ## Quick Start diff --git a/wordpress-api-pro/SKILL.md b/wordpress-api-pro/SKILL.md index ff184c4..4416767 100644 --- a/wordpress-api-pro/SKILL.md +++ b/wordpress-api-pro/SKILL.md @@ -32,7 +32,7 @@ This skill runs the `scripts/*.py` directly. From the skill directory (`~/.claud - **Auth:** export `WP_URL` / `WP_USERNAME` / `WP_APP_PASSWORD`, or use `config/sites.json` for multi-site. - **Dependencies:** the ACF / SEO / JetEngine / plugin-detection scripts need `requests` (`python3 -m pip install requests`, ideally in a venv). The core post/page/media/WooCommerce/batch scripts use the stdlib only. - **Local dev sites** (e.g. `http://site.local`) work โ€” the private/HTTP restriction applies only to `--allow-remote-url` media downloads, not the WP API base URL. -- **Pairs with the Elementor MCP kit** (`claude-elementor-pro`): build page structure with the MCP, then do media uploads, SEO meta, custom fields, and WooCommerce here. +- **Pairs with the Elementor MCP kit** (`siteagent-elementor-studio`): build page structure with the MCP, then do media uploads, SEO meta, custom fields, and WooCommerce here. ## Safety rules