What you can ask the agent to do

Each card is a real workflow inside wp-admin. The agent picks the right tool, asks for confirmation, executes — and the audit log keeps every action traceable.

Bulk media rename

Rename 30 cryptic image filenames at once.

IMG_2347.jpg becomes blue-sneakers-on-wooden-floor.jpg. Every intermediate size and URL is kept in sync. The agent does it inside wp-admin in under a minute.

wp_rename_media

Image alt text fixer

Fix 30 missing alt tags in one chat turn.

The agent finds every image without alt text, suggests one based on the image and the post it lives in, lets you review, then writes them all at once.

wp_set_image_alt_bulk

Site-wide SEO audit

Audit your whole site's SEO in one sentence.

Counts and samples for every category that matters: missing focus keyword, bad-length meta description, no featured image, alts to fix. Auto-detects RankMath, Yoast, or no SEO plugin.

wp_seo_audit

Meta description writer

Write 8 missing meta descriptions in one chat turn.

The agent reads each post, drafts a 140-character description that includes the focus keyword, lets you review, then writes them via RankMath or Yoast (auto-detected).

wp_set_seo_meta

AI post drafter

Draft a WordPress post in one sentence.

The agent reads your existing posts to match your tone, drafts the new one, drops it as a draft. You preview, edit if needed, publish when ready. Never auto-publishes.

wp_create_post

FAQPage schema attacher

Add Schema.org FAQ markup to any post in chat.

Pass the agent 5 question-and-answer pairs; it attaches a FAQPage JSON-LD block to the post. The plugin emits it in the page head automatically. Google rich-results-eligible in one turn.

wp_set_faq_schema

Schema.org attacher (any type)

Tag any post with any Schema.org type in chat.

Article, SoftwareApplication, Product, Organization, BreadcrumbList — any Schema.org @type. The agent drafts the JSON-LD body from the page content, you review, plugin emits it in the page head.

wp_set_schema_jsonld

AI editorial scheduler

Schedule a week of posts in one chat turn.

Tell the agent the topics and dates; it drafts each post, schedules at the chosen datetime, returns confirmation. The editorial calendar fills in front of you.

wp_schedule_post

Bulk categories & tags

Categorize 50 untagged posts in one chat turn.

The agent reads each post, picks categories and tags from your existing taxonomy (or creates new ones if you let it), and applies them in batch.

wp_set_post_terms

WooCommerce product writer

Write 50 WooCommerce product descriptions overnight.

The agent reads your catalog, drafts descriptions for products that lack one, sets cross-sells and upsells based on real Woo data. Capability-scoped to <code>edit_products</code>.

wp_recommend_products

Schema coverage scanner

Schema audit the whole site in one chat turn.

Counts and per-type samples: how many pages have no JSON-LD, how many have FAQ schema, how many have custom schemas. Drilling into samples gives you the punch list.

wp_audit_schema

REST API escape hatch (advanced)

Call any WordPress REST endpoint from chat.

When the curated tools don't cover what you need, <code>wp_rest_call</code> lets the agent hit any allowed REST endpoint. Allowlist-scoped, sensitive paths blocked, capability-checked.

wp_rest_call