/warranty-lookup
Look up warranty and lifecycle status for a client's hardware in ScalePad
$ 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
/warranty-lookup
Context preview
What this command does when you run it.
Look up warranty and lifecycle status for a client's hardware in ScalePad
Command definition
warranty-lookup.mddescription: Look up warranty and lifecycle status for a client's hardware in ScalePad
argument-hint: "[client] [serial]"
arguments: [client, serial]
ScalePad Warranty Lookup
Look up warranty coverage and lifecycle status for a client's hardware, flagging expired or expiring coverage and available ScalePad warranty pricing.
Prerequisites
- ScalePad MCP server connected with a valid `X_SCALEPAD_API_KEY`
- Optional discovery: `scalepad_navigate` with `domain: "lifecycle-manager"` lists the relevant tools
- Tools used: `scalepad_lm_clients_lookup`, `scalepad_lm_hardware_list`, `scalepad_lm_hardware_lifecycles_list`, `scalepad_lm_hardware_overview_get`, `scalepad_lm_warranty_pricing_list`
Steps
1. **Resolve the client**
Call `scalepad_lm_clients_lookup` with `search` set to the client argument. Confirm with the user if multiple matches.
2. **List the hardware**
Call `scalepad_lm_hardware_list` with `client_id`. If `serial` was provided, call `scalepad_lm_hardware_lifecycles_list` with `filter[serial_number]` instead to jump straight to the asset.
3. **Pull warranty/lifecycle detail**
For the asset(s) of interest, call `scalepad_lm_hardware_overview_get` with the `hardware_key` for purchase date, age, warranty expiry, and replacement guidance.
4. **Check ScalePad warranty pricing**
For assets with expired or expiring OEM coverage, call `scalepad_lm_warranty_pricing_list` with the `client_id` to show available extended-warranty pricing.
5. **Report**
Output a table: asset name, serial, age, warranty status (active / expiring < 90 days / expired), and — where applicable — the ScalePad warranty option and price.
Examples
All hardware for a client
/warranty-lookup "Acme Dental"
One asset by serial
/warranty-lookup "Acme Dental" "C02XL0GWJGH5"
Related Commands
- `/asset-lifecycle-report` - full aging/refresh report for a client
Read more
description: Look up warranty and lifecycle status for a client's hardware in ScalePad argument-hint: "[client] [serial]" arguments: [client, serial]
ScalePad Warranty Lookup
Look up warranty coverage and lifecycle status for a client's hardware, flagging expired or expiring coverage and available ScalePad warranty pricing.
Prerequisites
- ScalePad MCP server connected with a valid `X_SCALEPAD_API_KEY`
- Optional discovery: `scalepad_navigate` with `domain: "lifecycle-manager"` lists the relevant tools
- Tools used: `scalepad_lm_clients_lookup`, `scalepad_lm_hardware_list`, `scalepad_lm_hardware_lifecycles_list`, `scalepad_lm_hardware_overview_get`, `scalepad_lm_warranty_pricing_list`
Steps
1. **Resolve the client**
Call `scalepad_lm_clients_lookup` with `search` set to the client argument. Confirm with the user if multiple matches.
2. **List the hardware**
Call `scalepad_lm_hardware_list` with `client_id`. If `serial` was provided, call `scalepad_lm_hardware_lifecycles_list` with `filter[serial_number]` instead to jump straight to the asset.
3. **Pull warranty/lifecycle detail**
For the asset(s) of interest, call `scalepad_lm_hardware_overview_get` with the `hardware_key` for purchase date, age, warranty expiry, and replacement guidance.
4. **Check ScalePad warranty pricing**
For assets with expired or expiring OEM coverage, call `scalepad_lm_warranty_pricing_list` with the `client_id` to show available extended-warranty pricing.
5. **Report**
Output a table: asset name, serial, age, warranty status (active / expiring < 90 days / expired), and — where applicable — the ScalePad warranty option and price.
Examples
All hardware for a client
/warranty-lookup "Acme Dental"
One asset by serial
/warranty-lookup "Acme Dental" "C02XL0GWJGH5"
Related Commands
- `/asset-lifecycle-report` - full aging/refresh report for a client
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

