From umbrella
Returns a dashboard-style fleet health snapshot for WP Umbrella: sites down, pending updates, vulnerabilities, outdated WordPress, unsupported PHP totals.
How this skill is triggered — by the user, by Claude, or both
Slash command
/umbrella:healthThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the fleet health snapshot from `skills/umbrella/workflows/reporting/project-inventory.md`, **Step 6 "Fleet health snapshot"**.
Run the fleet health snapshot from skills/umbrella/workflows/reporting/project-inventory.md, Step 6 "Fleet health snapshot".
Present the dashboard as a compact summary (not raw JSON):
Fleet health
────────────────────────────────────────
Total sites : 42
Down right now : 1
Pending updates : 12
Vulnerabilities : 3
Outdated WP core : 5
Unsupported PHP : 2
After showing the dashboard, proactively offer to drill in:
"Want me to list the affected sites in any of these categories?"
If the user picks one, switch to the corresponding filter in Step 2 of the project-inventory workflow.
Before the first call this session, make sure the token is resolved (see skills/umbrella/SKILL.md section 1). If no token is present, stop and walk the user through skills/umbrella/references/auth.md. Do not ask them to paste the token into chat.
npx claudepluginhub wp-umbrella/umbrella-skill --plugin umbrellaLists WP Umbrella sites with optional filters (down, updates, vulns, outdated, php, or name search). Invoke as /umbrella:sites [filter].
Performs archaeological analysis of WordPress sites: detects page builders, analyzes plugins, maps content structure, identifies orphaned shortcodes, and assesses security posture.
Audits WordPress core, PHP, MySQL/MariaDB, plugins, and themes for outdated versions, compatibility issues, and updates via WP-CLI over SSH.