·wordpress-content
>_

wordpress-content

Create and manage WordPress posts, pages, media, categories, and menus. Workflow: determine content type, choose method (WP-CLI or REST API), execute, verify. Use when creating blog posts, updating pages, uploading media, managing categories and tags, updating menus, or doing bulk content operations on WordPress sites.

173Installs·9Trend·@jezweb

Installation

$npx skills add https://github.com/jezweb/claude-skills --skill wordpress-content

How to Install wordpress-content

Quickly install wordpress-content AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/jezweb/claude-skills --skill wordpress-content
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: jezweb/claude-skills.

SKILL.md

View raw

Create, update, and manage WordPress content — posts, pages, media, categories, tags, and menus. Produces live content on the site via WP-CLI or the REST API.

| Create/edit single post or page | WP-CLI wp post create/update | | Bulk create posts | WP-CLI loop or REST API batch | | Upload images/media | WP-CLI wp media import | | Manage categories/tags | WP-CLI wp term | | Update navigation menus | WP-CLI wp menu | | Scheduled posts | WP-CLI with --postdate |

| Complex HTML content | Write to temp file, pass to WP-CLI |

Create and manage WordPress posts, pages, media, categories, and menus. Workflow: determine content type, choose method (WP-CLI or REST API), execute, verify. Use when creating blog posts, updating pages, uploading media, managing categories and tags, updating menus, or doing bulk content operations on WordPress sites. Source: jezweb/claude-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jezweb/claude-skills --skill wordpress-content
Category
>_Productivity
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from jezweb/claude-skills

Quick answers

What is wordpress-content?

Create and manage WordPress posts, pages, media, categories, and menus. Workflow: determine content type, choose method (WP-CLI or REST API), execute, verify. Use when creating blog posts, updating pages, uploading media, managing categories and tags, updating menus, or doing bulk content operations on WordPress sites. Source: jezweb/claude-skills.

How do I install wordpress-content?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jezweb/claude-skills --skill wordpress-content Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/jezweb/claude-skills