Ability Packs
Your agent can already connect to WordPress — but most plugins haven’t registered abilities yet. Without an ability pack, an agent falls back to doing everything the naive way: Universal Abilities can read and write any post, option, or database row, but the agent has to reverse-engineer each plugin’s internals call by call. A pack closes that gap by giving the agent specific MCP tools to use a particular plugin, resulting in fewer calls, less tokens, and better results.
The Ability Packs screen lists your installed ability packs and the packs available for your active plugins. Open it from Agent Connector → Abilities → Ability Packs.

Installing an ability pack
Install a pack in one click from the Ability Packs screen, or upload it like any plugin.
Some plugins register their own abilities natively and need no pack.
Browse the available packs, or view the source on GitHub.
Unofficial & temporary by design
Each pack is an ordinary WordPress plugin that registers abilities through the WordPress Abilities API. Agent Connector exposes those abilities to your agent automatically.
We didn’t build the plugins these packs cover, and we think abilities belong in the plugin itself. The packs are deliberately temporary: when a plugin’s developer registers official abilities, we deprecate our pack in its favor. We hope every pack eventually disappears.
For plugin developers
Register abilities directly in your plugin through the official WordPress Abilities API — every Agent Connector site exposes them to agents automatically, with permissions handled for you. If we cover your plugin with an unofficial pack, we’ll deprecate it if yours makes ours pointless. Also, our packs are GPL — fork one as a starting point.