wordpress

Manage WordPress posts, drafts, media, and taxonomy via the REST API.

12|2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/CoworkedShawn/openclaw-skills --skill wordpress-coworkedshawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress
Source: https://github.com/CoworkedShawn/openclaw-skills/tree/main/wordpress
Command: npx skills add https://github.com/CoworkedShawn/openclaw-skills --skill wordpress-coworkedshawn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publish and manage WordPress posts via the REST API, enabling automation of posts, drafts, media uploads, and taxonomy management.

Core Features & Use Cases

  • Create posts, drafts, and update existing posts programmatically.
  • Upload and attach media to posts, including featured images.
  • Manage categories and tags, and retrieve existing taxonomy data.
  • Use cases include publishing daily blog posts, updating product announcements, and automating media workflows across multiple sites.

Quick Start

Authenticate with WordPress using an Application Password and run a script to create a new draft post.

Frequently Asked Questions about wordpress

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate WordPress post creation using the REST API?

Automate WordPress post creation by sending authenticated requests to the REST API to programmatically generate posts, update existing drafts, and schedule publications. This targets editorial workflows and multi-site maintenance by handling content management tasks automatically.

What do I need to authenticate with the WordPress REST API for automated posting?

To authenticate with the WordPress REST API for automated posting, you need a WordPress instance with Application Passwords enabled and credentials stored securely. This setup allows safe API access for managing posts, media, categories, and tags.

Can I upload and attach media to WordPress posts via the REST API?

Yes, you can upload and attach media to WordPress posts via the REST API. The automation supports uploading media files and attaching them to specific posts, including setting featured images for your content programmatically.

How do I manage categories and tags when publishing WordPress posts programmatically?

Manage categories and tags when publishing WordPress posts programmatically by retrieving existing taxonomy data via the REST API. You can assign categories and tags to posts during creation or update to maintain proper taxonomy organization across your content.

Does this WordPress automation approach work for multi-site maintenance?

Yes, this WordPress automation approach works for multi-site maintenance by targeting editorial workflows across multiple instances. You can programmatically publish daily blog posts, update product announcements, and automate media workflows across various sites using the REST API.

What are the limitations of automating WordPress content management via the REST API?

Limitations of automating WordPress content management via the REST API include requiring an active WordPress instance with Application Passwords enabled and secure credential storage. The automation depends on stable API access for posts, media, categories, and tags to function correctly.