Install
openclaw skills install grafana-readonlyRead existing Grafana dashboards and panels without modifying them. Use when answering questions about values already visible in Grafana, locating the right dashboard/panel, extracting panel queries, listing dashboard variables, or rerunning panel-backed queries with a different time range or variable set. Best for Grafana-first analytics workflows where read-only access is preferred.
openclaw skills install grafana-readonlyUse this skill as the default Grafana entrypoint for analytics work.
Use dashboard search/list actions first.
Prefer this when the user asks things like:
After finding a likely dashboard, read:
Do this before answering confidently. Many mistakes come from grabbing the wrong panel.
Before explaining a metric definition, extract the panel query/config.
Look for:
Use this when the user asks:
When the user wants the same chart under another condition, rerun the existing panel query with:
Prefer rerunning an existing panel over inventing a new query.
When replying after Grafana reads, provide:
Do not dump raw Grafana JSON unless the user explicitly wants it.
This skill is expected to support these read paths:
If an installed Grafana skill does not cover most of these, treat it as partial coverage and plan a local supplement.
Escalate beyond this skill when:
In those cases, switch to the analytics workflow skill and decide whether to use Grafana datasource queries or direct ClickHouse.
Read these only when needed:
references/action-checklist.md for the concrete Grafana action matrix and MVP coveragereferences/evaluation-notes.md for why rpe-grafana is a lightweight candidate and where it likely falls short