From domotz
Manages Domotz alerts: lists active alerts and profiles, retrieves details, configures triggers, and handles notifications for devices and networks.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin domotzThis skill uses the workspace's default tool permissions.
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.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
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