/asset-lifecycle-report
Build an asset lifecycle/aging report for a client from ScalePad Lifecycle Manager
$ 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
/asset-lifecycle-report
Context preview
What this command does when you run it.
Build an asset lifecycle/aging report for a client from ScalePad Lifecycle Manager
Command definition
asset-lifecycle-report.mddescription: Build an asset lifecycle/aging report for a client from ScalePad Lifecycle Manager
argument-hint: "[client]"
arguments: [client]
ScalePad Asset Lifecycle Report
Build a hardware aging report for a client: dashboard summary, assets past replacement age, warranty gaps, and which refresh initiatives already cover them.
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_dashboard_get`, `scalepad_lm_hardware_list`, `scalepad_lm_hardware_attached_initiatives_lookup`, `scalepad_lm_initiatives_list`, `scalepad_lm_budget_summary_get`
Steps
1. **Resolve the client**
Call `scalepad_lm_clients_lookup` with `search` set to the client argument.
2. **Dashboard summary**
Call `scalepad_lm_hardware_dashboard_get` with `filter[client_id]` for the fleet-level picture (counts by age band, warranty coverage).
3. **Find aging assets**
Call `scalepad_lm_hardware_list` with `client_id` and `filter[age]` for assets past replacement age; paginate to completion. Note warranty status per asset (`filter[hasscalepadwarranty]` helps segment).
4. **Cross-reference initiatives**
For each aging asset, call `scalepad_lm_hardware_attached_initiatives_lookup` with its `hardware_key`. Separately call `scalepad_lm_initiatives_list` filtered by `filter[client.id]` to see planned refresh work. Assets with no attached initiative are the uncovered risk.
5. **Budget context**
Call `scalepad_lm_budget_summary_get` for the client to frame the refresh cost against the existing budget/IT-debt picture.
6. **Report**
Output: fleet summary, table of aging assets (name, serial, age, warranty, covered-by-initiative yes/no), and a recommended next action list (assets to attach to a new refresh initiative).
Examples
/asset-lifecycle-report "Acme Dental"
Related Commands
- `/warranty-lookup` - drill into a single asset's warranty
- `/create-quote` - quote the refresh in Quoter
Read more
description: Build an asset lifecycle/aging report for a client from ScalePad Lifecycle Manager argument-hint: "[client]" arguments: [client]
ScalePad Asset Lifecycle Report
Build a hardware aging report for a client: dashboard summary, assets past replacement age, warranty gaps, and which refresh initiatives already cover them.
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_dashboard_get`, `scalepad_lm_hardware_list`, `scalepad_lm_hardware_attached_initiatives_lookup`, `scalepad_lm_initiatives_list`, `scalepad_lm_budget_summary_get`
Steps
1. **Resolve the client**
Call `scalepad_lm_clients_lookup` with `search` set to the client argument.
2. **Dashboard summary**
Call `scalepad_lm_hardware_dashboard_get` with `filter[client_id]` for the fleet-level picture (counts by age band, warranty coverage).
3. **Find aging assets**
Call `scalepad_lm_hardware_list` with `client_id` and `filter[age]` for assets past replacement age; paginate to completion. Note warranty status per asset (`filter[hasscalepadwarranty]` helps segment).
4. **Cross-reference initiatives**
For each aging asset, call `scalepad_lm_hardware_attached_initiatives_lookup` with its `hardware_key`. Separately call `scalepad_lm_initiatives_list` filtered by `filter[client.id]` to see planned refresh work. Assets with no attached initiative are the uncovered risk.
5. **Budget context**
Call `scalepad_lm_budget_summary_get` for the client to frame the refresh cost against the existing budget/IT-debt picture.
6. **Report**
Output: fleet summary, table of aging assets (name, serial, age, warranty, covered-by-initiative yes/no), and a recommended next action list (assets to attach to a new refresh initiative).
Examples
/asset-lifecycle-report "Acme Dental"
Related Commands
- `/warranty-lookup` - drill into a single asset's warranty
- `/create-quote` - quote the refresh in Quoter
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

