Axcient Appliances

Axcient Appliances is a skill for Claude Code from WYRE-AI/msp-claude-plugins. It costs 37 tokens per session (862 once invoked), scanned A, original, Apache-2.0.

A set of tools for inspecting Axcient x360Recover appliances, the physical or virtual systems that run local backups. It can show appliances across an organization or for one customer.

In plain words
What is it for?
Use it to list appliances, filter them by customer or service, inspect one appliance, and optionally include its devices.
Why use it?
It avoids checking each backup appliance separately when reviewing the systems running local backups.

Skill for Claude Code

Written for Claude Code: when-to-use in frontmatter.

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

Good fit Use it to list appliances, filter them by customer or service, inspect one appliance, and optionally include its devices.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wyre-ai/msp-claude-plugins/appliances
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.

Any agent
npx skills add WYRE-AI/msp-claude-plugins --skill appliances
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 Axcient Appliances

README.md
[![agentmods](https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/appliances/github.svg)](https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/appliances)
Your own site
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/appliances"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/appliances/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Axcient Appliances

Your own site · 80×15
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/appliances"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/appliances.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 862 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00037 $0.00862
Opus 5 $0.00018 $0.00431
Sonnet 5 $0.00007 $0.00172
Haiku 4.5 $0.00004 $0.00086

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

Security

Grade A, and why

Axcient Appliances 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 6d 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/skills/appliances/SKILL.md · 97 lines

How it starts

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

Axcient Appliances

Overview

An appliance is the physical or virtual box running local backups for appliance-based devices (as opposed to direct-to-cloud devices, which have no appliance at all). Every appliance-based device belongs to exactly one appliance; D2C devices never appear under one.

Anti-triggers

  • A D2C-only device — it has no appliance and won't appear in any appliance's device list. Use the devices skill directly.
  • Vault capacity — an appliance's local storage is separate from vault storage; see the vaults skill for replication-target capacity.

Tools

Tool Description Arguments
axcient_list_appliances Every appliance in the organization service_id?, include_devices?
axcient_list_appliances_by_client Appliances for one client client_id, include_devices?
axcient_get_appliance One appliance's detail appliance_id, include_devices?

include_devices defaults to true on all three — pass false explicitly when you only need appliance-level fields and want a smaller response for a large fleet.

Service ID Filtering

axcient_list_appliances accepts an optional service_id — the appliance's 4-character serial/service identifier, useful when a technician has the physical unit's ID label in hand but not its client_id.

Common Workflows

Appliance Inventory for a Client

  1. axcient_list_appliances_by_client with the client's ID
  2. For each appliance, note model/version fields and the attached device count (from the embedded device list, if include_devices was left at its default true)

Locating an Appliance by Serial

  1. axcient_list_appliances with service_id set to the label on the physical unit
  2. If nothing matches, the unit may be decommissioned or the service ID was misread — cross-check with axcient_list_clients for the expected client instead of assuming the appliance doesn't exist in the API

Read the full file on GitHub · 97 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. 6d ago First seen · 97 lines · 37 tokens per session scan A 3731d2f01570

Subscribe to this mod's changes

Axcient Appliances is a skill published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 7d ago), licensed Apache-2.0. It adds 37 tokens to every session and 862 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

rented-server-setup

Runs an open model in the cloud two ways, and makes the user choose with real numbers. Route A is OVHcloud AI Endpoints, an EU-owned per-token API with zero idle cost, for spiky usage and EU jurisdiction. Route B rents one single-tenant RunPod GPU pod in a region the user picks, serving the model on vLLM behind a…

naveedharri/benai-skills · 258 tokens

allow-team

Puts a running Open WebUI or Odysseus on a shareable public URL through an ngrok tunnel, so a teammate can sign in and use the local models without installing anything. Use when the user says "share Open WebUI with my team", "share Odysseus with my team", "let my colleague use my local AI", "expose Open WebUI", "share…

naveedharri/benai-skills · 181 tokens

gcloud-cli-health-check

Run a Google Cloud CLI (gcloud) health check — verify installation, authentication, active project, recommended region, enabled APIs (run, cloudbuild, artifactregistry, secretmanager, cloudresourcemanager, iam, plus gmail/calendar/monitoring/logging), API access token, billing, IAM bindings, service accounts, and…

MSApps-Mobile/claude-plugins · 175 tokens

dell-idrac-bmc-ops

Bring a Dell PowerEdge BMC (iDRAC) onto the network headlessly, standardize its baseline settings, stage its firmware, and drive an unattended Proxmox/Linux install through it — including generation-specific Redfish/racadm gotchas, the identity-before-power-action rule, and the phantom-drive failure mode caused by…

dryvist/claude-code-plugins · 111 tokens

terrakube-ops

Operate self-hosted Terrakube (remote OpenTofu/Terraform plan/apply, state, and workspace locking) — the canonical login/plan/apply workflow, why a targeted apply is dangerous, workspace lock recovery, the offline-mirror gotcha, and the token-rotation trap. Use when running or observing a Terrakube plan/apply…

dryvist/claude-code-plugins · 96 tokens

openbao-dynamic-aws-creds

Replace a static AWS access key on a workstation or CI runner with short-lived STS credentials minted on demand by OpenBao's (or Vault's) AWS secrets engine, via an AWS credentialprocess wrapper. Covers the architecture, bring-up order, verification, plugin-upgrade caution, and common failure modes. Use when a…

dryvist/claude-code-plugins · 102 tokens