No description
- TypeScript 100%
Bundles a Claude/Cursor/etc. skill describing the @keeb/grafana/instance model so AI agents installing this extension automatically get authoring guidance for dashboards, alerts, contact points, annotations, and PromQL queries via the Grafana datasource proxy. |
||
|---|---|---|
| .claude/skills/grafana | ||
| extensions/models | ||
| .gitignore | ||
| .swamp.yaml | ||
| CLAUDE.md | ||
| manifest.yaml | ||
| README.md | ||
@keeb/grafana
Swamp extension for Grafana dashboard and alert management via the Grafana HTTP API.
Models
grafana/instance
Manage dashboards, alert rules, contact points, and notification policies on a Grafana instance.
| Method | Description |
|---|---|
discover |
List all dashboards |
pushDashboard |
Create or update a dashboard from a JSON file |
exportDashboard |
Export a dashboard to JSON |
configureContactPoint |
Configure a notification contact point (e.g. Discord webhook) |
configureNotificationPolicy |
Set the notification routing policy |
pushAlertRule |
Create or update an alert rule |
createAnnotation |
Create a dashboard annotation (used to mark deploys, server events) |
Workflows
None — dashboard and alert deployment workflows are defined in the consuming project.
Dependencies
- @keeb/ssh — SSH helpers (
lib/ssh.ts)
Install
swamp extension pull @keeb/grafana
License
MIT