wordpress

Manage WordPress posts, pages, media, and comments via REST API CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill wordpress-robomotionio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/wordpress
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill wordpress-robomotionio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WordPress content management via REST API can be tedious and error-prone; this Skill provides a reliable, CLI-driven way to manage posts, pages, categories, tags, media, users, and comments from Robomotion.

Core Features & Use Cases

  • Create, update, list, or delete posts and pages
  • Manage categories, tags, and media uploads
  • Administer users and moderate comments

Quick Start

Install the WordPress integration, connect with a session, and then run commands to create, update, or manage content.

Frequently Asked Questions about wordpress

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

FAQPage Schema
How do I automate WordPress content management using the REST API?

You can automate WordPress content management by using a CLI to perform command-level CRUD actions on posts, pages, categories, tags, media, users, and comments via the REST API. It enables workflows like publishing drafts and uploading media.

What is the best way to moderate WordPress comments and manage users automatically?

The best way to moderate WordPress comments and manage users is through a CLI-driven automation tool that administers these tasks via the REST API. It provides structured JSON results for reliable, session-based moderation operations.

Can I use CLI commands to create and update WordPress posts and pages?

Yes, you can use CLI commands to create, update, list, or delete WordPress posts and pages. This approach satisfies session-based multi-step operations and returns structured JSON results after executing the REST API actions.

Does this WordPress automation method support uploading media and assigning categories?

Yes, this WordPress automation method supports uploading media and assigning categories. It manages tags and media uploads alongside posts and pages, enabling comprehensive content workflows directly through CLI commands and the REST API.

How do I get structured JSON results from WordPress CLI operations?

You get structured JSON results from WordPress CLI operations by executing command-level CRUD actions through a session-based interface. The CLI interacts with the REST API to manage content and returns organized JSON data for your workflows.