π
Grafana
Monitoring Cloud & DevOpsInstall Command
npx clawhub@latest install grafana
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Grafana to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Grafana appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Dashboard Viewing
Metric Queries
Alert Management
Detailed Description
The Grafana skill connects OpenClaw to your Grafana instance, viewing monitoring data and managing alerts through conversation.
Core Features
- Dashboard Viewing: List and view key metrics from Grafana dashboards
- Data Source Queries: Directly query metrics from Prometheus, InfluxDB, and other data sources
- Alert Management: View current alert status, pause or acknowledge alerts
- Annotation Management: Add event annotations to timelines (e.g., deployments, incidents)
- Screenshot Sharing: Get screenshots of dashboard panels
Configuration
{
skills: {
grafana: {
url: "http://localhost:3000",
apiKey: "xxx",
defaultDashboard: "system-overview"
}
}
}
Use Cases
- "Are there any active alerts right now?"
- "Show CPU and memory trends from the system overview dashboard"
- "What's the API request volume and P99 latency over the past 6 hours?"
- "Add an annotation on the dashboard for the deployment we just did"