wordpress

Draft and publish WordPress posts and pages via WP-CLI or wp-admin.

126|11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HybridAIOne/hybridclaw --skill wordpress-hybridaione
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress
Source: https://github.com/HybridAIOne/hybridclaw/tree/main/skills/wordpress
Command: npx skills add https://github.com/HybridAIOne/hybridclaw --skill wordpress-hybridaione

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams draft, inspect, and publish WordPress posts and pages with safer, more controlled workflows than ad-hoc manual editing.

Core Features & Use Cases

  • WP-CLI content workflows: Create and update draft posts and pages using WP-CLI with environment-aware checks.
  • wp-admin coordination: Guide browser-based admin actions when visual editing, custom fields, plugins, or themes require it.
  • Pre-publish safety and inspection: Verify versions, settings, and targets before any mutation, keeping staging and production separate.

Quick Start

Use the wordpress skill to draft a new WordPress post in staging first, confirm the permalink and status, then ask to publish only after explicit approval.

Frequently Asked Questions about wordpress

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

FAQPage Schema
How do I draft and publish WordPress content safely across staging and production?

To draft and publish WordPress content safely, create draft posts in staging first, verify permalink and status, then push to production only after explicit approval. This workflow uses environment-aware checks to keep staging and production separate.

Can I inspect WordPress site settings, themes, and plugins before publishing?

Yes, you can perform read-only inspection of WordPress site settings, themes, plugins, and user configuration before any mutation. This pre-publish safety check verifies versions and targets to ensure controlled publishing across environments.

Does WordPress content publishing work with WP-CLI for automated CMS operations?

WordPress content publishing works with WP-CLI for automated CMS operations, enabling environment-aware draft creation and updates. It applies safe execution via WP-CLI, requiring explicit environment targeting before applying mutations to staging or production.

What are the limitations of publishing WordPress posts directly in production?

Publishing WordPress posts directly in production bypasses pre-publish safety inspection of versions, settings, and targets. The workflow requires explicit environment targeting and prefers read-only inspection before mutations, making direct production publishing unsafe without prior staging validation.