Habilidades wp-wpcli-and-ops
⚙️

wp-wpcli-and-ops

Seguro ⚙️ Comandos externos

Manage WordPress Sites with WP-CLI Commands

WordPress site management requires command-line expertise and knowledge of best practices. This skill provides WP-CLI command guidance, operational procedures, and troubleshooting workflows for WordPress administrators.

Suporta: Claude Codex Code(CC)
🥈 77 Prata
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "wp-wpcli-and-ops". Show me how to safely update all plugins

Resultado esperado:

  • Create full site backup before proceeding
  • Check current plugin status: wp plugin list
  • Update all plugins: wp plugin update --all
  • Verify site functionality after updates
  • Enable maintenance mode during update process

A utilizar "wp-wpcli-and-ops". How do I search and replace URLs in my database?

Resultado esperado:

  • Backup database first using wp db export
  • Dry run command: wp search-replace 'old.com' 'new.com' --dry-run
  • Review affected tables and row counts
  • Execute: wp search-replace 'old.com' 'new.com' --skip-columns=guid
  • Clear cache after completion: wp cache flush

A utilizar "wp-wpcli-and-ops". Debug slow cron jobs on my WordPress site

Resultado esperado:

  • List all scheduled events: wp cron event list
  • Check for stuck or overdue cron jobs
  • Test specific event: wp cron event run <hook>
  • Review cron schedule intervals and frequencies
  • Consider server-level cron for high-traffic sites

Auditoria de Segurança

Seguro
v6 • 1/16/2026

Static analysis flagged 118 patterns, primarily false positives from documentation examples. The backtick patterns are markdown code blocks in reference docs, not executable Ruby code. The 'weak crypto' alerts are false positives from MD5 mentions in WordPress contexts (checksums, not authentication). The external command patterns in scripts/wpcli_inspect.mjs are legitimate WP-CLI wrapper functionality for a WordPress operations skill.

10
Arquivos analisados
676
Linhas analisadas
2
achados
6
Total de auditorias
Problemas de Baixo Risco (1)
WP-CLI External Command Execution
Script spawns WP-CLI commands as intended functionality for WordPress operations skill

Fatores de risco

⚙️ Comandos externos (1)
Auditado por: claude Ver Histórico de Auditoria →

Pontuação de qualidade

68
Arquitetura
100
Manutenibilidade
87
Conteúdo
21
Comunidade
100
Segurança
91
Conformidade com especificações

O Que Você Pode Construir

Automate Plugin Updates Across Sites

Generate safe batch update commands with backup procedures for managing plugins across multiple WordPress installations.

Database Migration and URL Changes

Create search-replace commands for site migrations and domain changes while preserving serialized data integrity.

WordPress Performance Optimization

Configure caching strategies, optimize database tables, and automate maintenance tasks using WP-CLI workflows.

Tente Estes Prompts

Check Site Health
What WP-CLI commands should I use to check the health of my WordPress site including plugin status, database integrity, and core files?
Safe Plugin Update
Help me create a safe procedure for updating all plugins on my WordPress site using WP-CLI with proper backup and rollback steps.
Domain Migration
I need to migrate my WordPress site from oldsite.com to newsite.com. What WP-CLI search-replace commands do I need with safety checks?
Multisite Network Setup
Guide me through converting my single WordPress site to multisite network using WP-CLI including database conversion and configuration steps.

Melhores Práticas

  • Always create complete backups before running database modification commands
  • Use dry-run flags to preview changes before executing search-replace operations
  • Test WP-CLI commands on staging environments before production execution

Evitar

  • Running search-replace commands without backup or dry-run preview
  • Executing plugin updates during high-traffic periods without maintenance mode
  • Modifying production databases without testing commands on staging copy first

Perguntas Frequentes

Does this skill execute WP-CLI commands automatically?
No, it provides command guidance and procedures. You must execute commands manually on your WordPress installation.
Do I need WP-CLI installed to use this skill?
Yes, WP-CLI must be installed on your server. This skill generates commands for you to run using your WP-CLI installation.
Can this skill access my WordPress database?
No, it provides command guidance only. You execute commands through your own WP-CLI installation with your credentials.
Is this safe for production WordPress sites?
The skill emphasizes safety practices including backups and dry-runs. Always test on staging before production.
Does this work with WordPress multisite?
Yes, it includes specific guidance for multisite network operations and site management commands.
What version of WP-CLI is required?
Commands are compatible with WP-CLI 2.0 and later. Some features may require specific WP-CLI package versions.

Detalhes do Desenvolvedor