dp-blog-publish

Publish blog posts to WordPress via REST API with metadata and images.

24|10|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/kabde/dp-createur --skill dp-blog-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dp-blog-publish
Source: https://github.com/kabde/dp-createur/tree/main/skills/dp-blog-publish
Command: npx skills add https://github.com/kabde/dp-createur --skill dp-blog-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publishes blog posts directly to WordPress using the REST API, handling draft creation, category and tag assignment, featured images, and SEO metadata for Yoast or RankMath.

Core Features & Use Cases

  • Publish a single article or a batch of articles to one or more WordPress sites.
  • Authenticate with WordPress application passwords, manage post status, and attach media and SEO metadata.
  • Use case: a content team publishes weekly posts across multiple sites while preserving consistent categories, tags, and SEO fields.

Quick Start

Publish a blog post by providing the article file and your WordPress site URL.

Frequently Asked Questions about dp-blog-publish

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

FAQPage Schema
How do I publish blog posts to WordPress via the REST API?

WordPress REST API blog publishing works by authenticating with application passwords to create drafts, assign categories and tags, upload featured images, and configure SEO metadata. It supports publishing single articles or batches across multiple sites.

Does WordPress REST API publishing work with Yoast or RankMath SEO fields?

WordPress REST API publishing supports configuring SEO metadata for both Yoast and RankMath. It allows you to programmatically set and update SEO fields via the REST API when creating drafts or publishing blog posts.

What do I need to authenticate and publish posts to WordPress via REST API?

To authenticate and publish posts via the WordPress REST API, you need WordPress application passwords. This authentication method allows you to securely manage post statuses, attach media, and configure SEO fields without using your main account password.

Can I upload a featured image and assign categories when publishing a WordPress post via REST API?

When publishing a WordPress post via the REST API, you can upload a featured image and assign categories and tags. This enables content teams to maintain consistent metadata and media attachments across single or batch-published articles.

Is batch publishing to multiple WordPress sites supported via the REST API?

Batch publishing to multiple WordPress sites is supported via the REST API. You can publish batches of articles across multiple sites while preserving consistent categories, tags, featured images, and Yoast or RankMath SEO fields.