← Back to Skills Marketplace
WordPress WP-CLI Internal API
by
Matthew Murphy
· GitHub ↗
· v0.5.0
376
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wordpress-wp-cli-internal-api
Description
Build, inspect, and extend WP-CLI command code using the documented stable internal API. Use when the task involves custom WP-CLI commands, package bootstrap...
Usage Guidance
This skill appears safe and coherent for WP-CLI command development. Before running: (1) review the small render-command-skeleton.sh script (it simply prints or writes a PHP template); (2) avoid passing a --write path that could overwrite important system files—use a dev workspace or temporary path; (3) review any generated PHP before loading it into production; (4) note that autonomous agent invocation is allowed by default—if you enable the skill for automated agents, restrict what paths and write-arguments those agents may use.
Capability Analysis
Type: OpenClaw Skill
Name: wordpress-wp-cli-internal-api
Version: 0.5.0
The skill bundle provides a legitimate utility for generating WP-CLI command skeletons and documentation for the WP-CLI internal API. The primary script, `scripts/render-command-skeleton.sh`, is a template generator that outputs standard PHP code for WordPress command-line tools and does not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name, description, and included files (references and a skeleton generator) align with WP-CLI command authoring. There are no unrelated binaries, env vars, or network installs requested.
Instruction Scope
SKILL.md stays on-purpose (read local references, use the provided script to render command skeletons, prefer WP_CLI internal helpers). The included script can write a generated PHP file to any --write path supplied by the caller, so callers/agents should avoid passing sensitive or system paths to prevent accidental overwrites.
Install Mechanism
No install spec or external downloads — instruction-only with a local shell script. Nothing is fetched from external URLs or written to disk by an installer.
Credentials
The skill declares no environment variables, credentials, or config paths. The runtime instructions only reference bundled local files and WP-CLI internal APIs appropriate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill privileges. Autonomous invocation is allowed by default (normal for skills) but not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wordpress-wp-cli-internal-api - After installation, invoke the skill by name or use
/wordpress-wp-cli-internal-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.5.0
# wordpress-wp-cli-internal-api 0.5.0 - First public release. - Adds guidance and skeleton generation for building custom WP-CLI commands against the stable internal API.
Metadata
Frequently Asked Questions
What is WordPress WP-CLI Internal API?
Build, inspect, and extend WP-CLI command code using the documented stable internal API. Use when the task involves custom WP-CLI commands, package bootstrap... It is an AI Agent Skill for Claude Code / OpenClaw, with 376 downloads so far.
How do I install WordPress WP-CLI Internal API?
Run "/install wordpress-wp-cli-internal-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WordPress WP-CLI Internal API free?
Yes, WordPress WP-CLI Internal API is completely free (open-source). You can download, install and use it at no cost.
Which platforms does WordPress WP-CLI Internal API support?
WordPress WP-CLI Internal API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WordPress WP-CLI Internal API?
It is built and maintained by Matthew Murphy (@matthewxmurphy); the current version is v0.5.0.
More Skills