Grafana Dashboards
This skill generates Grafana dashboard configurations for visualizing time-series data, enabling insightful monitoring and alerting.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add grafana-dashboards npx -- -y @trustedskills/grafana-dashboards
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"grafana-dashboards": {
"command": "npx",
"args": [
"-y",
"@trustedskills/grafana-dashboards"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The grafana-dashboards skill enables AI agents to interact with Grafana, a popular open-source platform for data visualization and monitoring. It allows users to create, manage, and customize dashboards within Grafana, including adding panels, configuring data sources, and setting up alerts.
When to use it
- To automate the creation of Grafana dashboards based on predefined templates or user input.
- For integrating real-time metrics from various data sources into a centralized dashboard.
- When managing multiple dashboards across different environments (e.g., development, staging, production).
- To generate alerts and notifications based on threshold values in Grafana panels.
Key capabilities
- Create and configure Grafana dashboards programmatically.
- Add and customize panels with visualizations like graphs, tables, and heatmaps.
- Connect to data sources such as Prometheus, InfluxDB, or MySQL.
- Set up alerting rules based on dashboard metrics.
Example prompts
- "Create a Grafana dashboard for monitoring server CPU usage over the last 24 hours."
- "Add a new panel to the 'Network Traffic' dashboard that displays incoming and outgoing traffic in real time."
- "Configure an alert in the 'Database Performance' dashboard when query latency exceeds 500ms."
Tips & gotchas
- Ensure Grafana is properly installed and accessible before using this skill.
- Some advanced features may require specific data source plugins to be enabled.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.