WP Manifestindependent plugin directory
manifest / developer / abilities-inspector

Abilities Inspector

Check what abilities your site exposes to AI agents and workflows through the Abilities API introduced in WordPress 6.9.

by Balázs Piller · github.com/wp-autoplugin/abilities-inspector

8stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wp-autoplugin/abilities-inspector/archive/refs/heads/main.zip

From the readme

WordPress Abilities API Inspector Abilities Inspector is a WordPress admin plugin that lets you browse every registered Ability on your site and quickly disable or re-enable them. It is built for the WordPress Abilities API introduced in WP 6.9, and provides a fast, filterable list table with bulk actions plus a details panel for deeper inspection. Key Features - Browse all abilities registered by WordPress core and plugins. - Enable/disable abilities from a single screen. - Count of usage showing how many times each ability is used across the site. - Bulk actions for enabling or disabling multiple abilities at once. - Filters & search by status, category, provider, and free text. - Details panel with metadata like description, category label, REST visibility, annotations, and input/output schemas (when available). Requirements - WordPress 6.9+ (or the Abilities API feature plugin). - PHP 7.4+. - Admin capability: manageoptions. Installation 1. Upload the plugin folder to wp-content/plugins/ or install the ZIP via Plugins → Add New → Upload Plugin. 2. Activate Abilities Inspector. 3. Go to Tools → Abilities Inspector. Usage 1. Open Tools → Abilities Inspector in wp-admin.

Read the full README on GitHub →