wordpress-content

Create and update WordPress posts, pages, media, and menus via WP-CLI or REST API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/redbananastudios/ai-library --skill wordpress-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress-content
Source: https://github.com/redbananastudios/ai-library/tree/main/generated/claude/skills/wordpress-content
Command: npx skills add https://github.com/redbananastudios/ai-library --skill wordpress-content

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating, updating, and organizing WordPress posts, pages, media, and navigation is slow and error-prone, especially when you need consistent formatting and repeatable updates.

Core Features & Use Cases

  • Content creation and updates: Create or update blog posts and pages with correct post status, scheduling, and rich HTML content.
  • Media management: Upload images to the Media Library, set featured images, and regenerate thumbnails when needed.
  • Taxonomy and menus: Manage categories and tags, then update navigation menus for classic WP setups.
  • Bulk operations and verification: Support bulk creation patterns and verify results by fetching post metadata and live URLs.

Quick Start

Use wordpress-content to create a scheduled blog post by running the Skill to create a future-dated post with the title and HTML body you provide, then verify the live URL from the created post id.

Frequently Asked Questions about wordpress-content

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

FAQPage Schema
How do I automate creating and updating WordPress posts and pages?

Automate WordPress content creation and updates by providing titles and HTML bodies to schedule posts or update pages. The Skill formats rich content and sets post statuses automatically using WP-CLI or the REST API.

Can I upload images to the WordPress Media Library and set featured images automatically?

Yes, you can upload images to the WordPress Media Library and set featured images automatically. The Skill manages media uploads and can regenerate thumbnails when needed via WP-CLI or REST API.

What's the best way to manage WordPress categories, tags, and navigation menus in bulk?

Manage WordPress taxonomies and navigation by running bulk operations for categories, tags, and classic menu updates. The Skill automates taxonomy management and menu item creation through WP-CLI or the REST API.

Do I need WP-CLI or REST API credentials to create scheduled WordPress content?

You need either a working WP-CLI connection with site configuration or REST credentials using Application Password authentication. These connections allow the Skill to create scheduled posts and verify live URLs.

How does verifying WordPress content creation work after publishing a post?

Verifying WordPress content creation works by fetching post metadata and retrieving the live URL from the newly created post ID. This confirms the post exists and is accessible after the publishing operation completes.

Does WordPress content automation support future-dated publishing and post status management?

Yes, WordPress content automation supports future-dated publishing and post status management. You can schedule posts with specific dates and control statuses like draft or publish directly through the REST API or WP-CLI.