30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

Manage Content AI Prompts

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

Abilityrank-math/manage-content-ai-prompts
ToolsetRank Math — toolset/rank-math
GroupRank Math › Content AI
RequiresRank Math SEO, active on the site
Capabilitymanage_options
SafetyWrites data
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI 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

NameTypeRequiredWhat it is
actionstringYessave, update or mark-recent.
idstringRequired for update and mark-recentWhich prompt.
promptobjectRequired for save and updateThe prompt content.

What comes back

NameTypeWhat it is
actionstringWhat was done.
idstringThe prompt affected.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent 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


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading