device-inventory

device-inventory is a command for coding agents from WYRE-AI/msp-claude-plugins. It costs 17 tokens per session (711 once invoked), scanned A, original, Apache-2.0.

A set of tools for managing Axcient x360Recover clients, where each client is a customer or tenant. It lists clients, shows their health and protected-device counts, and creates direct-to-cloud enrollment tokens.

In plain words
What is it for?
Use it to list or inspect Axcient clients, review appliance, direct-to-cloud, and cloud-archive device counts, and create an enrollment token for a vault.
Why use it?
It brings client and backup-protection information into one workflow and supports enrolling agents for direct-to-cloud protection.

Command

Part of the auvik plugin — 1 skill, 5 commands, 3 agents shipped together

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.

agentmods
npx agentmods add commands/wyre-ai/msp-claude-plugins/device-inventory
Clone the repo
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-plugins

Or install auvik, the plugin that ships this one along with the rest of its 1 skill, 5 commands, 3 agents.

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 device-inventory

README.md
[![agentmods](https://agentmods.dev/badge/commands/wyre-ai/msp-claude-plugins/device-inventory.svg)](https://agentmods.dev/commands/wyre-ai/msp-claude-plugins/device-inventory)
Your own site
<a href="https://agentmods.dev/commands/wyre-ai/msp-claude-plugins/device-inventory"><img src="https://agentmods.dev/badge/commands/wyre-ai/msp-claude-plugins/device-inventory.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 711 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00017 $0.00711
Opus 5 $0.00009 $0.00356
Sonnet 5 $0.00003 $0.00142
Haiku 4.5 $0.00002 $0.00071

Measured yesterday against content hash 8dc4e3f05f80, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

device-inventory 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 yesterday.

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/auvik/auvik/commands/device-inventory.md · 67 lines

How it starts

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

Auvik Device Inventory

Produce a clean device inventory for a single Auvik tenant, broken down by device type and manage status, with lifecycle and warranty risk called out at the top. This is the workflow MSP analysts run before a QBR, a renewal, or any conversation about hardware refresh.

Prerequisites

  • Auvik MCP server connected with a valid AUVIK_USERNAME and AUVIK_API_KEY
  • Tools: auvik_tenants_list, auvik_devices_list, auvik_devices_get_details, auvik_devices_get_lifecycle, auvik_devices_get_warranty

Steps

  1. Resolve the tenant

    If tenant_id was not provided, call auvik_tenants_list and present the user the list of tenants to pick from. Do not proceed without an explicit tenant.

  2. Pull the device list

    Call auvik_devices_list scoped to the tenant, paginating up to limit. The v1 list response gives you deviceType, deviceName, manageStatus, onlineStatus, make, and model for each device - enough for the headline breakdown.

  3. Group and count

    Bucket devices by deviceType (router, switch, firewall, accessPoint, server, workstation, printer, hypervisor, etc.) and by manageStatus (managed, unmanaged, unknown). Surface the breakdown as a single compact table at the top of the report.

  4. Pull lifecycle and warranty for the long-lived gear

    For devices in the infrastructure tiers (router, switch, firewall, accessPoint, server, hypervisor), call auvik_devices_get_lifecycle and auvik_devices_get_warranty. Skip workstations and printers for this pass; their lifecycle data is rarely populated.

  5. Flag the risk items

    Surface separately:

    • Devices past end-of-sale or end-of-support per the lifecycle response
    • Devices out of warranty or with warranty expiring within 90 days
    • Devices with manageStatus = unmanaged in the infrastructure tier (these are gaps - Auvik sees them but is not managing them)
    • Devices with onlineStatus = offline or unreachable
  6. Produce the output

Read the full file on GitHub · 67 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. yesterday First seen · 67 lines · 17 tokens per session scan A 8dc4e3f05f80

Subscribe to this mod's changes

device-inventory is a command published in the GitHub repository WYRE-AI/msp-claude-plugins (44 stars, last pushed 2d ago), licensed Apache-2.0. It adds 17 tokens to every session and 711 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.