wp-publish

Automate WordPress article publishing with categories, tags, and featured images.

Updated May 18, 2026
One-click install
npx skills add https://github.com/fzturk/clearlegaltips-workspace --skill wp-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-publish
Source: https://github.com/fzturk/clearlegaltips-workspace/tree/main/.claude/skills/wp-publish
Command: npx skills add https://github.com/fzturk/clearlegaltips-workspace --skill wp-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Simplifies the process of publishing articles to a WordPress site, eliminating the need for manual article creation and handling meta information.

Core Features & Use Cases

  • Automated Posting: Upload and draft articles directly to a WordPress site with a single command.
  • Meta Handling: Automatically populates post meta such as title, category, tags, and meta descriptions.
  • Image Upload: Optionally, the skill can upload an image as a featured image for the article.
  • Use Case: A content writer can send an article with a title and file path to the skill, and it will automatically publish the article on the WordPress site with appropriate categorization and tagging.

Quick Start

Publish a new article with title 'My New Post' and article content located at 'articles/my_new_post.md'.

Frequently Asked Questions about wp-publish

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

FAQPage Schema
How do I automate WordPress article publishing from the command line?

Automate WordPress article publishing by executing a CLI or REST API command that handles content insertion and meta information. This skill utilizes WP-CLI and PHP for direct manipulation of post content, automatically populating categories, tags, and meta descriptions.

What is the best way to upload a featured image when posting an article to WordPress via CLI?

Uploading a featured image when posting an article to WordPress via CLI is handled optionally by the skill. It manages the image upload alongside the automated article insertion, linking the media to your newly drafted or published post.

Does automated WordPress publishing via WP-CLI support custom meta descriptions and tags?

Automated WordPress publishing via WP-CLI supports custom meta descriptions and tags. The skill automatically populates post meta such as title, category, tags, and meta descriptions during the direct manipulation of post content.

Can I use a markdown file for automated article insertion to a WordPress site?

You can use a markdown file for automated article insertion to a WordPress site by providing the file path in your command. The skill processes the article content located at the specified path and drafts or publishes it directly.

Do I need PHP installed to use WP-CLI for site automation and article posting?

You need PHP installed to use WP-CLI for site automation and article posting with this skill. It relies on WP-CLI and PHP scripts for direct manipulation of the WordPress post content and metadata.