ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

rpe-grafana

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.

Why use this skill?

Use the rpe-grafana skill to read dashboard metrics and panel values instantly without writing PromQL or SQL. Simple, read-only integration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/darkstards9/grafana-plugin
Or

What This Skill Does

The rpe-grafana skill acts as an intelligent abstraction layer between your OpenClaw agent and any Grafana instance. It solves the friction of needing to know complex query languages like PromQL or SQL by leveraging the existing intelligence embedded in your pre-configured Grafana dashboards. By communicating directly with the Grafana API, the agent can discover dashboards, inspect panel structures, and execute existing data queries to retrieve real-time metrics, logs, or status indicators without requiring human intervention or manual query construction.

Installation

You can integrate this skill by adding it to your openclaw.json configuration file. Ensure the required credentials are provided either via the config block or environment variables (GRAFANA_URL, GRAFANA_USER, GRAFANA_PASSWORD). Alternatively, you can use the OpenClaw CLI by running: clawhub install openclaw/skills/skills/darkstards9/grafana-plugin.

Use Cases

This skill is perfect for operational monitoring, system status checks, and business intelligence reporting. Use it when you need to know the current load on a server, the latency of a microservice, or the latest sales figures reported in a visual widget. Because it reads the existing dashboard configuration, it ensures that the values returned to the user match exactly what they see in the browser UI, maintaining a single source of truth.

Example Prompts

  1. "Check the current CPU utilization on the Production Dashboard and let me know if it's over 80%."
  2. "List all the available dashboards so I can see what metrics we are tracking."
  3. "What is the error rate reported in the API Gateway panel on the 'Service Health' dashboard?"

Tips & Limitations

  • Permissions: A 'Viewer' role is sufficient for this skill. We recommend using a dedicated read-only service account for security.
  • Scope: This skill is strictly for data retrieval. It cannot create alerts or modify your infrastructure.
  • Performance: For large dashboards with many panels, retrieve only what you need. If a panel displays historical trends, use the optional from and to parameters to narrow the focus.
  • Limitations: It cannot execute arbitrary queries not already mapped to a dashboard panel. If you need to perform custom data analysis beyond the UI, this tool is not the correct choice.

Metadata

Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-darkstards9-grafana-plugin": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#monitoring#grafana#metrics#observability#data-retrieval
Safety Score: 5/5

Flags: network-access, external-api