Title: AgentMod
Author: Kadim Gültekin
Published: <strong>Òkúdù 25, 2026</strong>
Last modified: Ògún  7, 2026

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/agent-mod/assets/banner-772x250.jpg?rev=3585895)

![](https://ps.w.org/agent-mod/assets/icon-128x128.jpg?rev=3585895)

# AgentMod

 Láti ọwọ́ [Kadim Gültekin](https://profiles.wordpress.org/arkenon/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/agent-mod.1.1.8.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/agent-mod/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/agent-mod/#reviews)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/agent-mod/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/agent-mod/)

## Àpèjúwe

AgentMod is an **AI Agent Platform** built natively for WordPress. Unlike standard
AI chatbot plugins, AgentMod acts as an orchestration layer on top of the _Connectors_,
_WP AI Client_ infrastructure introduced in WordPress 7.0.

Instead of writing custom integration code (glue-code) for external services, AgentMod
creates an **Ability Economy**: it reads abilities exposed by plugins like WooCommerce(`
create_order`), Core (`get_site_infor`), or Native Custom Fields (`create_post_type`)
directly from the WordPress Core Registry and makes them available to AI agents —
turning your site into an autonomous operating platform.

#### Key Features (Free Version)

**AI Orchestration Engine**
 A stateless, model-agnostic agent engine built on the
native WordPress AI Client. Supports sequential and parallel multiple ability calls
via `WP_AI_Client_Ability_Function_Resolver`.

**Admin Chat Widget**
 A React-based chat panel triggered from the WordPress Admin
Bar. Built with `@wordpress/components` Modal architecture. Includes a “New Topic”
button to reset the session and conversation history at any time.

**Context Scope Selector**
 A toggle control inside the chat composer that lets 
the user decide whether the AI agent can read site data or should operate on general
knowledge only.

**Search & Content Tools**
 Ìtumọ̀ Yorùbá: – Search queries return a maximum of 
20 post titles/excerpts per call. Ìtumọ̀ Yorùbá: – Full content processing is limited
to a maximum of 5 post bodies at once. Requests like _“Analyze all 500 posts”_ are
gracefully declined. Ìtumọ̀ Yorùbá: – A maximum of 10 ability calls are allowed 
per message cycle.

**Write Action Confirmation Modal**
 When an agent triggers a database-modifying
ability such as `create_post` or `send_email`, an approval modal is shown to the
user with a summary of the action. The operation is not executed until the user 
explicitly confirms.

**Smart Response Rendering**
 Ìtumọ̀ Yorùbá: – Plain text responses are rendered
as Markdown with “Copy Text” and “Create Draft” action buttons. Ìtumọ̀ Yorùbá: –
Code block responses (HTML, CSS, PHP, etc.) are displayed in a syntax-highlighted`
<pre>` container with a “Copy Code” button.

**Site Management Abilities**
 A group of abilities that let the agent administer
the WordPress installation itself, covering the same ground as the `wp plugin`, `
wp theme`, `wp option`, `wp user`, `wp core` and `wp cron` command families — without
needing shell access or WP-CLI: Ìtumọ̀ Yorùbá: – Plugins and themes: list, look 
up, search the WordPress.org directory, install from a slug or a .zip, activate,
deactivate, update and delete. Ìtumọ̀ Yorùbá: – Settings: browse WordPress’ registered
settings with their declared types, and update them with schema validation. Individual
options can be read and written too. Ìtumọ̀ Yorùbá: – System: report the WordPress,
PHP and MySQL versions, pending updates and whether the site permits file modifications;
list scheduled cron events; flush the object cache and rewrite rules. Ìtumọ̀ Yorùbá:–
Users: list accounts, create users, edit profiles, change roles, send password resets
and delete accounts with content reassignment.

Every destructive or state-changing ability in this group goes through the approval
modal, and guards refuse the operations that would break the site: writing `siteurl`,
deactivating AgentMod itself, deleting the active theme, removing the last administrator
or the account you are signed in as. Passwords are never generated into a response—
WordPress sends its standard emails instead.

**Ability Registry Browser**
 A dedicated sub-menu page under AgentMod lists all
abilities currently registered on WordPress Core Registry, with detailed information
for each.

**Secure System Directives**
 The `PromptBuilder` enforces strict system-level directives
that prevent agents from performing destructive actions and require them to ask 
clarifying questions in ambiguous situations.

**Developer Hook System**
 A comprehensive set of PHP and JavaScript hooks for extending
AgentMod: Ìtumọ̀ Yorùbá: – Filters for prompt modification (before/after) Ìtumọ̀
Yorùbá: – Actions for ability execution lifecycle (before/after) Ìtumọ̀ Yorùbá: –
ChatPanel UI customization hooks (add/remove tools, sections)

#### Get Pro to Unlock More Features

Unlock advanced features and take your AI Agents to the next level.

 * Full-Screen Workspace : Manage all AI features in full screen panel. No distraction!
 * Multi Agent System : Create and manage multiple AI agents.
 * Conversation History : Save and manage conversation history.
 * AI Skills : Add custom AI skills to your agents.
 * Frontend Widgets : Add AI widgets to your website. For example for contact forms
   or FAQ floating chat panels.
 * Code Snippets : Save and manage code snippets with your AI agents.
 * Import / Export Tools : Export and import settings and custom fields and plugin
   settings.

#### Provider Agnostic

AgentMod does not lock you into any specific AI provider. It works with any provider
supported by the WordPress AI Client, including OpenAI, Anthropic, and others configured
via provider plugins.

#### Requirements

 * WordPress 7.0 or higher (requires native WP AI Client & Abilities API)
 * PHP 7.4 or higher
 * An active AI provider plugin compatible with WordPress AI Client

### Credits

Built using official WordPress packages:

 * @wordpress/scripts
 * @wordpress/components
 * @wordpress/elements
 * @wordpress/icons
 * @wordpress/data

Assets:

 * All images located in the Admin/assets/img folder are self created and are licensed
   under CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.

Composer Packages:

 * PHP DI Ìtumọ̀ Yorùbá: – Copyright (c) Matthieu Napoli

Libraries:

 * Native Custom Fields Ìtumọ̀ Yorùbá: – Copyright (c) Arkenon (https://wordpress.
   org/plugins/native-custom-fields/)

### Source Code

It is available on GitHub:
 * GitHub: https://github.com/Arkenon/agent-mod

### Developers

If you want to contribute to the plugin:
 1) Download the source code and run `npm
install` to install the development dependencies. 2) To install composer dependencies,
run `composer install`. 3) Run `npm start` to start the development server. 4) To
build the plugin, run `npm run build`.

## Àwọn àwòrán ìbòjú

[[

[[

[[

[[

[[

[[

## FAQ

### Who is this plugin for?

AgentMod is designed for WordPress site owners, developers, and agencies who want
to leverage AI agents to automate tasks on their site using the native WordPress
Abilities API — without writing custom integration code for each service.

### Does AgentMod work with any AI provider?

Yes. AgentMod is fully provider agnostic. It uses the native WordPress AI Client
layer, so any AI provider plugin compatible with WordPress 7.0Ìtumọ̀ Yorùbá: ’s 
AI infrastructure will work.

### What is an “Ability” in this context?

An Ability is a registered, callable action exposed by a WordPress plugin through
the Core Abilities Registry. For example, WooCommerce might expose a `create_order`
ability, or a booking plugin might expose `book_appointment`. AgentMod reads these
automatically and makes them available to the AI agent.

### Can the AI agent delete my content?

No. Destructive actions (`delete`, `erase`, `trash`) are strictly prohibited by 
system-level directives in AgentModÌtumọ̀ Yorùbá: ’s PromptBuilder. The agent will
never execute a delete operation directly. Any write or modifying action additionally
requires explicit user confirmation via an approval modal before it is executed.

### Is there a limit on how much content the AI can read?

Yes, hard limits are enforced to manage performance and token costs: Ìtumọ̀ Yorùbá:–
Search results: maximum 20 titles/excerpts per query Ìtumọ̀ Yorùbá: – Full content
reading: maximum 5 post bodies per cycle Ìtumọ̀ Yorùbá: – Ability calls per message:
maximum 10

### Where can I see which Abilities are available?

Under the AgentMod menu in your WordPress admin, there is a dedicated **Abilities**
sub-page that lists all abilities currently registered in the WordPress Core Registry,
along with their details and parameters.

### What happens if I want to create a post via the agent?

If you ask the agent to create a post, it will show you a confirmation modal summarizing
the action before anything is written to the database. You must explicitly approve
the action for it to proceed.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“AgentMod” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí 
plugin yìí.

Àwọn Olùkópa

 *   [ Kadim Gültekin ](https://profiles.wordpress.org/arkenon/)

[Túmọ̀ “AgentMod” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/agent-mod)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/agent-mod/), ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/agent-mod/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/agent-mod/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/agent-mod/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.1.8

 * Add: New filters into AIClientAdapter
    - agent_mod_before_ability_execution
    - agent_mod_after_ability_execution

#### 1.1.7

 * Update NCF library (native-custom-fields) to 1.3.6

#### 1.1.6

 * Removed: Unused input_schemas in AbilityRegistrarService
 * Update NCF library (native-custom-fields) to 1.3.5

#### 1.1.5

 * New: In-loop history compaction to reduce token usage by eliding old tool results
   and removing old binary attachments.
 * New: AI provider HTTP timeout manager to prevent “cURL error 28” on long generations.
 * Enhancement: Tool result digests added to conversation history, preventing the
   AI from repeating identical tool calls.
 * Enhancement: Improved Block Template and Template Part creation logic (assigns
   theme taxonomies and resolves area for template parts).

#### 1.1.4

 * Fixed: Global Styles Ability-> Schema validation error for color presets.
 * Updated: Increased max attachment count from 5 to 15.
 * Added: ‘text/html’ mime type to supported image formats.

#### 1.1.3

 * Fixed: Errors and warnings Plugin Check found (2 errors, 1 warning).

#### 1.1.2

 * Improved: Agent personality traits.

#### 1.1.1

 * Added: Post type parameter into get and list post or pages abilities.
 * Added: Default agent model selection in AgentMod settings page.

#### 1.1.0

 * Added: Site Management abilities (new “AgentMod — Site Management” category, 
   24 abilities) covering plugins, themes, settings/options, system status, cron
   and users — the native equivalent of the WP-CLI management commands, with no 
   shell access required.
 * Added: Guards for site management operations — protected options, self-protection
   for AgentModÌtumọ̀ Yorùbá: ’s own plugins, active/parent/default theme protection,
   last-administrator protection and privilege-escalation checks on user roles.
 * Fixed: An approved write action is now matched by ability name _and_ arguments
   before it is exempted from confirmation. Previously the model could return different
   arguments on the confirmation turn and have them executed without a second prompt.
 * Fixed: Chat processing issues.
 * Improved: Connector repair system reliability and accuracy.

#### 1.0.9

Added: Web search capability. Agent can search the web for information and use it
in responses.
 Added: Stop Chat button into composer.

#### 1.0.8

 * Updated: Pro version url.

#### 1.0.7

 * Added: Pro version announcement into dashboard.
 * Fixed: Page loading issue while fetching provider model lists.
 * Added: Default preset prompts into plugin settings.

#### 1.0.6

 * Added: Agent tray selector with avatars in the chat toolbar (always visible; 
   shows the settings-driven Default Agent, extensions can add more agents)
 * Added: `agent_mod_agent_config_data` PHP filter — lets extensions resolve an 
   agentÌtumọ̀ Yorùbá: ’s full configuration server-side before the AgentConfig 
   DTO is built
 * Added: `agent_mod.agents` JS filter — lets extensions adjust the agent tray list
   client-side
 * Changed: Chat requests now send only request-level agent fields (id, mode, provider/
   model, emphasized abilities); agent configuration is always resolved server-side

#### 1.0.5

 * Feature: Added new settings
 * Feature: Add selected abilities to settings page
 * Fixed: Confirmation Modal error
 * Redesigned: Constants and AgentConfig structure

#### 1.0.4

 * Update NCF (native-custom-fields) to 1.2.8

#### 1.0.3

 * Update NCF (native-custom-fields) to 1.2.7
 * Add: Singleton pattern into DI Container

#### 1.0.2

 * Fixed: Ability List page render error
 * Added: Filter hooks for services and controllers
 * Added: Useful UrlÌtumọ̀ Yorùbá: ’s into the Dashboard sidebar

#### 1.0.1

 * Fixed: Admin menu label bug
 * Removed: Provider logo url contained constant WP_CONTENT_DIR

#### 1.0.0

 * Initial public release

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.1.8**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọ̀sẹ̀ 3 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 7.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **7.0.4**
 *  Ẹ̀yà PHP ** 7.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/agent-mod/)
 * Àwọn àmì
 * [abilities](https://yor.wordpress.org/plugins/tags/abilities/)[agent](https://yor.wordpress.org/plugins/tags/agent/)
   [AI](https://yor.wordpress.org/plugins/tags/ai/)[assistant](https://yor.wordpress.org/plugins/tags/assistant/)
   [chatbot](https://yor.wordpress.org/plugins/tags/chatbot/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/agent-mod/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

[Your review](https://wordpress.org/support/plugin/agent-mod/reviews/#new-post)

[Wo gbogbo àwọn àgbéyẹ̀wò](https://wordpress.org/support/plugin/agent-mod/reviews/)

## Àwọn Olùkópa

 *   [ Kadim Gültekin ](https://profiles.wordpress.org/arkenon/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/agent-mod/)