find-contact
Resolve a 3CX contact or extension by email, extension, or name
Search for assets in RunZero by criteria
$ 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.
/asset-searchContext preview
What this command does when you run it.
Search for assets in RunZero by criteria
description: Search for assets in RunZero by criteria argument-hint: "[query] [site_id] [limit]" arguments: [query, site_id, limit]
Search for assets across all sites using RunZero's query language. Returns matching assets with OS fingerprinting, network details, and classification.
1. **Search for assets**
Call `runzero_assets_search` or `runzero_assets_list` with the provided `query` and optional `site_id` filter. Paginate through results up to `limit`.
2. **Summarize results**
For each asset, extract: hostname, IP addresses, OS, type, last seen, and site.
3. **Aggregate statistics**
Count assets by type, OS, and site. Highlight key findings.
4. **Present findings**
Build a summary table of matching assets with key attributes.
5. **Recommend next steps**
Suggest deeper investigation with `/site-overview` or `/service-inventory` for specific assets.
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | query | string | No | all | RunZero query string | | site_id | string | No | all | Filter to a specific site | | limit | integer | No | 50 | Maximum assets to return |
/asset-search --query "os:Windows Server"
/asset-search --query "type:iot"
/asset-search --query "address:192.168.1.0/24"
/asset-search --site_id "site-uuid-456" --query "alive:true"
/asset-search --query "alive:false AND last_seen:<30d"
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