Skip to content
Development
Command

/org-health

Organization health check covering agents, incidents, and escalations

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How 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.md
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
Read more
Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins