Skip to content
Development
Command

/msp-overview

MSP dashboard showing all managed accounts with open finding counts and severity breakdown

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How 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/msp-overview

Context preview

What this command does when you run it.

MSP dashboard showing all managed accounts with open finding counts and severity breakdown

Command definition

msp-overview.md
description: MSP dashboard showing all managed accounts with open finding counts and severity breakdown
argument-hint: "[severity]"
arguments: [severity]

MSP Overview

Prerequisites

  • Valid Blumira MSP-level JWT token configured
  • MSP account with managed client organizations

Steps

1. Call `blumira_msp_accounts_list` to enumerate all managed accounts 2. Call `blumira_msp_findings_all` with `status.eq=10` to get all open findings across accounts 3. Group findings by account, then by severity within each account 4. Present a dashboard table:

  • Account name
  • Total open findings
  • CRITICAL / HIGH / MEDIUM / LOW counts

5. Sort accounts by risk (most critical findings first) 6. Highlight accounts that need immediate attention

Parameters

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | severity | string | No | Filter to specific severity level |

Examples

Basic Usage

/msp-overview

Critical Findings Only

/msp-overview --severity CRITICAL

Error Handling

  • **Not an MSP account:** Suggest using org-level commands instead
  • **No managed accounts:** Verify MSP credentials and account setup
  • **Timeout on large MSP:** Narrow with severity filter

Related Commands

  • `/finding-triage` - Triage findings for a specific account
  • `/security-posture` - Detailed posture for a single org
  • `/agent-inventory` - Device coverage across accounts
Read more
Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins