client-backup-overview

client-backup-overview is a command for Claude Code from WYRE-AI/msp-claude-plugins. It costs 12 tokens per session (568 once invoked), scanned A, original, Apache-2.0.

A procedure for summarizing backup health across every device belonging to one Axcient customer. It checks device status, recovery-point freshness, and protection counts.

In plain words
What is it for?
Use it to find unhealthy or stale devices, compare device totals with the customer's summary, and identify backup posture issues.
Why use it?
It replaces checking each protected device one at a time when answering whether a customer's backups are in good shape.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the axcient plugin — 4 skills, 2 commands shipped together

Good fit Use it to find unhealthy or stale devices, compare device totals with the customer's summary, and identify backup posture issues.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/wyre-ai/msp-claude-plugins/client-backup-overview
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Made for: Claude Code.

Or install axcient, the plugin that ships this one along with the rest of its 4 skills, 2 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for client-backup-overview

README.md
[![agentmods](https://agentmods.dev/badge/commands/wyre-ai/msp-claude-plugins/client-backup-overview.svg)](https://agentmods.dev/commands/wyre-ai/msp-claude-plugins/client-backup-overview)
Your own site
<a href="https://agentmods.dev/commands/wyre-ai/msp-claude-plugins/client-backup-overview"><img src="https://agentmods.dev/badge/commands/wyre-ai/msp-claude-plugins/client-backup-overview.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 568 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.00568
Opus 5 $0.00006 $0.00284
Sonnet 5 $0.00002 $0.00114
Haiku 4.5 $0.00001 $0.00057

Measured 3d ago against content hash bc73e65baa7c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

client-backup-overview scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

msp-claude-plugins/axcient/axcient/commands/client-backup-overview.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Client Backup Overview

Rolls up backup health across every device for one Axcient x360Recover client — the fastest way to answer "is this customer's backup posture okay" without checking each device one at a time.

Prerequisites

  • Axcient MCP server connected with a valid API key
  • MCP tools axcient_get_client and axcient_list_devices_by_client available

Steps

  1. Pull client summary

    Call axcient_get_client with client_id. Note health_status and devices_counters (appliance_based / d2c / cloud_archive, each split by SERVER/WORKSTATION) as the baseline expectation for device count.

  2. List devices

    Call axcient_list_devices_by_client with the same client_id. For each device, capture name, type, current_health_status, and the three latest_*_rp timestamps.

  3. Flag outliers

    Identify devices where:

    • current_health_status.status is not the healthy value
    • Any latest_*_rp looks stale relative to the device's configured thresholds (thresholds.*_rp_threshold on the device detail — call axcient_get_device on flagged devices for the full threshold object)
    • The device count from step 2 doesn't match the sum of devices_counters buckets from step 1 (worth a note, not necessarily an error — buckets aren't mutually exclusive)
  4. Report

    Present a table: device name, type, health status, most-stale recovery-point tier and its age. Lead with anything unhealthy or stale; don't bury outliers in a full device list. For any flagged device, suggest /backup-health-check for the deeper AutoVerify + job-history dive.

Parameters

Parameter Type Required Description
client_id integer Yes The Axcient client to overview

Examples

/client-backup-overview --client_id 26

Error Handling

  • Client Not Found: Verify against axcient_list_clients.
  • Empty Device List: A client with zero devices under it is a valid (if unusual) state — confirm the client is active (active: true) before treating this as an error.

Read the full file on GitHub · 74 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 74 lines · 12 tokens per session scan A bc73e65baa7c

Subscribe to this mod's changes

client-backup-overview is a command published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 5d ago), licensed Apache-2.0. It adds 12 tokens to every session and 568 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.