wordpress-blogger

Publish articles to WordPress blogs via REST API with categories, tags, and slugs.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/hugogu/skills --skill wordpress-blogger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-blogger
Source: https://github.com/hugogu/skills/tree/main/openclaw-skills/wordpress-blogger
Command: npx skills add https://github.com/hugogu/skills --skill wordpress-blogger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of publishing articles to WordPress blogs, reducing manual steps and minimizing errors in post creation and metadata handling.

Core Features & Use Cases

  • Automatic post creation via WordPress REST API with credential-based authentication.
  • Managed categories and tags to ensure proper content taxonomy.
  • SEO-friendly English slug generation to improve search visibility.
  • Use cases: a content team publishing weekly blog posts across multiple sites.

Quick Start

Provide article title, content, and metadata to publish a new WordPress post.

Frequently Asked Questions about wordpress-blogger

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

FAQPage Schema
How do I automate publishing articles to WordPress via REST API?

Automating WordPress publishing via REST API requires sending authenticated requests to create posts, manage categories and tags, and generate SEO-friendly slugs. This Skill handles post creation, taxonomy management, and error reporting automatically.

How does automatic slug generation work for WordPress blog posts?

Automatic slug generation for WordPress blog posts creates SEO-friendly English URLs from your article metadata. It improves search visibility by ensuring consistent, optimized slugs without manual input during the post creation process.

Can I use credentials to publish WordPress posts across multiple sites?

Yes, you can use credentials-driven access to publish WordPress posts across multiple sites. This multi-site workflow ensures consistent publishing at scale while enforcing safe handling of authentication credentials.

What do I need to start creating WordPress posts with this REST API approach?

To start creating WordPress posts, you need your article title, content, metadata, and valid authentication credentials. Providing these inputs allows the system to automate post creation, category and tag management, and slug generation.

How are category and tag management handled during WordPress post creation?

Category and tag management during WordPress post creation is handled automatically to ensure proper content taxonomy. The system assigns the provided categories and tags via REST API, reducing manual steps and metadata errors.

What happens if a WordPress post fails to publish via REST API?

If a WordPress post fails to publish via REST API, the system provides proper error reporting for the failed post. It enforces validation of inputs and safe handling of credentials to minimize errors during the publishing workflow.