find-contact
Resolve a 3CX contact or extension by email, extension, or name
Search for RMM agents in Atera by customer or machine name
$ 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.
/search-agentsContext preview
What this command does when you run it.
Search for RMM agents in Atera by customer or machine name
description: Search for RMM agents in Atera by customer or machine name argument-hint: "<query> [type] [online]" arguments: [query, type, online]
Search for RMM agents in Atera by customer or machine name.
1. **Determine search type**
2. **Execute search**
3. **Filter results**
4. **Return agent list**
| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | query | string | Yes | - | Customer name/ID or machine name | | type | string | No | auto | customer, machine, or all | | online | string | No | all | true, false, or all |
/search-agents "Acme Corp"
/search-agents "DESKTOP-ABC123" --type machine
/search-agents "Acme Corp" --online true
/search-agents 12345 --type customer
Agents Found: 15 | ID | Machine Name | Customer | Status | Last Seen | OS | |--------|-------------------|-----------------|---------|---------------------|-----------------------| | 98765 | DESKTOP-ABC123 | Acme Corp | Online | 2024-02-15 14:30:00 | Windows 11 Pro | | 98766 | SERVER-DC01 | Acme Corp | Online | 2024-02-15 14:29:45 | Windows Server 2022 | | 98767 | LAPTOP-JD01 | Acme Corp | Offline | 2024-02-14 18:15:00 | Windows 10 Enterprise | ... Online: 12 | Offline: 3
When querying a single agent, show extended details:
Agent Details: DESKTOP-ABC123 (ID: 98765) Customer: Acme Corporation Status: Online Last Seen: 2024-02-15 14:30:00 System Information: - OS: Windows 11 Pro (22H2) - CPU: Intel Core i7-12700 - RAM: 32 GB - Disk: 256 GB SSD (45% used) Network: - IP Address: 192.168.1.100 - MAC Address: 00:1A:2B:3C:4D:5E - Domain: ACME.LOCAL Agent Version: 2.0.1.25 Installed: 2023-06-15 09:00:00
Customer not found: "Acme" Did you mean one of these? - Acme Corporation (ID: 12345) - Acme Industries (ID: 12346)
No agents found for customer "Acme Corp" Possible reasons: - No agents installed for this customer - All agents have been deleted - Customer name may be misspelled
No agent found with machine name "DESKTOP-XYZ" Try searching by partial name or use --type all to list all agents.
Rate limit exceeded (700 req/min) Waiting 30 seconds before retry...
GET /api/v3/agents?page=1&itemsInPage=50
X-API-KEY: {api_key}GET /api/v3/agents/customer/{customerId}
X-API-KEY: {api_key}GET /api/v3/agents/machine/{machineName}
X-API-KEY: {api_key}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