Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Monitors network infrastructure through the LibreNMS REST API. Provides read-only access to device status, health sensors, port traffic statistics, and active alerts. Connects to a self-hosted LibreNMS instance via API token.
Surfaces LibreNMS data directly in the agent without opening a browser or navigating the web UI.
When to use it
- Checking which network devices are currently down
- Reviewing active alerts at the start of a shift
- Pulling CPU and temperature sensors for a specific switch
- Getting port traffic stats during a network incident
- Running a daily health check across all monitored devices
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: which devices are down and do we have any active alerts?
- 1Run `librenms summary` to get total device count and alert count
- 2Run `librenms down` to list devices with a down status
- 3Run `librenms alerts` to list unresolved alerts with severity and timestamps
- 4Format results showing down devices and alert details
A summary listing 2 down devices with their IPs and 3 active alerts with severities and timestamps
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.