/agent-inventory
List all devices and agents across the organization with status and health information
$ 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
/agent-inventory
Context preview
What this command does when you run it.
List all devices and agents across the organization with status and health information
Command definition
agent-inventory.mddescription: List all devices and agents across the organization with status and health information
argument-hint: "[os] [status]"
arguments: [os, status]
Agent Inventory
Prerequisites
- Valid Blumira JWT token configured
- Agent deployment in the organization
Steps
1. Call `blumira_agents_devices_list` with `page_size=100` and `order_by=-last_seen` 2. If OS filter provided, add `os.contains=<value>` 3. Page through all results to build complete inventory 4. Present a summary:
- Total device count
- Breakdown by OS
- Breakdown by status (active, inactive, etc.)
- Devices with stale `last_seen` timestamps (>24h)
5. Call `blumira_agents_keys_list` to show available deployment keys 6. Highlight any coverage gaps or health concerns
Parameters
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | os | string | No | Filter by OS (Windows, Linux, macOS) | | status | string | No | Filter by agent status |
Examples
Basic Usage
/agent-inventory
Windows Devices Only
/agent-inventory --os Windows
Error Handling
- **No devices found:** Verify agents are deployed and token has access
- **Pagination timeout:** Use OS filter to narrow results
Related Commands
- `/security-posture` - Overall security posture including agent coverage
- `/msp-overview` - MSP-wide device inventory
Read more
description: List all devices and agents across the organization with status and health information argument-hint: "[os] [status]" arguments: [os, status]
Agent Inventory
Prerequisites
- Valid Blumira JWT token configured
- Agent deployment in the organization
Steps
1. Call `blumira_agents_devices_list` with `page_size=100` and `order_by=-last_seen` 2. If OS filter provided, add `os.contains=<value>` 3. Page through all results to build complete inventory 4. Present a summary:
- Total device count
- Breakdown by OS
- Breakdown by status (active, inactive, etc.)
- Devices with stale `last_seen` timestamps (>24h)
5. Call `blumira_agents_keys_list` to show available deployment keys 6. Highlight any coverage gaps or health concerns
Parameters
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | os | string | No | Filter by OS (Windows, Linux, macOS) | | status | string | No | Filter by agent status |
Examples
Basic Usage
/agent-inventory
Windows Devices Only
/agent-inventory --os Windows
Error Handling
- **No devices found:** Verify agents are deployed and token has access
- **Pagination timeout:** Use OS filter to narrow results
Related Commands
- `/security-posture` - Overall security posture including agent coverage
- `/msp-overview` - MSP-wide device inventory
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

