wordpress-publisher

Publish Markdown or HTML content to WordPress via the REST API as Gutenberg blocks.

43|4|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Asif2BD/WordPress-Publishing-Skill-For-Claude --skill wordpress-publisher-asif2bd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-publisher
Source: https://github.com/Asif2BD/WordPress-Publishing-Skill-For-Claude/tree/main
Command: npx skills add https://github.com/Asif2BD/WordPress-Publishing-Skill-For-Claude --skill wordpress-publisher-asif2bd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, base64, json, re, time, argparse, html, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Publishing blog posts and pages to WordPress can be slow and error-prone when you must manually create drafts, convert Markdown to Gutenberg blocks, pick categories/tags, upload media, and validate the preview before publishing.

Core Features & Use Cases

  • Direct WordPress REST Publishing: Create posts/pages with the correct status (draft, publish, pending, private, future) and optionally schedule publication.
  • Gutenberg Block Conversion: Convert Markdown (and supported HTML) into Gutenberg block markup suitable for WordPress.
  • Smart Category & SEO Tag Workflow: Auto-load categories from your site, suggest the best category, and generate SEO-optimized tags (then create missing tags).
  • Preview & Verification Loop: Create a draft, generate a preview/edit URL, and validate that the rendered block content looks structurally correct.
  • Media Management: Upload a featured image and attach it to the post.

Quick Start

Tell the skill: "Publish this article to my WordPress site—site URL, username, and application password are provided; use Markdown content; auto-select the best category; generate SEO tags; create a draft for preview first; then publish after I confirm."

Frequently Asked Questions about wordpress-publisher

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

FAQPage Schema
How do I publish Markdown content to WordPress using the REST API?

To publish Markdown to WordPress via the REST API, the content is converted into valid Gutenberg block markup and enriched with category and SEO tag metadata before creating or updating posts through authenticated REST calls.

Can I automatically generate SEO tags and select categories when publishing to WordPress?

Yes, smart category and SEO tag workflow auto-loads categories from your site, suggests the best fit, generates SEO-optimized tags, and creates any missing tags on the site during the publishing process.

How do I convert Markdown to Gutenberg blocks for WordPress posts?

Markdown and supported HTML are converted into valid Gutenberg block markup through a robust conversion process that handles tables, images, lists, and code blocks for WordPress posts and pages.

What do I need to authenticate WordPress REST API calls for automated publishing?

You need your WordPress site URL, username, and an application password to authenticate REST API calls to posts, pages, categories, tags, and media endpoints for automated publishing.

Does WordPress publishing support draft previews and scheduled publishing?

Yes, the workflow creates a draft, generates a preview URL, verifies the rendered block structure, and supports scheduled publishing with future status upon user confirmation.

Can I upload a featured image and attach it to a post via the WordPress REST API?

Yes, media management is supported by uploading a featured image through the media endpoint and attaching it to the post during the Gutenberg block publishing workflow.