Skip to main content
brighter websites logoBrighter Websites Logo White

Content Architecture WordPress Abilities

SCOS Abilities API for content architecture tasks SCOS registers discrete AI-powered tasks as WordPress Abilities — small, single-purpose tools that run inside WordPress using the native WP AI connector. Each ability does one thing well and is callable from the post editor, via REST API, or by any MCP-authenticated client. Abilities are registered via the […]

Table Of Contents

Who is this for

Agency devs / future maintainers, Business Owners, Web Designers
Overview

SCOS Abilities API for content architecture tasks

SCOS registers discrete AI-powered tasks as WordPress Abilities — small, single-purpose tools that run inside WordPress using the native WP AI connector. Each ability does one thing well and is callable from the post editor, via REST API, or by any MCP-authenticated client.

Abilities are registered via the WordPress Abilities API and extend Abstract_Ability from the WP AI plugin. The AI call routes through the WP AI connector — whichever provider is configured on the site (Anthropic, Google, OpenAI) — rather than calling an API directly.

For content suggestion tasks, SCOS uses Claude Haiku: fast, cost-efficient, and well-suited to discrete and structured output tasks.

After a SCOS ability makes its first AI call, site-essentials appears in the Connector Approvals screen (wp-admin/tools.php?page=ai-connector-approval) as a mu-plugin type caller. Approve it once and all subsequent calls go through automatically.

Registered SCOS abilities appear in the Abilities Explorer at wp-admin/tools.php?page=ai-abilities-explorer.

Registered Abilities

scos/suggest-intent-goal

Reads the content of a post and suggests search intent goal options — the simplified question this content answers for a reader. Suggestions appear as clickable options in the post editor. Select one to fill the SCOS Content Architecture intent goal field.

How to use: Open any post in the WordPress editor. Find the SCOS Content Architecture panel. Click “Suggest with AI”. Select a suggestion to fill the field. Save the post.

  • Model: Claude Haiku (via WP AI connector)
  • Input: Post ID (reads content server-side)
  • Output: Up to 3 intent goal suggestions, ordered by confidence

Want to Contribute to SCOS?

SCOS is a Strategic Content Operating System - learn more or contact us on support@brighterwebsites.com.au.