wordpress
WordPress.com API integration with managed OAuth. Manage posts, pages, sites, and content. Use this skill when users want to create, read, update, or delete WordPress.com posts, pages, or manage site content. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/wordpress-apiWhat This Skill Does
The WordPress skill for OpenClaw provides a secure, streamlined interface to the WordPress.com REST API. By leveraging managed OAuth tokens via the Maton gateway, this skill allows users to perform CRUD operations on their WordPress.com hosted sites, posts, and pages without manually handling authentication headers or refresh tokens. It acts as a bridge between your AI agent and the WordPress platform, enabling automated content management, site administration, and dynamic updates.
Installation
To install this skill, use the OpenClaw command line interface within your project environment:
clawhub install openclaw/skills/skills/byungkyu/wordpress-api
After installation, ensure your environment variable MATON_API_KEY is exported. You can retrieve this key from your account settings at maton.ai/settings. Connection management is handled via the ctrl.maton.ai dashboard, where you can initialize and verify your OAuth handshake.
Use Cases
- Automated Blogging: Generate and publish draft posts to your WordPress site based on research or summaries performed by the agent.
- Content Audits: Quickly retrieve a list of recent posts or pages to analyze metadata, status, or content length.
- Site Maintenance: Update existing pages or posts programmatically, such as appending affiliate disclosures or updating event information across multiple articles.
- Workflows: Integrate with other tools to trigger posts upon completion of specific events, such as publishing a report once data analysis is finalized.
Example Prompts
- "List the last 5 blog posts on my site 'tech-journal.wordpress.com' and tell me which ones are still in draft status."
- "Create a new draft post on my site titled 'AI Trends 2026' with the content provided in the previous analysis summary."
- "Find the page with the ID 12345 and update its content to include the latest team contact information."
Tips & Limitations
- Rate Limiting: Be mindful that WordPress.com enforces rate limits on their API; avoid rapid, consecutive requests in loops.
- OAuth Flow: Ensure you follow the URL provided in the connection response to complete the browser-based authorization; the skill will remain inactive until the status is marked as 'ACTIVE'.
- Scope: This skill is strictly for WordPress.com REST API v1.1. For self-hosted WordPress (via Jetpack) or other external web applications, verify your API permissions or use the api-gateway skill for custom REST requests.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-wordpress-api": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.