grafana-monitoring

Automate Grafana dashboards, alert rules, and teams via the HTTP API.

117|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ClawLink-HQ/clawlink --skill grafana-monitoring-clawlink-hq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafana-monitoring
Source: https://github.com/ClawLink-HQ/clawlink/tree/main/clawhub-skills/grafana-monitoring
Command: npx skills add https://github.com/ClawLink-HQ/clawlink --skill grafana-monitoring-clawlink-hq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates Grafana dashboards, alert rules, and teams, providing efficient management of Grafana resources without the need for manual configuration.

Core Features & Use Cases

  • Dashboard Management: Inspect and manage Grafana dashboards, folders, data sources, alert rules, and teams.
  • Automation: Execute actions such as creating, updating, and deleting dashboards, folders, data sources, alert rules, and teams.
  • Use Case: Ideal for DevOps or sysadmins looking to automate their Grafana dashboards to reduce monitoring overhead and increase efficiency.

Quick Start

List dashboards in Grafana using the grafana_list_dashboards tool.

Frequently Asked Questions about grafana-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Grafana dashboard management without manual configuration?

You can automate Grafana dashboard management by using the Grafana HTTP API to list, create, update, and delete dashboards, folders, and data sources programmatically. This eliminates manual configuration overhead for DevOps teams.

What is the best way to manage Grafana alert rules and teams programmatically?

The best way to manage Grafana alert rules and teams programmatically is through API-driven automation that handles creating, updating, and deleting alert rules and team memberships, reducing monitoring overhead and increasing operational efficiency.

Can I use scripts to list and update Grafana data sources and folders?

Yes, you can use scripts to interact with the Grafana HTTP API to list, get, create, update, and delete data sources and folders. This allows sysadmins to fully automate monitoring infrastructure setup and maintenance.

Does Grafana API automation work for both dashboard inspection and resource creation?

Grafana API automation supports both inspecting existing resources and executing creation actions. You can list dashboards to inspect configurations, then create, update, or delete dashboards, alert rules, and teams through the same HTTP API interface.

What do I need to automate Grafana monitoring tasks in my DevOps environment?

To automate Grafana monitoring tasks, you need access to the Grafana HTTP API and scripts designed to manage dashboards, folders, data sources, alert rules, and teams. This setup is ideal for DevOps environments seeking to reduce manual monitoring overhead.

When should I not use API automation for Grafana dashboard management?

You should avoid API automation for Grafana dashboard management when performing one-off visual configurations or ad-hoc panel adjustments, as the HTTP API approach is designed for repetitive, bulk resource operations rather than isolated manual tweaks.