find-contact
Resolve a 3CX contact or extension by email, extension, or name
Triage open Blumira findings by severity, presenting a prioritized list for review
$ 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.
/finding-triageContext preview
What this command does when you run it.
Triage open Blumira findings by severity, presenting a prioritized list for review
description: Triage open Blumira findings by severity, presenting a prioritized list for review argument-hint: "[severity] [limit]" arguments: [severity, limit]
1. Call `blumira_findings_list` with `status.eq=10` (Open) and `order_by=-severity` to get open findings sorted by severity 2. If severity argument provided, add `severity.eq=<value>` filter 3. Group findings by severity level (CRITICAL → HIGH → MEDIUM → LOW) 4. Present a summary table with finding ID, severity, title, and creation date 5. Highlight CRITICAL and HIGH findings that need immediate attention 6. Show total counts per severity level
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | severity | string | No | Filter to specific severity (CRITICAL, HIGH, MEDIUM, LOW) | | limit | number | No | Max findings to show (default 25) |
/finding-triage
/finding-triage --severity CRITICAL
/finding-triage --limit 50
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