wordpress-content-manager

Community

Automate WordPress content ops via REST API.

Authorjakenuts
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates WordPress post management across sites via the REST API, enabling listing, searching, viewing, creating, updating, and deleting posts (including drafts, scheduled, and published) with tags and categories.

Core Features & Use Cases

  • Site-agnostic Post Management: Manage posts across multiple profiles (sites) without manual API calls.
  • CRUD on Posts: Create, read, update, and delete posts with status control (draft, publish, future) and support for tags and categories.
  • Profile-Driven Config: Profiles under profiles/ map to site configurations; switch targets with --profile or WP_PROFILE.
  • Secure Credentials: Uses environment variables for WordPress credentials (WP_USERNAME, WP_APP_PASSWORD).

Quick Start

Run a quick test to fetch published posts from the default profile: node ~/.codex/skills/wordpress-content-manager/scripts/wp-content.mjs posts list --status publish --per_page 5 --page 1 --json

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: wordpress-content-manager
Download link: https://github.com/jakenuts/agent-skills/archive/main.zip#wordpress-content-manager

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository