warranty-status

warranty-status is a command for Claude Code from WYRE-AI/msp-claude-plugins. It costs 23 tokens per session (880 once invoked), scanned A, original, Apache-2.0.

A command that creates a hardware-warranty snapshot for one client or an entire IT portfolio. It checks connected remote-monitoring systems and can use IT Glue or Hudu as fallback documentation sources.

In plain words
What is it for?
It is for running client-specific or portfolio-wide warranty checks, finding devices that need attention, and reviewing which systems supplied the coverage information.
Why use it?
Warranty information may be spread across vendors, missing, or out of date. This command groups devices into expired, expiring soon, covered, and unknown-coverage categories so gaps are visible.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the assets-pack plugin — 3 skills, 3 commands, 3 agents, 1 MCP server shipped together

Good fit It is for running client-specific or portfolio-wide warranty checks, finding devices that need attention, and reviewing which systems supplied the coverage information.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/wyre-ai/msp-claude-plugins/warranty-status
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 assets-pack, the plugin that ships this one along with the rest of its 3 skills, 3 commands, 3 agents, 1 MCP server.

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 warranty-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/wyre-ai/msp-claude-plugins/warranty-status/github.svg)](https://agentmods.dev/commands/wyre-ai/msp-claude-plugins/warranty-status)
Your own site
<a href="https://agentmods.dev/commands/wyre-ai/msp-claude-plugins/warranty-status"><img src="https://agentmods.dev/badge/commands/wyre-ai/msp-claude-plugins/warranty-status/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 warranty-status

Your own site · 80×15
<a href="https://agentmods.dev/commands/wyre-ai/msp-claude-plugins/warranty-status"><img src="https://agentmods.dev/badge/commands/wyre-ai/msp-claude-plugins/warranty-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 880 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.00023 $0.00880
Opus 5 $0.00012 $0.00440
Sonnet 5 $0.00005 $0.00176
Haiku 4.5 $0.00002 $0.00088

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

Security

Grade A, and why

warranty-status 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 11d 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/assets-pack/commands/warranty-status.md · 114 lines

How it starts

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

Warranty Status

Cross-vendor warranty status snapshot: expired, expiring-soon, covered, and unknown-coverage devices, pulled from whatever RMM platforms (and, as a fallback, IT Glue/Hudu) the org has connected through the gateway.

Prerequisites

  • WYRE MCP Gateway connected (conduit) with at least one RMM connector. Without an RMM, there is no device inventory to check warranty against.
  • Optional: IT Glue or Hudu, used as a fallback source when RMM warranty data is missing or stale. Skipped with an explicit note if not connected, not silently omitted.

Steps

  1. Discover available tools. Call conduit__search_tools to determine which RMM connector(s) are live and their actual tool names (e.g. datto-rmm__datto_list_devices, ninjaone__list_devices, ncentral__ncentral_get_device_lifecycle). Never assume a specific vendor's tool surface. If IT Glue or Hudu is also connected, discover those too — they're a fallback source, not required.

  2. Resolve scope. If client was provided, scope the device pull to that client/org unit/site. If omitted, run portfolio-wide across every client visible through the connected RMM(s).

  3. Pull device inventory and warranty data per the warranty-tracking skill: device inventory from each connected RMM, then warranty/lifecycle fields, graded by reliability (OEM-resolved vs. manually-maintained vs. missing).

  4. Cross-reference documentation platforms for devices with missing or stale RMM warranty data, if IT Glue or Hudu is connected, matching by serial number or asset tag. Label any figure sourced this way.

  5. Bucket every device: expired, expiring-soon (default 90-day lookahead), covered, or unknown. Never fold unknown into either extreme.

  6. Return the snapshot, ranked: expired first, then expiring-soon (soonest first), then unknown (visible, not omitted), then a covered summary count.

Arguments

  • client (optional) — Client/org name to scope the snapshot to. Omit for a portfolio-wide snapshot across every client visible through the connected RMM(s).

Read the full file on GitHub · 114 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. 11d ago First seen · 114 lines · 23 tokens per session scan A 394a526a505f

Subscribe to this mod's changes

warranty-status is a command published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 8d ago), licensed Apache-2.0. It adds 23 tokens to every session and 880 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-08-30.