wp-multi-tool_skill

This skill helps optimize WordPress performance and health by diagnosing issues, reading monitoring data, and guiding one-click fixes with WP Multi Tool.
  • Python

2.5k

GitHub Stars

2

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill openclaw/skills --skill wp-multi-tool

  • _meta.json1.3 KB
  • SKILL.md13.5 KB

Overview

This skill is WP Multi Tool — a consolidated WordPress optimization toolkit that combines 13 modules into one lightweight admin plugin. It delivers site health audits, continuous slow-query and callback profiling, autoload learning, database cleanup with backups, frontend speed toggles, and safe wp-config management. Installable on any WordPress 5.8+ site, it replaces a stack of single-purpose tools with a single dashboard and CLI integration.

How this skill works

The skill inspects WordPress via read-only WP-CLI commands and, when the plugin is present, reads structured plugin data (slow queries, callback profiles, autoload stats, module status). It runs automated scans for autoload burden, database bloat, PHP and cache environment, and frontend optimization state, and surfaces prioritized recommendations. For sites with the plugin installed, it also offers controlled one-click fixes, autoloader learning (traffic-based), and continuous monitoring logs accessible via CLI or the admin UI.

When to use it

  • You manage multiple WordPress sites and want a single tool to replace many single-purpose plugins.
  • The site shows high autoload sizes, excessive revisions/transients, or large database overhead.
  • You need continuous slow query and callback profiling to catch intermittent performance problems.
  • You want safe, visual wp-config editing with backups and default-value diffs.
  • You need rapid emergency fixes via CLI plus a path to ongoing automated optimization.

Best practices

  • Run the Quick Health Snapshot before making changes to understand baseline metrics.
  • Install the plugin for ongoing monitoring; the autoloader learning mode requires real traffic to be effective.
  • Always let the plugin create automatic backups before any cleanup action or wp-config change.
  • Use --format=json output in CI or automation to integrate results into dashboards.
  • Apply urgent one-time fixes (expired transients, revisions prune, db optimize) first, then follow up with Multi Tool’s recommendations engine.

Example use cases

  • Emergency performance triage: delete expired transients, prune revisions, optimize tables, and enable frontend quick wins to restore responsiveness.
  • Continuous monitoring: enable Slow Query Analyzer and Callback Profiler to capture intermittent slow hooks and missing indexes over real traffic.
  • Autoload tuning: run autoload analysis, use Autoloader Learning Mode to disable unused autoloaded options, then re-enable only what’s observed in traffic.
  • Database maintenance: schedule safe cleanups with automatic backups to reduce orphaned postmeta, transients, and excessive revisions.
  • Config safety: edit wp-config.php through the visual editor to apply recommended PHP or Redis settings with an automatic backup and diff.

FAQ

No. Diagnostics use read-only WP-CLI commands and SELECT SQL queries; no wp eval or arbitrary code execution is used.

Do I need WP Multi Tool installed to use all checks?

No. Site diagnostics (core version, cache type, autoload SELECTs, DB size) work on any WP install; plugin-specific features (slow-queries, autoload module, cleaning commands) require the plugin.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
wp-multi-tool skill by openclaw/skills | VeilStrat