/install grafana-readonly
Grafana Readonly
Use this skill as the default Grafana entrypoint for analytics work.
Core workflow
- Find the relevant dashboard.
- Inspect its panels and variables.
- Prefer reading or rerunning an existing panel before writing a new query.
- Stay read-only unless the user explicitly asks for creation or modification work.
Default task order
1. Locate the dashboard
Use dashboard search/list actions first.
Prefer this when the user asks things like:
- “这个指标在哪个看板里?”
- “有没有收入/LTV/注册转化相关看板?”
- “帮我找睡眠内容消费的图表”
2. Inspect the dashboard structure
After finding a likely dashboard, read:
- dashboard title / uid
- panel list
- variable list
- default time range or refresh settings if available
Do this before answering confidently. Many mistakes come from grabbing the wrong panel.
3. Inspect the panel query
Before explaining a metric definition, extract the panel query/config.
Look for:
- datasource
- query language / query text
- ref IDs / multiple queries
- variable references
- transformations
Use this when the user asks:
- “这个图怎么算的?”
- “这个 DAU 的口径是什么?”
- “这个 panel 背后查的是哪张表/哪个 datasource?”
4. Rerun the panel query
When the user wants the same chart under another condition, rerun the existing panel query with:
- a different time range
- different variables
- a different format if supported
Prefer rerunning an existing panel over inventing a new query.
Read-only rules
- Do not create dashboards in this skill.
- Do not update dashboards in this skill.
- Do not delete dashboards, panels, alerts, or annotations.
- If the task requires new dashboard creation, hand off to a build-oriented skill or explicit implementation flow.
Answering rules
When replying after Grafana reads, provide:
- the answer first
- the panel/dashboard used
- any key variable or time-range assumptions
- uncertainty if the panel does not fully match the question
Do not dump raw Grafana JSON unless the user explicitly wants it.
Minimum action coverage
This skill is expected to support these read paths:
- search dashboards
- get dashboard details
- list panels
- get panel query
- list variables
- run panel query
If an installed Grafana skill does not cover most of these, treat it as partial coverage and plan a local supplement.
When Grafana is not enough
Escalate beyond this skill when:
- no matching dashboard/panel exists
- the user needs an arbitrary new SQL query
- the needed split is not supported by existing variables
- the user is asking for a new dashboard design
In those cases, switch to the analytics workflow skill and decide whether to use Grafana datasource queries or direct ClickHouse.
References
Read these only when needed:
references/action-checklist.mdfor the concrete Grafana action matrix and MVP coveragereferences/evaluation-notes.mdfor whyrpe-grafanais a lightweight candidate and where it likely falls short
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install grafana-readonly - 安装完成后,直接呼叫该 Skill 的名称或使用
/grafana-readonly触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Grafana Readonly 是什么?
Read existing Grafana dashboards and panels without modifying them. Use when answering questions about values already visible in Grafana, locating the right... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 212 次。
如何安装 Grafana Readonly?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install grafana-readonly」即可一键安装,无需额外配置。
Grafana Readonly 是免费的吗?
是的,Grafana Readonly 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Grafana Readonly 支持哪些平台?
Grafana Readonly 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Grafana Readonly?
由 qwqcode(@qwqcode)开发并维护,当前版本 v1.0.0。