plugins marketplace
← All plugins

timebuddy

v0.6.2

Exploratory and reactive-investigation skills for Grafana incidents via the timebuddy-incident-investigator MCP server.

Claude Code3 skills1 MCP serverstdio

by Casey BissonAGPL-3.0-only1updated 1 day ago

Source

git clone https://github.com/misterbisson/timebuddy-incident-investigator

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

timebuddy/
├── .claude-plugin/plugin.json
├── skills/explore/SKILL.md
├── skills/export/SKILL.md
├── skills/investigate/SKILL.md
└── .mcp.json

Skills3

exploreskills/explore/SKILL.md

Confirms the timebuddy-incident-investigator MCP server is connected and surveys what Grafana and Graylog connections and dashboards are available, so someone can get comfortable with it before an incident happens. Use when checking that the Grafana/Graylog MCP setup works, doing a health check, saying hello, or asking what's available/connected.

exportskills/export/SKILL.md

Exports a dashboard panel's data as a CSV file, and optionally a screenshot, given a dashboard/panel URL (its own embedded time range is used automatically) and a panel name or a direct panel link. Use when someone asks to export, download, save, or archive a panel's data or chart - for a report, a presentation, or further analysis elsewhere.

investigateskills/investigate/SKILL.md

Investigates a live or recent Grafana incident using the timebuddy-incident-investigator MCP tools - ingests alert details (a pasted Grafana URL, alert JSON, webhook payload, or just a description), replays the underlying queries over the incident window, checks against baselines, looks for correlated signals, pulls corroborating Graylog log evidence when a log connection is configured, and produces an evidence-linked verdict. Use whenever someone pastes alert/incident details, mentions being paged or on-call, or asks what's going on with a service.

MCP servers1

timebuddy-incident-investigatorstdio
command
node
args
node_modules/electron/cli.js electron --mcp-server

Manifests1

.claude-plugin/plugin.json
{
  "name": "timebuddy",
  "description": "Exploratory and reactive-investigation skills for Grafana incidents via the timebuddy-incident-investigator MCP server.",
  "version": "0.6.2",
  "author": {
    "name": "Casey Bisson"
  },
  "license": "AGPL-3.0-only"
}