/partner-overview
Portfolio-level Blackpoint Cyber / CompassOne rollup of detections and exposure across all tenants
$ 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
/partner-overview
Context preview
What this command does when you run it.
Portfolio-level Blackpoint Cyber / CompassOne rollup of detections and exposure across all tenants
Command definition
partner-overview.mddescription: Portfolio-level Blackpoint Cyber / CompassOne rollup of detections and exposure across all tenants
argument-hint: "[hours]"
arguments: [hours]
Blackpoint Partner Overview
A partner-level scorecard across every CompassOne tenant — detection volume and exposure posture rolled up so the MSP knows where to focus.
Prerequisites
- Blackpoint MCP server connected with a valid `BLACKPOINT_API_TOKEN`
- Tools: `blackpoint_tenants_list`, `blackpoint_detections_list`,
`blackpoint_vulnerabilities_list`, `blackpoint_vulnerabilities_external_list`, `blackpoint_vulnerabilities_darkweb_list`
Steps
1. **Enumerate tenants**
Call `blackpoint_tenants_list` and page fully.
2. **Sweep detections per tenant**
For each tenant, `blackpoint_detections_list` over the look-back window, `status` in {`new`, `investigating`}. Record count and severity distribution.
3. **Sweep exposure per tenant**
For each tenant, pull `blackpoint_vulnerabilities_list`, `blackpoint_vulnerabilities_external_list`, and `blackpoint_vulnerabilities_darkweb_list`. Record fix-now vulnerability count, external-exposure count, dark-web count.
4. **Build the portfolio scorecard**
One row per tenant: detection count, critical/high count, fix-now vulns, external exposures, dark-web exposures. Compute an overall risk rank.
5. **Output**
A ranked portfolio table, a partner-wide summary line, and short notes on the highest-risk tenants. Flag any tenant with anomalous detection volume.
Parameters
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | hours | number | No | 24 | Detection look-back window |
Examples
Portfolio overview, last 24h
/partner-overview
Wider detection window
/partner-overview --hours 168
Related Commands
- `/triage-detections` - Drill into the partner detection queue
- `/tenant-exposure` - Deep exposure report for one tenant
Read more
description: Portfolio-level Blackpoint Cyber / CompassOne rollup of detections and exposure across all tenants argument-hint: "[hours]" arguments: [hours]
Blackpoint Partner Overview
A partner-level scorecard across every CompassOne tenant — detection volume and exposure posture rolled up so the MSP knows where to focus.
Prerequisites
- Blackpoint MCP server connected with a valid `BLACKPOINT_API_TOKEN`
- Tools: `blackpoint_tenants_list`, `blackpoint_detections_list`,
`blackpoint_vulnerabilities_list`, `blackpoint_vulnerabilities_external_list`, `blackpoint_vulnerabilities_darkweb_list`
Steps
1. **Enumerate tenants**
Call `blackpoint_tenants_list` and page fully.
2. **Sweep detections per tenant**
For each tenant, `blackpoint_detections_list` over the look-back window, `status` in {`new`, `investigating`}. Record count and severity distribution.
3. **Sweep exposure per tenant**
For each tenant, pull `blackpoint_vulnerabilities_list`, `blackpoint_vulnerabilities_external_list`, and `blackpoint_vulnerabilities_darkweb_list`. Record fix-now vulnerability count, external-exposure count, dark-web count.
4. **Build the portfolio scorecard**
One row per tenant: detection count, critical/high count, fix-now vulns, external exposures, dark-web exposures. Compute an overall risk rank.
5. **Output**
A ranked portfolio table, a partner-wide summary line, and short notes on the highest-risk tenants. Flag any tenant with anomalous detection volume.
Parameters
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | hours | number | No | 24 | Detection look-back window |
Examples
Portfolio overview, last 24h
/partner-overview
Wider detection window
/partner-overview --hours 168
Related Commands
- `/triage-detections` - Drill into the partner detection queue
- `/tenant-exposure` - Deep exposure report for one tenant
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

