find-contact
Resolve a 3CX contact or extension by email, extension, or name
Health check for Nutanix clusters covering nodes, alerts, and recent failed tasks
$ 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.
/cluster-healthContext preview
What this command does when you run it.
Health check for Nutanix clusters covering nodes, alerts, and recent failed tasks
description: Health check for Nutanix clusters covering nodes, alerts, and recent failed tasks argument-hint: "[cluster_name]" arguments: [cluster_name]
At-a-glance health for one or all Nutanix clusters: node state, open alerts by severity, and recent failed Prism Central tasks.
1. **List clusters**
Discover the list-clusters operation via `listOperations` with `namespace="clustermgmt"`, then call `clustermgmt_execute`. Scope to the named cluster if given; otherwise cover all.
2. **Per-cluster detail**
For each cluster, get it by `extId` and list its hosts via `clustermgmt_execute` — capture node count, version, and any degraded host state.
3. **Open alerts**
Discover the list-alerts operation in `monitoring` and call `monitoring_execute` filtered to unresolved alerts for these clusters, grouped by severity.
4. **Recent failed tasks**
Call `prism_execute` with the list-tasks operation, `_filter="status eq 'FAILED'"` and a recent time window, to surface failed operations that alerting may not cover.
5. **Compile**
Per cluster: node summary, critical/warning alert counts with the top items, failed task list, and an overall verdict (healthy / attention / critical).
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | cluster_name | string | No | Check a single cluster instead of all |
/cluster-health /cluster-health --cluster_name "prod-east"
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