find-contact
Resolve a 3CX contact or extension by email, extension, or name
Initiate a network discovery scan in RunZero
$ 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.
/scan-networkContext preview
What this command does when you run it.
Initiate a network discovery scan in RunZero
description: Initiate a network discovery scan in RunZero argument-hint: "<site_id> <targets> [scan_rate] [name]" arguments: [site_id, targets, scan_rate, name]
Initiate a network discovery scan on a specific site. Creates a scan task targeting the specified IP ranges using an available explorer.
1. **Verify the target site**
Call `runzero_sites_get` with the provided `site_id` to confirm the site exists and retrieve its configuration.
2. **Find an available explorer**
Call `runzero_explorers_list` and identify a healthy explorer assigned to the target site.
3. **Create the scan task**
Call `runzero_tasks_create` with the site, explorer, targets, and scan rate. If no `name` is provided, generate one from the site name and timestamp.
4. **Confirm task creation**
Report the task ID, targets, explorer, and estimated scan parameters.
5. **Provide monitoring guidance**
Advise the user to check scan progress with `runzero_tasks_get` and review results once completed.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | site_id | string | Yes | | Site UUID to scan | | targets | string | Yes | | IP ranges in CIDR notation | | scan_rate | string | No | normal | Scan speed (slow, normal, fast, max) | | name | string | No | auto-generated | Human-readable task name |
/scan-network --site_id "site-uuid-456" --targets "192.168.1.0/24"
/scan-network --site_id "site-uuid-456" --targets "10.0.0.0/24,10.0.1.0/24" --scan_rate fast
/scan-network --site_id "site-uuid-456" --targets "172.16.0.0/16" --name "Quarterly Full Scan - ACME HQ"
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