find-contact
Resolve a 3CX contact or extension by email, extension, or name
Find a VM by name across Nutanix clusters and show its configuration
$ 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.
/find-vmContext preview
What this command does when you run it.
Find a VM by name across Nutanix clusters and show its configuration
description: Find a VM by name across Nutanix clusters and show its configuration argument-hint: "<vm_name>" arguments: [vm_name]
Locate a virtual machine by name across all clusters managed by the connected Prism Central, and present its configuration and state.
1. **Discover the list-VMs operation**
Call `listOperations` with `namespace="vmm"` and `search="list vms"`. Confirm parameters with `getOperationSchema` if this is the first vmm call of the session.
2. **Search by name**
Call `vmm_execute` with the list operation and `_filter="name eq '<vm_name>'"`. If nothing returns, retry with a broader OData `contains`/`startswith` predicate and present the candidates.
3. **Disambiguate**
VM names are not unique across clusters. If multiple rows match, list them with cluster association and ask which one is meant.
4. **Fetch full detail**
Call `vmm_execute` with the get-VM-by-id operation and the chosen `extId`. Optionally pull disk and NIC sub-resource lists for a complete picture.
5. **Report**
Present name, `extId`, cluster, power state, vCPU/memory, disks (count and sizes), NICs (subnet attachments), and categories.
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | vm_name | string | Yes | Exact or partial VM name to search for |
/find-vm --vm_name "web-prod-01"
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