Claude Tools / Plugins / grafana (claude-tag-plugins)
Audited plugin listing
grafana (claude-tag-plugins)
Prompt-only reference for querying Grafana dashboards, datasources, alert rules, and annotations via the REST API.
Listing signals
Install check
✓ Pass
Risk scan
✓ Clean
Implementation
Prompt-only
Assessment
Verdict
Grafana is a documentation-only skill: the SKILL.md contains structured curl recipes for dashboards, datasource queries, alert rules, silences, annotations, and folders, with explicit time-unit warnings (milliseconds vs. seconds vs. RFC-3339 vary by endpoint — the kind of footgun that wastes an afternoon). No executable code; Claude constructs API calls from the documented patterns. Useful for teams on Grafana Cloud or self-hosted instances without a dedicated MCP server; the tradeoff is that it relies entirely on Claude correctly remembering the recipes rather than running a local helper.
Installation
Add to Claude Code
Evidence
Audit receipts
This listing is tied to a specific source commit and records both installation and risk checks.
Install check
✓ Pass
Documentation-only skill. No scripts; all API interaction is via curl recipes in the SKILL.md body.
Risk scan
✓ Clean
Composition
What was measured
Prose lines
423
Code lines
0
Prose / code
99.00
Related