WP Manifestindependent plugin directory
manifest / developer / cli-abilities-bridge

CLI Abilities Bridge

WP-CLI Abilities Bridge — discovers WP-CLI commands and system CLI tools, exposes them as WordPress abilities

by Ultimate Multisite · github.com/ultimate-multisite/cli-abilities-bridge · website

0stars
4release downloads
9composer installs
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/ultimate-multisite/cli-abilities-bridge/releases/download/v2.0.1/cli-abilities-bridge.zip

Also on Packagist as ultimate-multisite/cli-abilities-bridge:

composer require ultimate-multisite/cli-abilities-bridge

From the readme

Exposes WP-CLI and system commands as abilities via the WordPress Abilities API. CLI Abilities Bridge gives AI agents direct access to WP-CLI through a single ability. Instead of registering hundreds of individual command abilities (which consumes excessive tokens for AI models to parse), the plugin exposes one wp-cli/execute ability that accepts commands exactly as you would type them in a terminal. The plugin also registers a curated set of system CLI commands (network diagnostics, text processing, system info) as structured abilities with strict security controls. AI agents call wp-cli/execute with a command string — the same way they would use bash: post list --posttype=page --format=json option get blogname plugin list --status=active --format=json user list --role=administrator --format=json post create --posttitle="Hello World" --poststatus=publish No discovery step, no syncing, no cache. The command is validated against a blocklist, permissions are checked, and it runs. Single Ability Interface — One wp-cli/execute ability instead of hundreds. Minimal token overhead for AI agents. Natural Command Syntax — Agents pass commands as plain text, exact

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v2.0.1 Aug 20, 2026 cli-abilities-bridge.zip 0
v2.0.0 Apr 10, 2026 cli-abilities-bridge.zip 4