From domotz
Works with Domotz alerts: viewing active alerts, configuring alert profiles, managing alert triggers, and handling notifications for device and network events.
How this skill is triggered — by the user, by Claude, or both
Slash command
/domotz:alertsWhen to use
When viewing active alerts, configuring alert profiles, managing alert triggers, and handling notifications for device and network events. Use when: domotz alert, alert profile, alert status, alert trigger, alert notification, device alert, network alert, or monitoring alert.
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Domotz provides a comprehensive alerting system that monitors device status, network conditions, and sensor results. Alerts are generated when monitored conditions meet configured thresholds and can be routed to various notification channels including email, webhooks, and PSA integrations.
Domotz provides a comprehensive alerting system that monitors device status, network conditions, and sensor results. Alerts are generated when monitored conditions meet configured thresholds and can be routed to various notification channels including email, webhooks, and PSA integrations.
Alert profiles define the conditions and notification channels for alerts. Each profile specifies:
domotz_list_alerts
Parameters:
agent_id -- Filter alerts by agent (optional)page -- Page numberpage_size -- Results per pageExample response:
[
{
"id": 5678,
"agent_id": 12345,
"device_id": 789,
"type": "device_status",
"severity": "critical",
"message": "Device 'Core Switch' went OFFLINE",
"created_at": "2026-03-27T14:00:00Z",
"status": "active"
}
]
domotz_get_alert
Parameters:
alert_id -- The specific alert IDdomotz_list_alert_profiles
Parameters:
agent_id -- Filter profiles by agent (optional)domotz_list_agents to get all agentsdomotz_list_alertsdomotz_list_alert_profilesCause: No conditions currently triggered (this is good) Solution: Verify alert profiles are configured; check that agents are online
Cause: Invalid profile ID or profile has been deleted Solution: List current profiles to verify available IDs
Cause: Noisy monitoring or cascading failure Solution: Check for agent-level issues; review alert profile thresholds
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin domotzViews, dismisses, and summarizes NinjaOne alerts. Understand severity levels and manage alert posture across devices and organizations.
Manages Atera alerts: viewing, acknowledging, resolving, and converting alerts to tickets for MSP monitoring.
Documents Domotz MCP tool APIs — authentication via API key, regional endpoints, pagination, rate limiting, error handling, and available tools for agent/device/alerts/network management.