find-contact
Resolve a 3CX contact or extension by email, extension, or name
Triage current Better Stack incidents
$ 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.
/incident-triageContext preview
What this command does when you run it.
Triage current Better Stack incidents
description: Triage current Better Stack incidents argument-hint: "[status] [from] [to] [limit]" arguments: [status, from, to, limit]
Triage current incidents across all monitored services. Lists unacknowledged incidents, groups by monitor, and identifies services requiring immediate attention. This is the primary daily workflow for MSP operations.
1. **Fetch active incidents**
Call `list_incidents` to retrieve incidents. Default to unresolved incidents (status=started). If `from` or `to` date filters are provided, include them. Paginate through all results up to the specified `limit`.
2. **Categorize incidents**
Group incidents by status: started (unacknowledged), acknowledged (in progress), resolved. Count incidents in each category.
3. **Build triage summary table**
For each incident, extract: incident ID, name/cause, started time, acknowledged time (if any), associated monitor, and notification status (call, SMS, email).
4. **Highlight unacknowledged incidents**
Flag incidents that have not been acknowledged -- these need immediate attention. Identify how long each has been open.
5. **Provide next-step recommendations**
Suggest acknowledging the most critical incidents first. For recurring incidents on the same monitor, recommend investigating the underlying cause. Cross-reference with logs using `/search-logs`.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | status | string | No | started | Filter by status (started, acknowledged, resolved) | | from | string | No | none | Start date filter (ISO 8601) | | to | string | No | none | End date filter (ISO 8601) | | limit | integer | No | 50 | Maximum number of incidents to return |
/incident-triage
/incident-triage --status acknowledged
/incident-triage --from "2026-03-27"
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