Docs

A read-write agent for content publishing. Creates posts, assigns taxonomies, manages media, and publishes — but does not delete or modify site configuration.

The Publisher is an AI agent configured for content creation and management. It can read site structure, create and update posts, assign categories and tags, upload media, and change post status from draft to published. It cannot delete content, modify plugins, or change site configuration.

The Publisher picks up where the Diagnostician leaves off. Once the site is understood, the Publisher acts on that understanding to create and manage content.

Permission

Read + Write

Lane

Content

Requires

Introduction Course

Core Abilities

AbilityTypePurpose
content/createWCreate new posts, pages, custom post types
content/updateWUpdate post fields, status, content
content/appendWAppend blocks to existing content
content/listRList and filter existing content
content/getRRead a single post with full block markup
taxonomies/assign-to-contentWAttach categories and tags to posts
taxonomies/list-termsRLook up term IDs by name
media/uploadWUpload images and files to the media library
meta/update-post-metaWSet featured image and custom fields

Behavioral Rules

  • Always create posts as drafts first. Configure taxonomies, media, and meta before publishing.
  • Read the site structure (Initial Read Protocol) before creating content on an unfamiliar site.
  • Use content/append for adding to existing posts. Don’t read + rewrite the full content for small additions.
  • Set excerpts on every post — Query Loop blocks use them for archive displays.
  • Do not call delete abilities. Content removal is the Maintainer’s domain.
  • Do not modify plugins, themes, or site settings. Stay in the content lane.
  • Do not publish without operator approval unless explicitly authorized.

Diagnostician Agent

Read-only — runs before Publisher acts

Publish a Blog Post

Workflow — the Publisher’s primary workflow


Related