Agentic Plugin & Core AI

Understanding how Agentic Plugin complements the official WordPress AI initiatives

Overview

The WordPress community has an active AI Team building foundational infrastructure for AI in WordPress. Agentic Plugin is designed to complement—not compete with—these efforts by focusing on the assistant marketplace and ecosystem layer.

Key Insight: WordPress Core AI builds the plumbing. Agentic Plugin builds the marketplace of assistants that use that plumbing.

WordPress AI Team Initiatives

The official WordPress AI Team (formed May 2025) is building four core components:

PHP AI Client SDK

v0.2.0

Provider-agnostic PHP library for LLM interactions. Works with OpenAI, Anthropic, Google, and others through a unified interface.

Abilities API

In WP 6.9

Central registry of WordPress capabilities. Allows AI/automation to discover and interact with everything WordPress can do.

MCP Adapter

v0.3.0

Exposes WordPress abilities as MCP tools/resources for external AI assistants like Claude and ChatGPT to interact with WordPress.

AI Experiments Plugin

v0.2.0

Reference plugin demonstrating all building blocks. Includes title generation, excerpt generation, and the Abilities Explorer.

Key Differences

Aspect WordPress Core AI Agentic Plugin
Focus Infrastructure & APIs Assistant marketplace & ecosystem
Primary Output SDK libraries, APIs, protocols Installable assistant packages
Agent Model Single abilities/prompts Full assistant personalities with tools
AI Direction External AI → WordPress (MCP server) Assistants living inside WordPress
User Experience Developer-focused APIs Plugin-like install/activate/deactivate
Discovery Abilities Explorer (dev tool) Assistant marketplace (end-user)
Target Audience Developers building AI features Site owners wanting AI assistants
The WordPress AI Team explicitly acknowledges this gap:
"We hope to make it easy for developers to create AI Agents, chatbots, workflow automations and more, using the AI Building Blocks."

They're building the blocks; Agentic Plugin builds the marketplace for assembled assistants.

Synergies & Opportunities

🔌

Use WP AI Client

Agentic assistants can use the official WP AI Client SDK for LLM communication instead of implementing custom provider integrations.

📋

Register Abilities

Assistant tools can be registered with the Abilities API, making them discoverable to the broader WordPress AI ecosystem.

🔗

MCP Integration

Assistant capabilities can be exposed via MCP Adapter, allowing external AI assistants to interact with installed assistants.

🔐

Shared Credentials

Leverage the WP AI Client's credential management for API keys instead of requiring separate assistant-level configuration.

Proposed Integration Path

1

Phase 1: Standalone (Current)

Agentic Plugin operates independently with its own LLM integration. Validates the assistant-as-plugin model with the community.

2

Phase 2: WP AI Client Integration

Adopt the WP AI Client SDK when WordPress 7.0 ships, leveraging host-provided AI and unified credential management.

3

Phase 3: Abilities Registration

Register assistant tools with the Abilities API, making assistant capabilities discoverable and usable by other WordPress AI features.

4

Phase 4: MCP Exposure

Expose assistants via MCP Adapter, allowing external AI to orchestrate and interact with installed WordPress assistants.

Get Involved: Join #core-ai on WordPress Slack to participate in discussions about AI in WordPress. Meetings alternate Thursdays at 16:00 UTC.

Summary

Agentic Plugin and WordPress Core AI are complementary efforts addressing different layers of the AI stack:

  • Core AI provides the infrastructure, SDKs, and protocols
  • Agentic Plugin provides the assistant marketplace and ecosystem

Together, they can deliver a complete AI-native WordPress experience—from the low-level APIs to the user-facing assistant marketplace.