/backup-health
Check Backup Radar health across a client's backups and surface failures
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/backup-health
Context preview
What this command does when you run it.
Check Backup Radar health across a client's backups and surface failures
Command definition
backup-health.mddescription: Check Backup Radar health across a client's backups and surface failures
argument-hint: "[client]"
arguments: [client]
Backup Radar Health Check
Sweep Backup Radar for failed, stale, or missing backups and produce a prioritized remediation list.
Prerequisites
- ScalePad MCP server connected with a valid `X_SCALEPAD_API_KEY` (set `X_SCALEPAD_REGION=eu` for EU tenants)
- Optional discovery: `scalepad_navigate` with `domain: "backup-radar"` lists the relevant tools
- Tools used: `scalepad_br_backups_list_health`, `scalepad_br_backups_get_health`, `scalepad_br_backups_list_devices`
Steps
1. **Pull backup health**
Call `scalepad_br_backups_list_health` and paginate with `cursor` until exhausted. If a client was given, filter results to that client.
2. **Classify**
Group records: failed, no-result/stale (no recent successful backup), warning, healthy.
3. **Check device coverage**
Call `scalepad_br_backups_list_devices` and flag devices with no corresponding recent healthy backup record.
4. **Drill into failures**
For each failure, call `scalepad_br_backups_get_health` with the record ID for the failure detail.
5. **Report**
Output: per-client summary table (healthy/warning/failed/stale counts), then a prioritized failure list (client, device, backup job, last success, error) with recommended follow-up.
Examples
Whole book of business
/backup-health
One client
/backup-health "Acme Dental"
Related Commands
- `/asset-lifecycle-report` - correlate backup gaps with aging hardware
Read more
description: Check Backup Radar health across a client's backups and surface failures argument-hint: "[client]" arguments: [client]
Backup Radar Health Check
Sweep Backup Radar for failed, stale, or missing backups and produce a prioritized remediation list.
Prerequisites
- ScalePad MCP server connected with a valid `X_SCALEPAD_API_KEY` (set `X_SCALEPAD_REGION=eu` for EU tenants)
- Optional discovery: `scalepad_navigate` with `domain: "backup-radar"` lists the relevant tools
- Tools used: `scalepad_br_backups_list_health`, `scalepad_br_backups_get_health`, `scalepad_br_backups_list_devices`
Steps
1. **Pull backup health**
Call `scalepad_br_backups_list_health` and paginate with `cursor` until exhausted. If a client was given, filter results to that client.
2. **Classify**
Group records: failed, no-result/stale (no recent successful backup), warning, healthy.
3. **Check device coverage**
Call `scalepad_br_backups_list_devices` and flag devices with no corresponding recent healthy backup record.
4. **Drill into failures**
For each failure, call `scalepad_br_backups_get_health` with the record ID for the failure detail.
5. **Report**
Output: per-client summary table (healthy/warning/failed/stale counts), then a prioritized failure list (client, device, backup job, last success, error) with recommended follow-up.
Examples
Whole book of business
/backup-health
One client
/backup-health "Acme Dental"
Related Commands
- `/asset-lifecycle-report` - correlate backup gaps with aging hardware
One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai
Repo: wyre-technology/msp-claude-plugins
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report โ devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

