A professional toolkit for building, inspecting, and extending custom WordPress CLI commands using the official stable internal API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wordpress-wp-cli-internal-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install wordpress-wp-cli-internal-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The WordPress WP-CLI Internal API skill is a specialized resource for developers who need to extend the WordPress command-line interface beyond standard administration. It focuses on the stable internal API surface, providing guidance on command registration, logging, hooks, and execution helpers. By utilizing this skill from the Openclaw Skills collection, developers can ensure their custom PHP code integrates seamlessly with the WP-CLI ecosystem using officially documented methods rather than undocumented internals.
This skill is essential for maintaining code quality and consistency when building custom automation scripts or plugin-specific CLI entrypoints. It provides the necessary guardrails to choose the right output helpers and execution patterns, ensuring that custom commands behave predictably within the WordPress environment.
To initialize a new command skeleton using this Openclaw Skills resource, execute the following script from your terminal:
scripts/render-command-skeleton.sh --command acme report --class Acme_Report_Command --write /path/to/your-command.php
Ensure that your development environment has access to the internal API reference files located in the references directory.
The skill organizes its technical references and automation scripts as follows:
| Component | File Path | Purpose |
|---|---|---|
| Skeleton Generator | scripts/render-command-skeleton.sh |
Generates boilerplate PHP code for new commands. |
| API Reference | references/stable-internal-api.md |
Documentation of the stable API surface and methods. |
| Design Patterns | references/command-patterns.md |
Guidelines for output, errors, and internal execution. |
Loading
A comprehensive administrative skill for managing WordPress installations through the WP-CLI command-line interface.

A specialized toolset for converting macOS into a repeatable, local PHP and MariaDB staging environment using native services and Homebrew.

Access real-time stock market data, financial statements, and company news via the Finnhub API integration for Openclaw Skills.

An automated workflow that converts recent emails into visually enhanced, AI-summarized HTML reports.

A comprehensive command-line utility for inter-converting VTT, SRT, ASS, and LRC subtitle formats with support for time-shifting and bilingual merging.

A Python-powered tool for generating precise technical engineering sketches including beams, supports, and forces.








































