Read Grafana dashboards, panels, and alerts
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill grafana_reader --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Grafana Reader?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-grafana-reader)More formats (shields.io, HTML) on the badges page.
---
name: grafana-reader
description: Read Grafana dashboards, panels, and alerts
activation_keywords: [grafana, dashboard, panel, alert, visualization, monitoring]
execution_mode: server
---
# Grafana Reader Skill
Provides read-only Grafana operations:
- List available dashboards
- Get dashboard details and panels
- Query panel data
- List alert rules and their status
Use `builtin_grafana_reader` tool with fields:
- `operation`: one of "dashboards", "dashboard", "panels", "alerts"
- `grafana_url`: Grafana server URL (optional, default: http://localhost:3000)
- `dashboard_uid`: Dashboard UID (required for dashboard/panels operations)
- `api_key`: Grafana API key (optional)
Note: All operations are read-only.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!