find-contact
Resolve a 3CX contact or extension by email, extension, or name
Organization health check covering agents, incidents, and escalations
$ 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.
/org-healthContext preview
What this command does when you run it.
Organization health check covering agents, incidents, and escalations
description: Organization health check covering agents, incidents, and escalations argument-hint: "<organization_id>" arguments: [organization_id]
Comprehensive health check for a Huntress organization, covering agent status, open incidents, and pending escalations. Provides an at-a-glance view of a client's security posture.
1. **Get organization details**
Call `huntress_organizations_get` with the specified `organization_id`.
2. **List agents for the organization**
Call `huntress_agents_list` filtered by `organization_id`. Summarize total count, online/offline status, and platform distribution.
3. **List open incidents**
Call `huntress_incidents_list` filtered by `organization_id` and `status=open`. Summarize by severity.
4. **List open escalations**
Call `huntress_escalations_list` filtered by `organization_id` and open status. Highlight any pending items.
5. **Compile health summary**
Present a unified view: agent health, incident load, escalation status, and overall risk assessment.
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | organization_id | string | Yes | The organization ID to check |
/org-health --organization_id "org-456"
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