rank-math/manage-content-ai-prompts saves, updates or marks-recent entries in the local Content AI prompt library.
These are stored on this site only. No credits are spent and nothing is sent anywhere.
At a glance
| Ability | rank-math/manage-content-ai-prompts |
| Toolset | Rank Math — toolset/rank-math |
| Group | Rank Math › Content AI |
| Requires | Rank Math SEO, active on the site |
| Capability | manage_options |
| Safety | Writes data |
| Repeatable | Idempotent — running it twice leaves the same result |
| Ships in | AcrossAI Abilities Manager 0.0.34 and later |
How it works
The prompt library is a set of saved instructions somebody on the site wrote — the phrasing that produced good results, kept so it can be reused rather than reconstructed.
It is entirely local. Nothing here contacts Rank Math’s service, which makes this the safest ability in the Content AI group and the one worth using freely.
The mark-recent action is what drives ordering in the Rank Math interface, so a prompt used through an ability can be surfaced for the next person working in the editor.
Idempotent.
Input
| Name | Type | Required | What it is |
|---|---|---|---|
action | string | Yes | save, update or mark-recent. |
id | string | Required for update and mark-recent | Which prompt. |
prompt | object | Required for save and update | The prompt content. |
What comes back
| Name | Type | What it is |
|---|---|---|
action | string | What was done. |
id | string | The prompt affected. |
success | boolean | Whether the call completed. |
message | string | A one-line summary of what happened, suitable for showing a human. |
error_code | string | Present only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation. |
Example
Ask your assistant:
Save this prompt to the library.
It resolves to one call:
{
"ability": "rank-math/manage-content-ai-prompts",
"parameters": {
"action": "save",
"prompt": { "title": "Product page intro", "text": "Write a short intro for…" }
}
}Worth knowing
- Entirely local. Nothing is sent to Rank Math’s service.
- No credits, in any action.
- Mark-recent drives ordering in the Rank Math interface.
- Idempotent.
Related abilities
- Manage Content AI Output — the results side
- Get Rank Math Content AI Status — whether the module is on
Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager
Browse the rest: Every ability, by category