@respira/wordpress-mcp-server 7.2.18 → 7.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/dist/acf-tools.d.ts +0 -10
  2. package/dist/acf-tools.d.ts.map +1 -1
  3. package/dist/acf-tools.js +0 -15
  4. package/dist/acf-tools.js.map +1 -1
  5. package/dist/config.d.ts.map +1 -1
  6. package/dist/config.js +31 -36
  7. package/dist/config.js.map +1 -1
  8. package/dist/server.d.ts +0 -47
  9. package/dist/server.d.ts.map +1 -1
  10. package/dist/server.js +1155 -605
  11. package/dist/server.js.map +1 -1
  12. package/dist/wordpress-client.d.ts +61 -29
  13. package/dist/wordpress-client.d.ts.map +1 -1
  14. package/dist/wordpress-client.js +271 -148
  15. package/dist/wordpress-client.js.map +1 -1
  16. package/package.json +2 -2
  17. package/skills/activity-report-composer/README.md +38 -0
  18. package/skills/activity-report-composer/SKILL.md +167 -0
  19. package/skills/activity-report-composer/metadata.json +42 -0
  20. package/skills/brand-voice-synthesizer/README.md +43 -0
  21. package/skills/brand-voice-synthesizer/SKILL.md +259 -0
  22. package/skills/brand-voice-synthesizer/metadata.json +46 -0
  23. package/skills/build-oxygen6-page/SKILL.md +59 -0
  24. package/skills/conversion-audit/README.md +37 -0
  25. package/skills/conversion-audit/SKILL.md +185 -0
  26. package/skills/conversion-audit/metadata.json +46 -0
  27. package/skills/custom-post-type-architect/README.md +34 -0
  28. package/skills/custom-post-type-architect/SKILL.md +158 -0
  29. package/skills/custom-post-type-architect/metadata.json +39 -0
  30. package/skills/design-system-synthesizer/README.md +46 -0
  31. package/skills/design-system-synthesizer/SKILL.md +395 -0
  32. package/skills/design-system-synthesizer/metadata.json +57 -0
  33. package/skills/figma-to-elementor/SKILL.md +204 -0
  34. package/skills/html-to-bricks/README.md +43 -0
  35. package/skills/html-to-bricks/SKILL.md +135 -0
  36. package/skills/html-to-bricks/metadata.json +41 -0
  37. package/skills/internal-link-builder/SKILL.md +258 -0
  38. package/skills/internal-link-builder/metadata.json +46 -0
  39. package/skills/migrate-beaver-builder-to-bricks/SKILL.md +251 -0
  40. package/skills/migrate-beaver-builder-to-gutenberg/SKILL.md +248 -0
  41. package/skills/migrate-brizy-to-gutenberg/SKILL.md +248 -0
  42. package/skills/migrate-divi-to-breakdance/SKILL.md +312 -0
  43. package/skills/migrate-divi-to-bricks/SKILL.md +321 -0
  44. package/skills/migrate-divi-to-gutenberg/SKILL.md +328 -0
  45. package/skills/migrate-elementor-to-breakdance/SKILL.md +287 -0
  46. package/skills/migrate-elementor-to-bricks/SKILL.md +289 -0
  47. package/skills/migrate-elementor-to-gutenberg/SKILL.md +327 -0
  48. package/skills/migrate-elementor-to-oxygen/SKILL.md +300 -0
  49. package/skills/migrate-oxygen-to-breakdance/SKILL.md +235 -0
  50. package/skills/migrate-oxygen-to-bricks/SKILL.md +237 -0
  51. package/skills/migrate-thrive-architect-to-gutenberg/SKILL.md +257 -0
  52. package/skills/migrate-visual-composer-to-gutenberg/SKILL.md +261 -0
  53. package/skills/migrate-wpbakery-to-bricks/SKILL.md +336 -0
  54. package/skills/migrate-wpbakery-to-gutenberg/SKILL.md +345 -0
  55. package/skills/mobile-experience-report/SKILL.md +719 -0
  56. package/skills/mobile-experience-report/telemetry.ts +137 -0
  57. package/skills/page-template-library/README.md +41 -0
  58. package/skills/page-template-library/SKILL.md +175 -0
  59. package/skills/page-template-library/metadata.json +44 -0
  60. package/skills/prime-the-agent/README.md +49 -0
  61. package/skills/prime-the-agent/SKILL.md +225 -0
  62. package/skills/prime-the-agent/metadata.json +46 -0
  63. package/skills/respira-setup-assistant/SKILL.md +386 -0
  64. package/skills/respira-setup-assistant/metadata.json +36 -0
  65. package/skills/seo-aeo-amplifier/README.md +61 -0
  66. package/skills/seo-aeo-amplifier/SKILL.md +277 -0
  67. package/skills/seo-aeo-amplifier/metadata.json +62 -0
  68. package/skills/stale-content-detector/README.md +41 -0
  69. package/skills/stale-content-detector/SKILL.md +156 -0
  70. package/skills/stale-content-detector/metadata.json +43 -0
  71. package/skills/technical-debt-audit/SKILL.md +691 -0
  72. package/skills/technical-debt-audit/telemetry.ts +142 -0
  73. package/skills/woocommerce-health-check/SKILL.md +719 -0
  74. package/skills/woocommerce-health-check/telemetry.ts +137 -0
  75. package/skills/wordpress-ai-image-optimizer/README.md +49 -0
  76. package/skills/wordpress-ai-image-optimizer/SKILL.md +232 -0
  77. package/skills/wordpress-ai-image-optimizer/metadata.json +63 -0
  78. package/skills/wordpress-site-dna/README.md +81 -0
  79. package/skills/wordpress-site-dna/SKILL.md +669 -0
  80. package/skills/wordpress-site-dna/telemetry.ts +137 -0
  81. package/dist/__tests__/acf-tool-routing.test.d.ts +0 -2
  82. package/dist/__tests__/acf-tool-routing.test.d.ts.map +0 -1
  83. package/dist/__tests__/acf-tool-routing.test.js +0 -37
  84. package/dist/__tests__/acf-tool-routing.test.js.map +0 -1
  85. package/dist/__tests__/cowork-bootstrap.test.d.ts +0 -2
  86. package/dist/__tests__/cowork-bootstrap.test.d.ts.map +0 -1
  87. package/dist/__tests__/cowork-bootstrap.test.js +0 -61
  88. package/dist/__tests__/cowork-bootstrap.test.js.map +0 -1
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "Prime the Agent",
3
+ "slug": "prime-the-agent",
4
+ "icon": "🎯",
5
+ "category": "workflow",
6
+ "description": "Fast 30-second session-starter. Loads the active site, identifies the page builder, loads inline schemas, and primes the agent on the do-not-write-raw-HTML rule before any work begins. Since v1.1 it also reads a per-site memory brief at the start and appends what it learned at the end, so context carries across sessions, teammates, and AI clients.",
7
+ "author": "Respira Team",
8
+ "author_url": "https://respira.press",
9
+ "trigger": "prime yourself",
10
+ "requires_respira": true,
11
+ "requires_woocommerce_addon": false,
12
+ "requires_accessibility_addon": false,
13
+ "is_read_only": false,
14
+ "is_duplicate_first": false,
15
+ "version": "1.1.0",
16
+ "last_updated": "2026-06-05",
17
+ "tools_used": [
18
+ "respira_get_option",
19
+ "respira_get_active_site",
20
+ "respira_get_site_context",
21
+ "respira_get_builder_info",
22
+ "respira_get_builder_inline_schemas",
23
+ "respira_list_pages",
24
+ "respira_list_custom_posts",
25
+ "respira_list_sites",
26
+ "respira_update_option"
27
+ ],
28
+ "detects": [
29
+ "site_memory",
30
+ "active_site",
31
+ "active_builder",
32
+ "builder_version",
33
+ "wordpress_version",
34
+ "theme",
35
+ "plugin_count",
36
+ "multisite",
37
+ "page_count",
38
+ "custom_post_count"
39
+ ],
40
+ "generates": [
41
+ "session_briefing",
42
+ "builder_schema_context",
43
+ "agent_working_rules",
44
+ "updated_site_memory"
45
+ ]
46
+ }
@@ -0,0 +1,386 @@
1
+ # Respira Setup Assistant
2
+
3
+ **Version:** 1.2.0
4
+ **Updated:** 2026-05-24
5
+ **Category:** onboarding
6
+ **Status:** active
7
+ **Freshly updated:** v1.2.0 reflects the v7.1 Roots React-first admin redesign. Setup walkthrough now references the new /wp-admin/admin.php?page=respira-v71-preview admin shell, the 11 new REST endpoints, and the command-K palette. Diagnostics aware of the 4 new builders (Spectra, Kadence Blocks, GenerateBlocks, SeedProd) and the upgraded Divi 5 108-module catalog.
8
+ **Requires:** Respira for WordPress plugin (installs via this skill if missing)
9
+ **Telemetry endpoint:** https://www.respira.press/api/skills/track-usage
10
+
11
+ ---
12
+
13
+ ## Description
14
+
15
+ Diagnose your Respira MCP connection, walk through first-time setup, and fix common connection problems.
16
+
17
+ The Respira Setup Assistant checks whether the plugin is installed, whether an API key exists, and whether the MCP server version is compatible with the plugin. It gives you a clear status report, walks through any missing steps, and resolves the most common errors (timeouts, 401s, 403s, version mismatches) with plain-language instructions.
18
+
19
+ Use this skill the first time you connect Respira, after a WordPress update, or whenever Respira tools stop working.
20
+
21
+ ---
22
+
23
+ ## Trigger Phrases
24
+
25
+ This skill activates when the user says any of the following:
26
+
27
+ - "set up respira"
28
+ - "connect respira"
29
+ - "respira setup"
30
+ - "respira not working"
31
+ - "respira connection failed"
32
+ - "fix respira"
33
+ - "respira setup assistant"
34
+ - "check my respira connection"
35
+ - "respira health check"
36
+ - "diagnose respira"
37
+ - "respira mcp setup"
38
+ - "is respira connected"
39
+ - "respira not connecting"
40
+ - "help me set up respira"
41
+ - "respira install"
42
+
43
+ **Do NOT trigger for:** general WordPress tasks, requests that assume Respira is already working, or skill-specific requests like "build internal links" where the skill handles its own Respira check.
44
+
45
+ ---
46
+
47
+ ## Execution Workflow
48
+
49
+ ### Step 1: Run the Doctor Check
50
+
51
+ Start by calling `respira_diagnose_connection` (Respira plugin v7.0.16+ / MCP server v6.11.13+). This is the single fastest way to know whether the MCP server reaches the plugin and whether any edge-layer (Cloudflare, WAF) is blocking the REST namespace.
52
+
53
+ ```
54
+ Tool: respira_diagnose_connection
55
+ Returns: connection status, version pair, edge-layer block detection (Cloudflare "Bad Bot" pattern, WAF filters), CF allow-list snippet when blocks are detected
56
+ ```
57
+
58
+ If the diagnose tool is unavailable (older plugin or MCP), fall back to `respira_get_server_compatibility`.
59
+
60
+ ```
61
+ Tool: respira_get_server_compatibility
62
+ Returns: plugin version, MCP server version, compatibility status, minimum requirements
63
+ ```
64
+
65
+ **Interpret the result:**
66
+
67
+ | Result | Meaning |
68
+ |--------|---------|
69
+ | Returns data successfully | MCP server is connected and plugin is reachable |
70
+ | Connection refused / timeout | Plugin unreachable — URL or firewall problem |
71
+ | 401 Unauthorized | API key missing or wrong |
72
+ | 403 Forbidden | REST API blocked by security plugin or host |
73
+ | Version mismatch warning | One side needs updating |
74
+
75
+ If the call succeeds, proceed to Step 2 for a full status report.
76
+
77
+ If it fails, skip to the **Troubleshooting** section that matches the error.
78
+
79
+ ---
80
+
81
+ ### Step 2: Full Site Context
82
+
83
+ ```
84
+ Tool: respira_get_site_context
85
+ Returns: WordPress version, PHP version, site URL, active plugins, active theme
86
+ ```
87
+
88
+ From this response, check:
89
+
90
+ 1. **Plugin installed and active** — look for `respira-for-wordpress` in the active plugins list
91
+ 2. **API key configured** — the context response will include a flag indicating whether an API key is present
92
+ 3. **WordPress version** — flag if below 6.0 (minimum supported)
93
+ 4. **PHP version** — flag if below 7.4 (minimum supported)
94
+
95
+ ---
96
+
97
+ ### Step 3: Generate Status Report
98
+
99
+ Present a clear, scannable status report. Use this format:
100
+
101
+ ```
102
+ ## Respira Connection Status
103
+
104
+ ### Plugin
105
+ - Installed: Yes / No
106
+ - Active: Yes / No
107
+ - Version: X.X.X (up to date / update available)
108
+
109
+ ### API Key
110
+ - Configured: Yes / No
111
+
112
+ ### MCP Server
113
+ - Version: X.X.X
114
+ - Compatible with plugin: Yes / No
115
+
116
+ ### WordPress
117
+ - Version: X.X.X (supported / below minimum)
118
+ - PHP Version: X.X (supported / below minimum)
119
+
120
+ ### Overall Status
121
+ [CONNECTED — ready to use]
122
+ or
123
+ [ACTION NEEDED — see steps below]
124
+ ```
125
+
126
+ Then branch based on status:
127
+
128
+ ---
129
+
130
+ ### Branch A: Everything is healthy
131
+
132
+ Output:
133
+
134
+ ```
135
+ Your Respira connection is healthy.
136
+
137
+ Quick-start commands to try right now:
138
+ - respira_list_pages — see all your pages
139
+ - respira_get_builder_info — find out which page builder you're using
140
+ - respira_get_site_context — full site overview
141
+
142
+ Skills available in the marketplace:
143
+ - "WordPress Site DNA" — full site audit
144
+ - "SEO & AEO Amplifier" — SEO health check
145
+ - "Internal Link Builder" — build internal links
146
+ ```
147
+
148
+ ---
149
+
150
+ ### Branch B: Plugin not installed or not active
151
+
152
+ Output:
153
+
154
+ ```
155
+ ## Respira Plugin Not Found
156
+
157
+ To connect your AI assistant to WordPress, install the Respira for WordPress plugin.
158
+
159
+ ### Install steps (v7.1 OAuth, recommended):
160
+ 1. Go to https://respira.press/releases
161
+ 2. Download the latest version
162
+ 3. In WordPress admin: Plugins, then Add New, then Upload Plugin
163
+ 4. Activate the plugin
164
+ 5. On the Setup screen, click "Connect respira.press account". The OAuth handshake links the licence to the user's respira.press account so plan changes sync automatically and host migrations don't require re-activation.
165
+
166
+ ### Install steps (manual licence-key fallback):
167
+ 1. Steps 1-4 above
168
+ 2. On the Setup screen, click "Or paste a licence key manually"
169
+ 3. Paste the key from respira.press/dashboard/licenses
170
+ 4. Go to Respira, then Settings, then API Keys, and create a new MCP key
171
+
172
+ ### MCP server setup:
173
+ Run this in your terminal:
174
+ npx -y @respira/wordpress-mcp-server --setup
175
+
176
+ Follow the prompts. You'll need your WordPress site URL and the API key from the dashboard installer.
177
+
178
+ Optional after setup: install the bundled skill collection:
179
+ npx @respira/wordpress-mcp-server install-skills
180
+
181
+ Once done, come back and say: "check my respira connection"
182
+ ```
183
+
184
+ ---
185
+
186
+ ### Branch C: Plugin installed but no API key
187
+
188
+ Output:
189
+
190
+ ```
191
+ ## API Key Missing
192
+
193
+ The Respira plugin is installed but no API key is configured. The MCP server needs a key to authenticate.
194
+
195
+ ### Create an API key:
196
+ 1. In WordPress admin, go to Respira, then Settings, then API Keys
197
+ 2. Click "Add New Key"
198
+ 3. Give it a name (e.g., "Claude Desktop")
199
+ 4. Copy the generated key
200
+ 5. Add it to your MCP server config by running:
201
+ npx -y @respira/wordpress-mcp-server --setup
202
+ and paste the key when prompted
203
+
204
+ Once done, say: "check my respira connection"
205
+ ```
206
+
207
+ ---
208
+
209
+ ### Branch D: Version mismatch
210
+
211
+ Output using specific versions from the compatibility check:
212
+
213
+ ```
214
+ ## Version Mismatch Detected
215
+
216
+ Plugin version: X.X.X
217
+ MCP server version: X.X.X
218
+ Required: [minimum version from compatibility response]
219
+
220
+ ### To fix:
221
+ ```
222
+
223
+ Note: pre-v6.11.13 the MCP server self-reported as v6.11.4 after upgrades because of a stale-constant bug. If `respira_get_server_compatibility` returns 6.11.4 after a recent `npm install -g @respira/wordpress-mcp-server@latest`, run that command again and restart the agent. The fix in v6.11.13+ reads the version from package.json at module load.
224
+
225
+ Then give the specific update instruction based on which side is behind:
226
+
227
+ **If plugin needs updating:**
228
+ ```
229
+ Update the Respira plugin:
230
+ 1. Go to Respira → Settings → Updates (or check wp-admin → Updates)
231
+ 2. Or download the latest version at https://respira.press/releases
232
+ 3. Install and activate
233
+ ```
234
+
235
+ **If MCP server needs updating:**
236
+ ```
237
+ Update the MCP server:
238
+ npx -y @respira/wordpress-mcp-server@latest --update
239
+
240
+ Or in Claude Desktop settings, update the command to use the latest version.
241
+ ```
242
+
243
+ ---
244
+
245
+ ## Troubleshooting Common Errors
246
+
247
+ If Step 1 (the doctor check) returned an error, use the guide below. Ask the user what error they are seeing if it was not explicit.
248
+
249
+ ---
250
+
251
+ ### Connection Timeout
252
+
253
+ **Symptoms:** Tools hang or return "connection timed out", "ECONNREFUSED", or "fetch failed"
254
+
255
+ **Checklist — work through these in order:**
256
+
257
+ 1. **Check the site URL** — In your MCP server config, does the URL match your WordPress site exactly? Include the correct protocol (https:// vs http://) and no trailing slash issues.
258
+
259
+ 2. **Check if the site is online** — Visit your WordPress site in a browser. If it's down, Respira can't connect either.
260
+
261
+ 3. **Check firewall / server block** — Some hosting providers or firewalls block non-browser requests to the REST API. Ask your host to allow requests from your IP, or check if a firewall plugin (like Wordfence) is blocking API traffic.
262
+
263
+ 4. **Check REST API access** — Visit `https://yoursite.com/wp-json/` in a browser. If you see a JSON response, the REST API is accessible. If you get a 404, the REST API may be disabled.
264
+
265
+ 5. **Staging sites with HTTP Basic Auth** — If your staging site has password protection (the browser asks for a username + password before showing anything), you need to include those credentials in your MCP config. See Branch F below.
266
+
267
+ ---
268
+
269
+ ### 401 Unauthorized
270
+
271
+ **Symptoms:** Tools return "401", "Unauthorized", or "Invalid API key"
272
+
273
+ **Checklist:**
274
+
275
+ 1. **API key exists** — Go to WordPress admin → Respira → API Keys. Confirm a key exists and is not expired.
276
+
277
+ 2. **API key is correct** — API keys are shown only once when created. If you lost it, delete it and create a new one. Copy it carefully — no extra spaces.
278
+
279
+ 3. **Key is in the right config field** — In your MCP server setup, the key goes in the `RESPIRA_API_KEY` field, not the WordPress username/password field.
280
+
281
+ 4. **Staging site with HTTP Basic Auth** — See Branch F for how to add staging credentials.
282
+
283
+ ---
284
+
285
+ ### 403 Forbidden
286
+
287
+ **Symptoms:** Tools return "403", "Forbidden", or "REST API disabled"
288
+
289
+ **Checklist:**
290
+
291
+ 1. **REST API is not disabled** — Some security plugins or hosting setups disable the WordPress REST API. Check your security plugin (Wordfence, iThemes Security, All-In-One WP Security) for a "Disable REST API" setting and turn it off, or add Respira's endpoint to the whitelist.
292
+
293
+ 2. **Respira endpoint is whitelisted** — The REST API endpoint Respira uses is `/wp-json/respira/v1/`. Whitelist this path in any security plugin that filters REST API access.
294
+
295
+ 3. **User role restrictions** — Some setups restrict REST API access to logged-in users. Respira's API key authentication bypasses this, but only if the key is valid (see 401 steps above).
296
+
297
+ 4. **Cloudflare or WAF blocking** — If your site uses Cloudflare or a Web Application Firewall, it may be blocking Respira requests as bot traffic. v7.0.16 added detection for the Cloudflare "Bad Bot - Action Block" pattern: `respira_diagnose_connection` issues `OPTIONS /wp-json/respira/v1/ping` and reports when the verb is blocked at the edge while `GET` succeeds. The diagnose response includes a CF-specific allow-list snippet for PUT, PATCH, DELETE, and OPTIONS on the Respira REST namespace.
298
+
299
+ ---
300
+
301
+ ### Branch F: Staging Site with HTTP Basic Auth
302
+
303
+ If accessing a staging site that requires browser-level password protection:
304
+
305
+ ```
306
+ ## Staging Site Setup
307
+
308
+ Your staging environment has HTTP Basic Authentication (the browser prompts for a username and password before showing the site). Respira needs these credentials in addition to the API key.
309
+
310
+ In your MCP server configuration, add these fields:
311
+ - RESPIRA_BASIC_AUTH_USER: your staging username
312
+ - RESPIRA_BASIC_AUTH_PASS: your staging password
313
+
314
+ These are separate from your WordPress login and your Respira API key.
315
+
316
+ Re-run the setup:
317
+ npx -y @respira/wordpress-mcp-server --setup
318
+
319
+ And select the option to configure Basic Auth credentials.
320
+ ```
321
+
322
+ ---
323
+
324
+ ## Quick-Start Examples
325
+
326
+ Once connected, share these examples to help the user get started immediately:
327
+
328
+ ```
329
+ ## You're connected. Here's what to try:
330
+
331
+ ### Explore your site
332
+ - "list my pages" → respira_list_pages
333
+ - "what page builder am I using?" → respira_get_builder_info
334
+ - "show me my site overview" → respira_get_site_context
335
+
336
+ ### Make changes (safe — always uses drafts)
337
+ - "create a draft of my homepage to experiment with"
338
+ - "find the text 'Contact Us' on my site"
339
+ - "update the title of my About page"
340
+
341
+ ### Run a full audit
342
+ - "analyze my site" → runs WordPress Site DNA skill
343
+ - "check my SEO" → runs SEO & AEO Amplifier skill
344
+ ```
345
+
346
+ ---
347
+
348
+ ## Safety Notes
349
+
350
+ - This skill is read-only during diagnosis — it never modifies your site
351
+ - No changes are made unless the user explicitly approves them in a later step
352
+ - API keys are never logged or stored by this skill
353
+
354
+ ---
355
+
356
+ ## Tooling
357
+
358
+ **Core tools used**
359
+ - `respira_diagnose_connection` (preferred for v7.0.16+ / MCP v6.11.13+)
360
+ - `respira_get_server_compatibility`
361
+ - `respira_get_site_context`
362
+
363
+ ## Telemetry
364
+
365
+ After run completion, send fire-and-forget usage tracking to:
366
+
367
+ - `POST https://www.respira.press/api/skills/track-usage`
368
+
369
+ Include:
370
+ - `skill_slug = respira-setup-assistant`
371
+ - site/version context (if available — may not be if plugin is not connected)
372
+ - duration and outcome (connected / action_needed / error)
373
+ - which branch was taken (A / B / C / D / F / troubleshooting)
374
+
375
+ Never block user flow on telemetry failure.
376
+
377
+ ## Related Skills
378
+
379
+ - WordPress Site DNA (run after setup to understand your site)
380
+ - Site Onboarding (first-run primer once connected)
381
+ - Technical Debt Audit
382
+
383
+ ---
384
+
385
+ Built by Respira for WordPress
386
+ https://respira.press/skills/respira-setup-assistant
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "Respira Setup Assistant",
3
+ "slug": "respira-setup-assistant",
4
+ "icon": "🔌",
5
+ "category": "onboarding",
6
+ "description": "Diagnose your Respira MCP connection, walk through first-time setup, and fix common connection problems (timeouts, 401s, 403s, version mismatches).",
7
+ "author": "Respira for WordPress",
8
+ "author_url": "https://respira.press",
9
+ "trigger": "set up respira",
10
+ "requires_respira": false,
11
+ "requires_woocommerce_addon": false,
12
+ "requires_accessibility_addon": false,
13
+ "is_read_only": true,
14
+ "is_duplicate_first": false,
15
+ "version": "1.2.0",
16
+ "last_updated": "2026-05-24",
17
+ "tools_used": [
18
+ "respira_get_server_compatibility",
19
+ "respira_get_site_context"
20
+ ],
21
+ "detects": [
22
+ "plugin_not_installed",
23
+ "plugin_not_active",
24
+ "missing_api_key",
25
+ "version_mismatch",
26
+ "connection_timeout",
27
+ "rest_api_blocked",
28
+ "basic_auth_required"
29
+ ],
30
+ "generates": [
31
+ "connection_status_report",
32
+ "setup_instructions",
33
+ "troubleshooting_guidance",
34
+ "quick_start_examples"
35
+ ]
36
+ }
@@ -0,0 +1,61 @@
1
+ # SEO & AEO Amplifier
2
+
3
+ > Comprehensive on-page SEO and Answer Engine Optimization for WordPress sites.
4
+
5
+ ## Overview
6
+
7
+ The SEO & AEO Amplifier scans your entire WordPress site for on-page SEO issues and AEO opportunities. It detects missing schema markup, weak titles and meta descriptions, poor heading structure, missing alt text, and content that could rank in featured snippets but is not structured to do so.
8
+
9
+ After the audit, it can create optimized duplicates of problematic pages with fixes applied. You review before anything goes live.
10
+
11
+ ## What This Solves
12
+
13
+ Most WordPress sites carry hidden on-page SEO debt:
14
+
15
+ - Missing or weak title tags and meta descriptions
16
+ - Missing schema markup and rich-result opportunities
17
+ - Poor heading hierarchy
18
+ - Missing alt text on images
19
+ - FAQ/tutorial content not structured for answer engines
20
+
21
+ This skill audits at scale and applies duplicate-first fixes quickly.
22
+
23
+ ## Trigger
24
+
25
+ Use one of:
26
+
27
+ - `amplify my seo and aeo`
28
+ - `run seo aeo audit`
29
+ - `optimize my site for search engines`
30
+
31
+ ## Workflow
32
+
33
+ 1. Audit pages/posts and detect plugin context (Yoast/Rank Math/none)
34
+ 2. Generate prioritized report with health score
35
+ 3. Ask confirmation for duplicate creation
36
+ 4. Create optimized duplicates (titles, meta, schema, headings, alt text)
37
+ 5. Provide before/after examples for review
38
+
39
+ ## Requirements
40
+
41
+ - Respira for WordPress plugin
42
+ - MCP connection to your WordPress site
43
+ - Optional WooCommerce add-on for Product schema
44
+
45
+ ## Safety
46
+
47
+ - Read-only audit first
48
+ - User confirmation required before write actions
49
+ - Duplicate-first only
50
+ - No auto-publish
51
+
52
+ ## Related Skills
53
+
54
+ - WordPress Site DNA
55
+ - Technical Debt Audit
56
+ - Mobile Experience Report
57
+
58
+ ---
59
+
60
+ Built by Respira Team
61
+ https://respira.press/skills/seo-aeo-amplifier