wp-wpcli-and-ops

Manage WordPress sites via WP-CLI for search-replace, database operations, and plugin management.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/javiercasares/cloudfest-wporgdownload --skill wp-wpcli-and-ops-javiercasares
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-wpcli-and-ops
Source: https://github.com/javiercasares/cloudfest-wporgdownload/tree/main/.claude/skills/wp-wpcli-and-ops
Command: npx skills add https://github.com/javiercasares/cloudfest-wporgdownload --skill wp-wpcli-and-ops-javiercasares

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill centralizes and automates WordPress operational tasks using WP-CLI, reducing manual steps and risk in admin work.

Core Features & Use Cases

  • Safe search-replace, database export/import, and plugin/theme/user management via WP-CLI.
  • Cron events, cache rewrites, and multisite operations handled through deterministic scripts and WP-CLI configuration.
  • Use Case: When migrating a site's URL across environments, you can script a safe update and verify changes with minimal downtime.

Quick Start

Run the inspection script to verify the environment and WP-CLI availability: node skills/wp-wpcli-and-ops/scripts/wpcli_inspect.mjs --path=<wordpress-root> [--url=<site-url>].

Frequently Asked Questions about wp-wpcli-and-ops

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

FAQPage Schema
How do I automate a safe WordPress search-replace across environments?

You can automate safe WordPress search-replace operations by running deterministic WP-CLI scripts configured via wp-cli.yml. This ensures reliable, auditable URL updates across local development, staging, and production environments with minimal downtime.

Can I manage WordPress multisite cron and cache operations via scripting?

Yes, you can manage WordPress multisite cron events and cache rewrites through deterministic WP-CLI scripts. This approach handles multisite scenarios safely and enforces guardrails for reliable, auditable changes across your network.

Do I need WP-CLI installed in my environment to use these automation scripts?

Yes, you need WP-CLI installed in your execution environment to leverage these WordPress automation scripts. You can verify your environment setup and WP-CLI availability by running the provided inspection script before executing database exports or plugin management tasks.

What's the best way to script WordPress database exports and plugin management?

The best way to script WordPress database export, import, and plugin or theme management is by using centralized WP-CLI commands. This reduces manual admin steps and risk by enforcing safety references and deterministic scripting for operational tasks.

Why does my WordPress migration workflow need guardrails and safety references?

WordPress migration workflows need guardrails and safety references to ensure reliable, auditable changes during database imports and search-replace operations. Enforcing these deterministic scripts prevents unsafe modifications when migrating across local, staging, and production environments.