find-contact
Resolve a 3CX contact or extension by email, extension, or name
Sweep and prioritize the open Blackpoint Cyber / CompassOne detection queue across 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.
/triage-detectionsContext preview
What this command does when you run it.
Sweep and prioritize the open Blackpoint Cyber / CompassOne detection queue across tenants
description: Sweep and prioritize the open Blackpoint Cyber / CompassOne detection queue across tenants argument-hint: "[tenant] [hours]" arguments: [tenant, hours]
Sweep open CompassOne detections, rank them by severity and tenant impact, and produce a shift-ready priority list with dispositions.
`blackpoint_detections_get`, `blackpoint_assets_get`
1. **Enumerate scope**
If `tenant` was supplied, resolve it with `blackpoint_tenants_list`. Otherwise enumerate all tenants the partner can see.
2. **Sweep open detections**
For each tenant, call `blackpoint_detections_list` filtered to the look-back window and `status` in {`new`, `investigating`}.
3. **Rank**
Sort by `severity` (critical → low), then tenant impact, then recency (`new` outranks long-running `investigating`).
4. **Enrich the top candidates**
For the highest-ranked detections only, call `blackpoint_detections_get` and `blackpoint_assets_get` to name the affected host.
5. **Assign dispositions**
For each detection: escalate to Blackpoint SOC, investigate in-house, monitor, or likely-noise — with a one-line reason.
6. **Output**
A ranked priority table (tenant, detection ID, severity, type, asset, age, disposition) and a numbered recommended-actions list. Flag any tenant with anomalous detection volume.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | tenant | string | No | all tenants | Scope to one customer | | hours | number | No | 24 | Look-back window in hours |
/triage-detections
/triage-detections --tenant "Contoso" --hours 8
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
Resolve a 3CX contact or extension by email, extension, or name
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Triage recent email threats detected by Abnormal Security by severity and attack type