Agent 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 BissonLicense: AGPL-3.0-only1 GitHub starsUpdated last month

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 7, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install timebuddy for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install timebuddy@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/misterbisson/timebuddy-incident-investigator

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

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

Included 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

Plugin 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"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[timebuddy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/timebuddy)