Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Fixed API incompatibility
What This Skill Does
Reads current values from Grafana dashboards by navigating to panels by name, without requiring knowledge of the underlying query language. Works with any datasource Grafana supports, including Prometheus, InfluxDB, and MySQL. A Viewer role on the Grafana instance is sufficient.
Lets you retrieve Grafana panel values without learning PromQL, SQL, or any datasource-specific query syntax.
When to use it
- Check current CPU usage from a server monitoring dashboard
- Look up today's sales totals shown on a business metrics panel
- Retrieve sensor readings from an IoT dashboard
- List all available dashboards in a Grafana instance
- Get the latest error rate for a service by panel name
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What is the current memory usage shown on the Infrastructure dashboard?
- 1Call grafana_list_dashboards to find the dashboard UID for 'Infrastructure'
- 2Call grafana_list_panels with that UID to locate the memory usage panel and its ID
- 3Call grafana_query_panel with the dashboard UID and panel ID
- 4Parse the returned lastValue and unit fields
Memory usage: 6.2 GB (of 16 GB), as of the last hour
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.