wordpress-content
Installation
SKILL.md
WordPress Content
Manage WordPress content exclusively through the built-in REST API. Do not install or invoke WP-CLI. Require bash, curl, and Python 3; do not require local PHP.
Required Inputs
Ensure these values are available through explicit input, environment variables, or local configuration:
- HTTPS WordPress site URL
- WordPress username
- WordPress Application Password
- requested operation and content type
- exact object ID when changing existing content
- final title, content, status, date, taxonomy, media, or navigation details required by the operation
Do not guess an object ID from a title alone. Search and resolve ambiguity before writing.