← 返回 Skills 市场
darkstards9

rpe-grafana

作者 DarkStarDS9 · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
716
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
This skill appears to do what it says: it reads Grafana dashboards and executes the panel-backed queries via Grafana's own datasource API. Before installing: 1) use a least-privilege Grafana credential (Viewer role or a narrowly scoped API key) rather than an admin account; 2) be aware the skill will cause Grafana to query your datasources (possible load/cost or side effects); 3) check that your Grafana API-key usage matches the skill's Basic auth implementation (Grafana API keys commonly require Bearer tokens — you may need to supply a user/password credential instead or update the code); 4) review the included index.js if you need guarantees about network endpoints or logging; and 5) monitor and rotate credentials if you later remove the skill or suspect misuse. Overall the bundle is internally consistent and does not contain hidden endpoints or unrelated credential requests.
功能分析
Type: OpenClaw Skill Name: rpe-grafana Version: 1.0.2 The rpe-grafana skill is a legitimate tool for retrieving metrics from Grafana dashboards. It implements tools to list dashboards, list panels, and execute pre-defined queries associated with specific panels using the standard Grafana API (/api/ds/query). The implementation includes security-conscious design choices, such as only executing queries already defined within a dashboard rather than allowing arbitrary query injection, and it correctly uses URI encoding for parameters in index.js.
能力评估
Purpose & Capability
Name/description match what the code implements: listing dashboards, listing panels, and calling Grafana endpoints to read panel-backed data. Required env vars (GRAFANA_URL, GRAFANA_USER, GRAFANA_PASSWORD) are appropriate for accessing Grafana.
Instruction Scope
SKILL.md and index.js stick to reading dashboards/panels and calling Grafana APIs. The skill fetches dashboard JSON and then posts to Grafana's /api/ds/query to have Grafana execute datasource queries — this is expected behaviour for returning panel values, but it means Grafana will in turn query backend datasources. The SKILL.md says you can supply a password or API key; the code uses HTTP Basic auth (Authorization: Basic ...) which may not work with Grafana API keys that expect Bearer tokens — a small mismatch to be aware of.
Install Mechanism
No install/download steps; code is included in the bundle (index.js) and will be loaded by the platform. No network installs or external archives are pulled at install time.
Credentials
Only Grafana access credentials are requested, which is proportionate. Recommendation: provide a least-privilege read-only (Viewer) account or a properly-scoped API key. Avoid using high-privilege/admin credentials. Also note the code defaults user to 'admin' when none provided, which could lead to unintended privilege usage.
Persistence & Privilege
always is false and the skill does not request special platform privileges or modify other skills' configs. It registers optional tools for autonomous invocation (platform default) but does not request permanent elevated presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rpe-grafana
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rpe-grafana 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Fixed API incompatibility
v1.0.1
- Improved documentation for rpe-grafana usage, setup, and limitations - Clarified skill purpose: reading current values from existing Grafana dashboards by dashboard/panel name - Added detailed examples and typical workflow - Listed required environment variables and configuration steps - Outlined available tools and their parameters/returns
元数据
Slug rpe-grafana
版本 1.0.2
许可证
累计安装 3
当前安装数 3
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 716 次。

如何安装 rpe-grafana?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rpe-grafana」即可一键安装,无需额外配置。

rpe-grafana 是免费的吗?

是的,rpe-grafana 完全免费(开源免费),可自由下载、安装和使用。

rpe-grafana 支持哪些平台?

rpe-grafana 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 rpe-grafana?

由 DarkStarDS9(@darkstards9)开发并维护,当前版本 v1.0.2。

💬 留言讨论