wordpress-publisher

Publish WordPress posts and drafts via the REST API.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/a0972199950/lazy-cv --skill wordpress-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-publisher
Source: https://github.com/a0972199950/lazy-cv/tree/main/.agents/skills/wordpress-publisher
Command: npx skills add https://github.com/a0972199950/lazy-cv --skill wordpress-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of publishing content to a WordPress site, streamlining content creation and management.

Core Features & Use Cases

  • Draft Creation: Create new blog posts as drafts, allowing for review before publishing.
  • Direct Publishing: Publish posts immediately with optional featured images, excerpts, categories, and tags.
  • Post Management: Check the status of existing posts using their ID.
  • Use Case: A content creator can quickly draft a blog post in Markdown, use this Skill to convert it to HTML, and then publish it directly to their WordPress blog with a featured image.

Quick Start

Use the wordpress-publisher skill to create a draft blog post titled "My First Post" using the content from the file "post_content.html".

Frequently Asked Questions about wordpress-publisher

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

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

To publish content to WordPress, this Skill uses the WordPress REST API to create drafts or directly publish posts. It requires your site URL, username, and application password for authentication.

Can I publish a WordPress blog post with a featured image and tags?

Yes, you can publish a WordPress blog post with a featured image, tags, categories, and excerpts. The Skill supports uploading these elements when pushing content directly to your site.

Do I need an application password to automate publishing posts to WordPress?

Yes, an application password is required to authenticate with the WordPress REST API. You must provide it along with your site URL and username to automate draft creation or direct publishing.

What is the best way to create a WordPress draft from Markdown content?

The best way to create a WordPress draft from Markdown is using this Skill to convert the content to HTML and send it via the WordPress REST API, allowing for review before the post goes live.

How do I check the status of an existing WordPress post?

You can check the status of an existing WordPress post by providing its post ID to this Skill. It queries the WordPress REST API to retrieve and display the current publishing state.