/org-health
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.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/org-health
Context preview
What this command does when you run it.
Organization health check covering agents, incidents, and escalations
Command definition
org-health.mddescription: Organization health check covering agents, incidents, and escalations
argument-hint: "<organization_id>"
arguments: [organization_id]
Organization Health Check
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.
Prerequisites
- Huntress MCP server connected with valid API credentials
- MCP tools for agents, incidents, escalations, and organizations available
Steps
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.
Parameters
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | organization_id | string | Yes | The organization ID to check |
Examples
Check Organization Health
/org-health --organization_id "org-456"
Error Handling
- **Organization Not Found:** Verify the organization ID; use `huntress_organizations_list` to find it
- **Rate Limit:** This command makes multiple API calls; may hit rate limits for large orgs
- **Authentication Error:** Verify API credentials
Related Commands
- `/incident-triage` - Triage incidents across all organizations
- `/agent-inventory` - Detailed agent listing
- `/billing-report` - Billing details for the organization
Read more
description: Organization health check covering agents, incidents, and escalations argument-hint: "<organization_id>" arguments: [organization_id]
Organization Health Check
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.
Prerequisites
- Huntress MCP server connected with valid API credentials
- MCP tools for agents, incidents, escalations, and organizations available
Steps
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.
Parameters
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | organization_id | string | Yes | The organization ID to check |
Examples
Check Organization Health
/org-health --organization_id "org-456"
Error Handling
- **Organization Not Found:** Verify the organization ID; use `huntress_organizations_list` to find it
- **Rate Limit:** This command makes multiple API calls; may hit rate limits for large orgs
- **Authentication Error:** Verify API credentials
Related Commands
- `/incident-triage` - Triage incidents across all organizations
- `/agent-inventory` - Detailed agent listing
- `/billing-report` - Billing details for the organization
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
Other commands on msp-claude-plugins.
- /case-review
Review and triage abuse mailbox cases in Abnormal Security
Open command - /search-threats
Search for specific threat patterns in Abnormal Security by sender, recipient, attack type, or keywords
Open command - /threat-triage
Triage recent email threats detected by Abnormal Security by severity and attack type
Open command - /list-overdue-invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
Open command - /reconcile-payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
Open command - /eol-report
EOL/EOS risk report โ devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
Open command

