Grafana Skill
name: rpe-grafana
by darkstards9 · published 2026-03-22
$ claw add gh:darkstards9/darkstards9-rpe-grafana---
name: rpe-grafana
description: "Read current values from Grafana dashboards without knowing the underlying queries. Use when: asked about values visible in a Grafana dashboard (sensor readings, metrics, stats). Navigate by dashboard and panel name — no PromQL/SQL needed. NOT for: writing to Grafana, admin operations, or raw query execution."
metadata:
{
"openclaw":
{
"emoji": "📊",
"requires": { "env": ["GRAFANA_URL", "GRAFANA_USER", "GRAFANA_PASSWORD"] },
"install":
[
{
"id": "config",
"kind": "config",
"label": "Configure Grafana credentials in openclaw.json",
},
],
},
}
---
# Grafana Skill
Read current values from any Grafana dashboard without writing queries. The plugin navigates by dashboard and panel name, extracts the panel's existing query configuration, and returns a compact summary — no PromQL, SQL, or datasource knowledge required.
Works with any Grafana datasource (Prometheus, InfluxDB, MySQL, …).
When to Use
✅ **USE this skill when:**
When NOT to Use
❌ **DON'T use this skill when:**
Setup
Add to your `openclaw.json`:
{
"plugins": {
"entries": {
"rpe-grafana": {
"enabled": true,
"config": {
"url": "http://your-grafana:3000",
"user": "your-username",
"password": "your-password"
}
}
}
}
}Or set environment variables:
Tools
grafana_list_dashboards
List all available dashboards.
**Parameters:** none
**Returns:** `[{ uid, title }]`
grafana_list_panels
List all panels in a dashboard.
**Parameters:**
**Returns:** `[{ id, title }]`
grafana_query_panel
Read the current data for a specific panel. Fetches the panel's query configuration from the dashboard and executes it via Grafana's datasource API — no query language knowledge needed.
**Parameters:**
**Returns:** `[{ refId, name, lastValue, unit }]`
Typical Workflow
1. `grafana_list_dashboards` → find the dashboard UID
2. `grafana_list_panels` → find the panel ID by title
3. `grafana_query_panel` → get the current value
Notes
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...