Skip to main content

grafana-manager

Automates the installation and management of Grafana dashboards and data sources directly from the command line for efficient observability.

Install this skill

or
85/100

Security score

The grafana-manager skill was audited on Mar 1, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 202

Curl to non-GitHub URL

SourceSKILL.md
202curl -s -u admin:admin http://localhost:3000/api/org
low line 166

Access to hidden dotfiles in home directory

SourceSKILL.md
166# Add to ~/.bashrc or ~/.openclaw/env
low line 24

External URL reference

SourceSKILL.md
24# Default: http://localhost:3000 (admin/admin)
low line 33

External URL reference

SourceSKILL.md
33--url http://localhost:9090
low line 48

External URL reference

SourceSKILL.md
48# 🔗 http://localhost:3000/d/rYdddlPWk
low line 70

External URL reference

SourceSKILL.md
70bash scripts/datasource.sh add --name prom --type prometheus --url http://localhost:9090
low line 78

External URL reference

SourceSKILL.md
78--url http://localhost:8086 --database telegraf
low line 125

External URL reference

SourceSKILL.md
125bash scripts/datasource.sh add --name prom --type prometheus --url http://localhost:9090
low line 129

External URL reference

SourceSKILL.md
129echo "✅ Observability stack ready at http://localhost:3000"
low line 148

External URL reference

SourceSKILL.md
148export GRAFANA_URL="http://localhost:3000"
low line 202

External URL reference

SourceSKILL.md
202curl -s -u admin:admin http://localhost:3000/api/org
Scanned on Mar 1, 2026
View Security Dashboard