seo-wordpress-publish

Publish Markdown articles to WordPress via the REST API with SEO metadata.

11|4|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/kabde/seo-skills --skill seo-wordpress-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-wordpress-publish
Source: https://github.com/kabde/seo-skills/tree/main/skills/seo-wordpress-publish
Command: npx skills add https://github.com/kabde/seo-skills --skill seo-wordpress-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Easily publish articles to WordPress by sending Markdown content or direct text to the WordPress REST API, including metadata and media handling.

Core Features & Use Cases

  • Create posts from Markdown files or plain content
  • Assign categories and tags, and set a featured image
  • Configure SEO metadata for Yoast or RankMath automatically
  • Schedule posts or publish immediately across multiple sites

Quick Start

Publish a ready-to-post Markdown file or content to your WordPress blog using the REST API with optional site URL and publish status.

Frequently Asked Questions about seo-wordpress-publish

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

FAQPage Schema
How do I publish Markdown to WordPress via REST API?

You can publish Markdown to WordPress by sending content to the REST API, which handles authentication, post creation, and metadata configuration. The Skill processes Markdown files or plain text to create posts automatically.

Does this WordPress publishing method support Yoast SEO and RankMath metadata?

Yes, WordPress publishing via REST API supports configuring SEO metadata for Yoast or RankMath automatically. The Skill assigns categories, tags, featured images, and SEO metadata during post creation.

Can I schedule WordPress posts using the REST API instead of publishing immediately?

Yes, you can schedule WordPress posts or publish immediately across multiple sites using the REST API. The Skill accepts optional site URLs and publish statuses to control when and where content goes live.

What credentials do I need to publish articles to WordPress via REST API?

Publishing articles to WordPress via REST API requires WordPress credentials stored in a configuration file. The Skill uses these credentials to handle authentication and post creation securely.

What is the best way to automate content publishing across multiple WordPress sites?

Automating content publishing across multiple WordPress sites is best handled by sending Markdown or direct content to the REST API with optional site URLs. The Skill manages authentication, scheduling, and metadata configuration for each site.