Install
openclaw skills install wordpress-content-rest-apiInteract safely with WordPress content via REST API for posts, pages, media, taxonomies, supporting drafts, updates, pagination, search, and retry handling.
openclaw skills install wordpress-content-rest-apiUse this skill only for WordPress content API work (posts, pages, media, categories, tags).
Do not use it for server admin, plugin/theme management, or shell/WP-CLI tasks.
production vs staging).status=draft until explicit approval to publish.Read references/reliability-and-safety.md first when operating on live sites.
Focus on these route families:
/wp-json/wp/v2/posts/wp-json/wp/v2/pages/wp-json/wp/v2/media/wp-json/wp/v2/categories/wp-json/wp/v2/tagsFor usage patterns and payload examples, read:
GET).POST/PUT/PATCH with status=draft).status=publish) only after explicit approval.Treat a content task as complete only when:
draft/publish) matches explicit instruction.