A comprehensive automation toolkit for managing WordPress content via REST API with native Gutenberg block support.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wordpress-api-gutenberg
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-api-gutenberg using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust framework for interacting with the WordPress REST API, specifically tailored for the modern Gutenberg block editor. It bridges the gap between raw data and structured web content by handling the intricacies of block serialization, which involves wrapping HTML in specific comment-based metadata. By utilizing Openclaw Skills, developers can transition from manual editing to high-volume, programmatic content management.
The skill covers the entire publishing lifecycle, from secure authentication using Application Passwords to complex media handling and metadata management. Whether you are migrating a legacy site or building a headless CMS pipeline, this integration ensures your programmatically generated posts are fully compatible with the native WordPress editing experience.
To get started, ensure your WordPress site is version 5.6 or higher and generate an Application Password in the user profile settings. Then, configure your environment:
export WP_URL="https://your-site.com"
export WP_USERNAME="your-admin-user"
export WP_APPLICATION_PASSWORD="xxxx xxxx xxxx xxxx xxxx xxxx"
You will also need the Python requests library installed for script execution:
pip install requests
The skill organizes data around the standard WordPress REST API schema while focusing on block-specific content structures.
| Property | Format | Purpose |
|---|---|---|
| title | String | The public-facing headline of the post. |
| content | String | Serialized HTML and Gutenberg block comments. |
| status | String | Defines the lifecycle state (draft, publish, future). |
| featured_media | Integer | The ID of the image in the WordPress Media Library. |
| meta | Object | Key-value pairs for Advanced Custom Fields (ACF) support. |
Loading
An automated smart contract vulnerability scanner that leverages Slither and local LLMs for efficient bug bounty hunting.

Transform your AI agent into a polyglot language tutor with customizable lessons, flashcards, and real-world conversation practice.

A privacy-first subscription auditor that identifies recurring charges from bank transactions and provides direct links to cancel unwanted services.

A read-only integration to monitor Hyperliquid DEX perpetual positions, account balances, and margin risk data.

A documentation registry that enables AI agents to discover internal APIs and browser automation recipes for any website.

A collaborative dual-agent workflow that pairs a Project Manager agent with a Developer agent to architect and build software projects.








































