find-contact
Resolve a 3CX contact or extension by email, extension, or name
Resolve a Blumira finding with the appropriate resolution type and notes
$ 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.
/resolve-findingContext preview
What this command does when you run it.
Resolve a Blumira finding with the appropriate resolution type and notes
description: Resolve a Blumira finding with the appropriate resolution type and notes argument-hint: "<finding_id> <resolution_type> <notes>" arguments: [finding_id, resolution_type, notes]
1. Call `blumira_findings_get` to confirm the finding exists and review its current status 2. Map the resolution type argument to the numeric code:
3. Add an investigation comment with `blumira_findings_comments_add` documenting the resolution rationale 4. Call `blumira_findings_resolve` with the finding ID, resolution type code, and notes 5. Confirm resolution was successful 6. Report the updated finding status
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | finding_id | string | Yes | UUID of the finding to resolve | | resolution_type | string | Yes | One of: valid, not-applicable, false-positive | | notes | string | Yes | Explanation of the resolution decision |
/resolve-finding --finding_id "a1b2c3d4-..." --resolution_type valid --notes "Confirmed brute force. Source IP blocked."
/resolve-finding --finding_id "a1b2c3d4-..." --resolution_type false-positive --notes "Scheduled backup job triggers this alert."
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