← 返回
数据分析 Key 中文

rpe-grafana

Read current values from Grafana dashboards without knowing the underlying queries. Use when: asked about values visible in a Grafana dashboard (sensor readi...
从Grafana仪表板读取当前值,无需了解底层查询。适用于:询问Grafana仪表板上可见的数值时。
darkstards9
数据分析 clawhub v1.0.2 2 版本 100000 Key: 需要
★ 0
Stars
📥 1,034
下载
💾 12
安装
2
版本
#latest

概述

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:

  • Asked about a value that's visible in a Grafana dashboard
  • Listing what dashboards or panels are available
  • Retrieving the current or recent value of a metric by panel name

When NOT to Use

DON'T use this skill when:

  • Writing, modifying, or creating dashboards → use Grafana UI
  • Admin operations (users, datasource config, alerts) → use Grafana API directly
  • You need to run an arbitrary query not backed by an existing panel

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:

  • GRAFANA_URL - Grafana base URL
  • GRAFANA_USER - Username
  • GRAFANA_PASSWORD - Password or API key

Tools

grafana_list_dashboards

List all available dashboards.

Parameters: none

Returns: [{ uid, title }]

grafana_list_panels

List all panels in a dashboard.

Parameters:

  • dashboard_uid (required) - Dashboard UID from grafana_list_dashboards

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:

  • dashboard_uid (required) - Dashboard UID
  • panel_id (required) - Panel ID from grafana_list_panels
  • from (optional) - Start of time range (default: now-1h)
  • to (optional) - End of time range (default: now)

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

  • Requires a Grafana user with read access (Viewer role is sufficient)
  • Dashboard UIDs are stable identifiers; panel IDs are unique within a dashboard
  • Row panels are flattened automatically

版本历史

共 2 个版本

  • v1.0.2 当前
    2026-03-29 11:24 安全 安全
  • v1.0.1
    2026-03-07 01:53

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 56,926
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,240
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 164 📥 59,856