wordpressOpenClaw skill that provides a WordPress REST API CLI for posts, pages, categories, tags, users, and custom requests using plain HTTP.
Install via ClawdBot CLI:
clawdbot install codedao12/wordpressProvide a production-ready CLI for WordPress REST API automation. This skill focuses on content workflows (posts/pages), taxonomy (categories/tags), user reads, and safe custom requests without external HTTP libraries.
fetch).cd wordpress
npm install
node scripts/wp-cli.js help
node scripts/wp-cli.js posts:list --query per_page=5
node scripts/wp-cli.js posts:create '@post.json'
You can also use npm:
npm run wp -- posts:list --query per_page=5
Supported options (first match wins):
WP_BASIC_TOKEN (base64 of user:app_password)WP_USER + WP_APP_PASSWORDWP_JWT_TOKENWP_BASE_URL (e.g., https://example.com)@path.--query key=value (repeatable) or --query key1=value1,key2=value2.Posts:
posts:list, posts:get, posts:create, posts:update, posts:deletePages:
pages:list, pages:get, pages:create, pages:update, pages:deleteTaxonomy:
categories:list, categories:createtags:list, tags:createUsers:
users:list, users:getAdvanced:
request (raw method + path)context=view for read-only list calls.status=draft when staging content.429 and transient 5xx errors in orchestrators.Generated Mar 1, 2026
Automates the creation and updating of blog posts and pages for a content marketing team. This skill can be used to schedule posts, manage drafts, and update existing content via JSON input, streamlining workflows without manual WordPress admin intervention.
Syncs product data from an external system to WordPress WooCommerce sites by creating or updating posts as products. It handles categories and tags for taxonomy management, ensuring product listings are consistent and up-to-date across platforms.
Aggregates news articles from multiple sources and publishes them as posts on a WordPress-based news site. The skill automates listing, creating, and categorizing content, with support for draft statuses to allow editorial review before live publication.
Manages internal documentation pages for a corporate intranet built on WordPress. It enables automated updates to pages, user access control via user reads, and taxonomy organization for easy navigation and search within the company.
Integrates event data from external calendars into WordPress as posts or pages for event listings. It handles creation and updates of events, assigns categories for filtering, and uses custom requests for advanced API interactions with event platforms.
Offers a subscription-based service that uses this skill to automate WordPress content workflows for clients. Revenue is generated through monthly fees for API access, support, and custom integration services, targeting small to medium businesses.
Provides managed WordPress services where this skill is used to automate content updates, user management, and taxonomy handling for client websites. Revenue comes from retainer contracts and one-time setup fees for automation implementations.
Freelancers use this skill to build custom automation scripts for clients, such as migrating content or syncing data. Revenue is generated through hourly rates or fixed-price projects, focusing on businesses needing tailored WordPress integrations.
💬 Integration Tip
Set up environment variables for credentials securely and use the request command for custom API endpoints to extend functionality beyond built-in commands.
Publish content directly to WordPress sites via REST API with full Gutenberg block support. Create and publish posts/pages, auto-load and select categories from website, generate SEO-optimized tags, preview articles before publishing, and generate Gutenberg blocks for tables, images, lists, and rich formatting. Use when user wants to publish to WordPress, post to blog, create WordPress article, update WordPress post, or convert markdown to Gutenberg blocks.
Use when developing WordPress themes, plugins, customizing Gutenberg blocks, implementing WooCommerce features, or optimizing WordPress performance and security.
写文章并发布到 CSDN。使用浏览器自动化 + 扫码登录。支持通过 Telegram 发送二维码,无需 VNC。集成 blog-writer 写作方法论,产出高质量、有个人风格的技术文章。
Manage WordPress sites via MCP (Model Context Protocol) through AI Engine. Use for creating/editing posts, SEO analysis, analytics, media management, taxonomy operations, social media scheduling, multilingual content (Polylang), and any WordPress admin task. Requires AI Engine plugin (free) with MCP Server enabled. Also use when asked about WordPress site management, content workflows, or WP-related tasks.
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.
Convert a WordPress website to a static site and deploy to Cloudflare Pages. Mirrors the rendered HTML via SSH, extracts only referenced assets (shrinks 1.5GB+ to ~25MB), fixes URLs, self-hosts fonts, strips WordPress cruft, and deploys. Use when migrating a WordPress site to static hosting.