BACK TO DIRECTORY

AI

by WordPress.org

4.6
(9 ratings)

The AI plugin brings AI-powered features directly into your WordPress admin and editing experience.

Requires the WordPress Block Editor. The Classic Editor plugin and other non-Block Editor editing experiences are not supported.

What’s Inside:

This plugin is built on the AI Building Blocks for WordPress initiative, combining the AI Client library and Abilities API into a unified experience. It serves as both a practical tool for content creators and a reference implementation for developers.

Current Features:

  • Abilities Explorer – Browse and interact with registered AI abilities from a dedicated admin screen.
  • AI Request Logging – Logs AI requests for observability and debugging.
  • Alt Text Generation – Generate descriptive alt text for images to improve accessibility.
  • Comment Moderation – Automatically moderate comments based on toxicity detection and sentiment analysis.
  • Connector Approvals – Require explicit administrator approval before plugins or themes can use AI connectors configured on this site.
  • Content Classification – Suggests relevant tags and categories to organize content.
  • Content Resizing – Shorten, expand, or rephrase selected block content.
  • Content Summarization – Summarizes long-form content into digestible overviews.
  • Content Translation – Translates paragraph and heading blocks, and optionally the post title, into a selected language from the post editor.
  • Custom Abilities – Gates the plugin’s general-purpose WordPress Abilities behind a single opt-in toggle.
  • Dashboard Widgets – AI Status and AI Capabilities widgets, plus framework for registering new ones.
  • Editorial Notes – Reviews post content block-by-block and adds Notes with suggestions for Accessibility, Readability, Grammar, and SEO.
  • Editorial Updates – Automatically apply editorial notes to content.
  • Excerpt Generation – Automatically create concise summaries for your posts.
  • Experiment Framework – Opt-in system that lets you enable only the AI features you want to use.
  • Guidelines – Allows abilities to respect site-wide editorial standards.
  • Image Generation and Editing – Create and edit images from post content in the editor, also via the Media Library.
  • Key Encryption – Encrypts AI provider API keys at rest using bundled libsodium encryption. Keys are transparently decrypted on read and re-encrypted on write. Disabling the experiment or deactivating the plugin restores plaintext keys.
  • Meta Description Generation – Generates meta description suggestions and integrates those with various SEO plugins.
  • Multi-Provider Support – Works with AI Connector plugins for providers such as OpenAI, Google, and Anthropic.
  • Slug Generation – Suggest SEO-friendly permalink slugs for your posts from the permalink popover or the pre-publish panel, then edit and apply the one you want.
  • Suggest Reply – Adds a “Suggest Reply” action to the Comments screen and Activity widget, enabling moderators to quickly generate comment reply suggestions.
  • Title Generation – Generate title suggestions for your posts with a single click. Perfect for brainstorming headlines or finding the right tone for your content.
  • Type Ahead – Contextual type-ahead assistance for suggestions while typing.

Provider Setup:

The AI plugin does not include provider credentials or provider implementations by itself. To use AI-powered features, install and activate at least one AI Connector plugin, then configure its credentials in Settings -> Connectors. Features may appear unavailable until a connector is installed, authenticated, and capable of the required operation.

Provider connector plugins include Anthropic, Google, OpenAI, and others.

Coming Soon:

We’re actively developing new features to enhance your WordPress workflow:

  • AI Playground – Experiment with different AI models and providers.
  • Content Assistant – AI-powered writing and editing in Gutenberg.
  • Site Agent – Natural language WordPress administration.
  • Workflow Automation – AI-driven task automation.

This is an experimental plugin; functionality may change as we gather feedback from the community.

Roadmap:

You can view the active plugin roadmap in a filtered view in the WordPress AI GitHub Project Board.

For Developers

The AI plugin is designed to be studied, extended, and built upon. Whether you’re a plugin developer, agency, or hosting provider, here’s what you can do:

Extend the Plugin:

  • Build Custom Experiments – Use the Abstract_Feature base class to create your own AI-powered features.
  • Pre-configure Providers – Hosts and agencies can set up AI Connector plugins so users don’t need their own API keys.
  • Abilities Explorer – Test and explore registered AI abilities (available when experiments are enabled).
  • Register Custom Abilities – Hook into the Abilities API to add new AI capabilities.
  • Override Default Behavior – Use filters to customize prompts, responses, and UI elements.
  • Comprehensive Hooks – Filters and actions throughout the codebase for customization.

Developer Tools Coming Soon:

  • AI Playground – Experiment with different AI models and prompts.
  • MCP (Model Context Protocol) – Integrate and test Model Context Protocol capabilities in WordPress workflows.
  • Extended Providers – Support for experimenting with additional or alternate AI providers.

Get Started:

  1. Read the Contributing Guide for development setup
  2. Join the conversation in #core-ai on WordPress Slack
  3. Browse the GitHub repository to see how experiments are built
  4. Participate in discussions on how best the plugin should iterate.

We welcome contributions! Whether you want to build new experiments, improve existing features, or help with documentation, check out our GitHub repository to get involved.

Screenshots

Feature: Image Generation and Editing. Post editor sidebar showing Generate featured image button and the generated featured image preview with Alt Text, Title, and Description.

Feature: Image Generation and Editing. Post editor sidebar showing Generate featured image button and the generated featured image preview with Alt Text, Title, and Description.

Editor Experiment: Alt Text Generation. Image block settings showing Generate Alt Text button and the generated alt text.

Editor Experiment: Alt Text Generation. Image block settings showing Generate Alt Text button and the generated alt text.

Editor Experiment: Alt Text Generation. Bulk alt text generation from within the Media Library.

Editor Experiment: Alt Text Generation. Bulk alt text generation from within the Media Library.

Editor Experiment: Comment Moderation. Comments admin screen showing AI-powered comment moderation features, including color-coded badges for toxicity scoring and comment sentiment.

Editor Experiment: Comment Moderation. Comments admin screen showing AI-powered comment moderation features, including color-coded badges for toxicity scoring and comment sentiment.

Editor Experiment: Comment Moderation. Recent Comments section of the Activity widget showing Sentiment and Toxicity scores.

Editor Experiment: Comment Moderation. Recent Comments section of the Activity widget showing Sentiment and Toxicity scores.

Editor Experiment: Content Classification. AI-powered suggestions for post tags and categories based on content analysis.

Editor Experiment: Content Classification. AI-powered suggestions for post tags and categories based on content analysis.

Editor Experiment: Content Summarization. Post editor sidebar showing Generate AI Summary button and the generated content summary within a Content Summary block.

Editor Experiment: Content Summarization. Post editor sidebar showing Generate AI Summary button and the generated content summary within a Content Summary block.

Editor Experiment: Excerpt Generation. Post editor sidebar showing Generate Excerpt button and generated excerpt.

Editor Experiment: Excerpt Generation. Post editor sidebar showing Generate Excerpt button and generated excerpt.

Editor Experiment: Meta Description Generation. Generates meta description suggestions and integrates those with various SEO plugins.

Editor Experiment: Meta Description Generation. Generates meta description suggestions and integrates those with various SEO plugins.

Editor Experiment: Title Generation. Post editor showing Generate button above the post title field and title recommendations in a modal.

Editor Experiment: Title Generation. Post editor showing Generate button above the post title field and title recommendations in a modal.

Editor Experiment: Type-ahead Text. Ghost text suggestions while writing paragraphs in the block editor.

Editor Experiment: Type-ahead Text. Ghost text suggestions while writing paragraphs in the block editor.

Dashboard Widgets. AI Capabilities widget showing Abilities Explorer summary and connected AI providers and model capabilities.

Dashboard Widgets. AI Capabilities widget showing Abilities Explorer summary and connected AI providers and model capabilities.

Dashboard Widgets. AI Status widget showing three step configuration process.

Dashboard Widgets. AI Status widget showing three step configuration process.

Dashboard Widgets. AI Status widget showing connected AI providers and enabled Features and Experiments.

Dashboard Widgets. AI Status widget showing connected AI providers and enabled Features and Experiments.

Admin Experiment: Abilities Explorer. Abilities Explorer admin screen listing available AI abilities with filters, providers, and test actions.

Admin Experiment: Abilities Explorer. Abilities Explorer admin screen listing available AI abilities with filters, providers, and test actions.

Admin Experiment: Abilities Explorer. Abilities Explorer's view details screen showing an AI ability’s description, provider, input schema, output schema, and raw data.

Admin Experiment: Abilities Explorer. Abilities Explorer's view details screen showing an AI ability’s description, provider, input schema, output schema, and raw data.

Admin Experiment: Abilities Explorer. Abilities Explorer's test ability screen showing JSON input data, validation, and input schema reference for an AI ability.

Admin Experiment: Abilities Explorer. Abilities Explorer's test ability screen showing JSON input data, validation, and input schema reference for an AI ability.

Admin Experiment: AI Request Logging. Logs AI requests for observability and debugging. View detailed logs under Tools.

Admin Experiment: AI Request Logging. Logs AI requests for observability and debugging. View detailed logs under Tools.

Admin Experiment: Connector Approvals. Require explicit administrator approval before plugins or themes can use AI connectors configured on this site.

Admin Experiment: Connector Approvals. Require explicit administrator approval before plugins or themes can use AI connectors configured on this site.

Admin Experiment: Key Encryption. Encrypts AI provider API keys at rest using bundled libsodium encryption. Keys are transparently decrypted on read and re-encrypted on write. Disabling the experiment or deactivating the plugin restores plaintext keys.

Admin Experiment: Key Encryption. Encrypts AI provider API keys at rest using bundled libsodium encryption. Keys are transparently decrypted on read and re-encrypted on write. Disabling the experiment or deactivating the plugin restores plaintext keys.

Admin Experiment: Suggest Reply. Adds a "Suggest Reply" action to the Comments screen and Activity widget, enabling moderators to quickly generate comment reply suggestions.

Admin Experiment: Suggest Reply. Adds a "Suggest Reply" action to the Comments screen and Activity widget, enabling moderators to quickly generate comment reply suggestions.

AI Settings. AI settings screen showing toggles to enable specific experiments.

AI Settings. AI settings screen showing toggles to enable specific experiments.

Plugin Details

Active Installs
50K+
Total Downloads
243,337
Version
1.3.0
Requires WP
7.0
Requires PHP
7.4
Tested Up To
7.1
Added
2025-12-02
Last Updated
2026-08-18 9:09pm GMT

Ratings

5
7
4
1
3
0
2
1
1
0