LaunchKit · 2026
Back to Skills

librenms

Monitor network infrastructure via LibreNMS REST API.

0
472 downloads
by @florianbeer

Setup & Installation

openclaw skills install @florianbeer/librenms

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install librenms

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.

INPUT

User asks: which devices are down and do we have any active alerts?

AGENT
  1. 1Run `librenms summary` to get total device count and alert count
  2. 2Run `librenms down` to list devices with a down status
  3. 3Run `librenms alerts` to list unresolved alerts with severity and timestamps
  4. 4Format results showing down devices and alert details
OUTPUT

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.

LibreNMS instance URLLibreNMS API token (generated in LibreNMS under Settings → API)