wp-wpcli-and-ops

Manage WordPress operations via WP-CLI for search-replace, database, plugins, and multisite tasks.

3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/ihatesea69/HieuNghi-AI-Skills --skill wp-wpcli-and-ops-ihatesea69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-wpcli-and-ops
Source: https://github.com/ihatesea69/HieuNghi-AI-Skills/tree/main/wordpress_skills/wp-wpcli-and-ops
Command: npx skills add https://github.com/ihatesea69/HieuNghi-AI-Skills --skill wp-wpcli-and-ops-ihatesea69

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines WordPress operational tasks by leveraging the powerful WP-CLI command-line interface, reducing manual intervention and potential errors.

Core Features & Use Cases

  • Safe Search-Replace: Perform URL and domain migrations with dry-run and backup options.
  • Database Management: Export, import, and inspect the WordPress database.
  • Package Operations: Install, activate, and update plugins and themes.
  • Multisite Management: Handle network-wide operations and site-specific configurations.
  • Automation: Script repeatable tasks using wp-cli.yml and shell scripts.

Quick Start

Use the wp-wpcli-and-ops skill to perform a dry run of replacing 'old-domain.com' with 'new-domain.com' in the WordPress database at '/var/www/html'.

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 safely run a search-replace to migrate a WordPress domain?

WordPress domain migration uses WP-CLI safe search-replace with dry-run and backup options to securely swap URLs and update database entries without manual editing.

Can I manage WordPress multisite network operations via command line?

Yes, WordPress multisite management executes network-wide operations and site-specific configurations directly through WP-CLI commands without accessing the web admin dashboard.

What is the best way to automate repeatable WordPress database tasks?

Automating WordPress database operations involves scripting repeatable workflows using wp-cli.yml and shell scripts to handle imports, exports, and inspections consistently.

Do I need WP-CLI installed locally to manage plugins and themes?

Yes, WordPress package operations for installing, activating, and updating plugins and themes require WP-CLI to be installed and accessible in your execution environment.

How does WP-CLI handle database exports and imports for WordPress?

WordPress database management via WP-CLI exports, imports, and inspects the database directly from the command line, reducing manual intervention and potential errors.