Just opened: the Novamira community on Facebook. Join us →

Abilities Hub

The Abilities Hub is the place inside wp-admin where you see and control every AI ability available on your site. Every ability that Novamira (or any other plugin) exposes through the WordPress Abilities API shows up here automatically, grouped by the plugin that provides it.

From the Hub you decide, ability by ability, which ones your AI agent gets to use.

How to open it

In wp-admin, go to Novamira > Abilities Hub. You will see one row per ability, organized in groups by source plugin.

What you can do from here

  • See every ability available to your AI agent, in one place. Novamira’s own abilities, abilities added by other plugins, and any abilities your team has registered through the WordPress Abilities API.
  • Enable or disable each one individually. A disabled ability is no longer exposed to your AI client, even if its provider plugin is active.
  • See which plugin provides what. The grouping makes it clear when a new ability appears because you installed or updated a plugin.

Auto-discovery

You do not configure anything when a new compatible plugin is installed. The Hub reads the abilities registry directly: as soon as a plugin registers an ability through the Abilities API, it appears in the list. No wiring on your end.

The same applies in reverse: deactivate or uninstall a plugin and its abilities disappear from the Hub.

Why it exists

As more WordPress plugins adopt the Abilities API, an AI agent connected to your site might have access to dozens of abilities coming from many different places. Without a single control surface, you would have to chase configuration screens across every plugin to understand what your agent can do.

The Hub is that control surface. One screen, every ability, one toggle each.

Relationship with Skills

Skills are reusable Markdown playbooks your AI agent follows when their description matches the task. Abilities are the low-level actions that skills (and ad-hoc prompts) compose. The Hub governs abilities. Skills, when used, run on top of whatever abilities are currently enabled.

If a skill expects an ability that you have disabled in the Hub, the skill will not be able to perform that step. Conversely, enabling a previously disabled ability immediately makes it usable by any skill or prompt.