Help us improve
Share bugs, ideas, or general feedback.
From domotz
Lists Domotz network devices, searches by name/IP/MAC, checks status, views details, and supports network topology understanding for inventory management.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin domotzHow this skill is triggered — by the user, by Claude, or both
Slash command
/domotz:devicesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Domotz automatically discovers and monitors devices on networks where agents are deployed. Devices include servers, workstations, network equipment, IoT devices, printers, and any IP-connected hardware. Each device is associated with a specific agent (site).
Manages Domotz agents (collectors), sites, and network probes: lists agents, checks health and status, views details, monitors connectivity.
Manages Datto RMM devices: lists, searches, monitors endpoints (workstations, servers, ESXi, networks). Covers UIDs, hostnames, MACs, statuses, UDFs, warranty info, operations.
Manage NinjaOne RMM devices: list, search, control services, view hardware inventory, schedule maintenance, monitor health and alerts on Windows, Mac, Linux endpoints.
Share bugs, ideas, or general feedback.
Domotz automatically discovers and monitors devices on networks where agents are deployed. Devices include servers, workstations, network equipment, IoT devices, printers, and any IP-connected hardware. Each device is associated with a specific agent (site).
Domotz agents continuously scan local networks and automatically discover new devices. Discovered devices are classified by type and can be:
Devices are identified by multiple attributes:
| Status | Meaning |
|---|---|
ONLINE | Device is reachable on the network |
OFFLINE | Device is not responding |
UNKNOWN | Status cannot be determined |
domotz_list_devices
Parameters:
agent_id -- The agent monitoring this network (required)page -- Page number for paginationpage_size -- Results per pageExample response:
[
{
"id": 789,
"display_name": "Core Switch",
"ip_addresses": ["192.168.1.1"],
"hw_address": "AA:BB:CC:DD:EE:FF",
"vendor": "Cisco Systems",
"type": {
"detected_id": 3,
"label": "Network Device"
},
"status": "ONLINE",
"last_status_change": "2026-03-27T10:00:00Z",
"first_seen": "2025-06-15T08:30:00Z"
}
]
domotz_get_device
Parameters:
agent_id -- The agent IDdevice_id -- The specific device IDdomotz_search_devices
Parameters:
agent_id -- The agent IDquery -- Search term (name, IP, or MAC)domotz_search_devices with the IP address as querydomotz_get_device for full details if neededdomotz_search_devices with the MAC address as querydomotz_list_devices with the agent_id for the siteCause: Invalid device ID, device has been removed, or wrong agent Solution: Verify the device ID and agent ID; search by IP or MAC instead
Cause: Agent has not completed initial scan, or no devices on network Solution: Verify agent is online; trigger a network scan; wait for discovery
Cause: Agent is offline or device status hasn't been refreshed Solution: Check agent status; trigger a fresh scan if possible
last_status_change to detect recent outagesvendor field to categorize devices by manufacturerfirst_seen dates to detect new/rogue devices on the network