Skip to main content
Back to registry

wp-wpcli-and-ops

wordpress/agent-skills

Installs267
Install command
npx skills add https://github.com/wordpress/agent-skills --skill wp-wpcli-and-ops
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill when the task involves WordPress operational work via WP-CLI, including: WP-CLI commands can be destructive. Before running anything that writes: Read: Run the inspector: If WP-CLI isn’t available, fall back to installing it via the project’s documented tooling (Composer, container, or system package), or ask for the expected execution environment. Follow a safe sequence: Read: Use wp plugin * / wp theme * and confirm you’re acting on the intended site (and network) first. Read: Inspect cron state and run individual events for debugging rather than “run everything blindly”. Read: Multisite changes can affect many sites. Always decide whether you’re operating: Read: For repeatable ops, prefer: Read: See: - wp search-replace (URL changes, domain migrations, protocol switch) - DB export/import, resets, and inspections ( wp db * ) - plugin/theme install/activate/update, language packs - cron event listing/running - cache/rewrite flushing - multisite operations ( wp site * , --url , --network ) - building repeatable scripts ( wp-cli.yml , shell scripts, CI jobs) - Where WP-CLI will run (local dev, staging, production) and whether it’s safe to run. - How to target the correct site root: - --path= and (multisite) --url= - Whether this is multisite and whether commands should run network-wide. - Any constraints (no downtime, no DB writes, maintenance window).

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does wp-wpcli-and-ops do?

wp-wpcli-and-ops is listed in SkillJury, but the source summary is still sparse.

Is wp-wpcli-and-ops good?

wp-wpcli-and-ops does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does wp-wpcli-and-ops work with?

wp-wpcli-and-ops currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to wp-wpcli-and-ops?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install wp-wpcli-and-ops?

npx skills add https://github.com/wordpress/agent-skills --skill wp-wpcli-and-ops

Related skills

More from wordpress/agent-skills

Related skills

Alternatives in Software Engineering