sre-bot
v0.1.0SRE triage assistant for plain-English production health and Kubernetes questions in Slack. Read-only by default: the Kubernetes read connector exposes only read tools, and its credential cannot read Secrets or mutate resources. Grafana and Tempo connectors add observability reads. The one declared write verb rolls a single allowlisted Deployment using a separate credential and the exact human approval gate mcp__k8s-write__restart_deployment. A second gated verb scales a single allowlisted Deployment through the `deployments/scale` subresource with its own credential and the gate mcp__k8s-scale__scale_deployment; it reports the replica count it read before writing, so the platform can offer an undo.
By CurieTechLicense: Apache-2.035 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 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 sre-bot for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sre-bot@agent-plugin-marketplacePaste 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/curie-eng/curieClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is examples/sre-bot/.
Plugin files
├── .claude-plugin/plugin.json└── skills/sre-bot/SKILL.md
Included Skills1
Answer questions about production health and investigate incidents using live Kubernetes and observability data. Invoke whenever someone asks whether something is broken, slow, erroring, or down; asks what happened during an outage or time window; asks about alerts, logs, metrics, traces, or error rates; asks why a service is misbehaving; or asks for a status check on production. Also invoke for any question about the Kubernetes cluster and what is happening inside it -- pods, nodes, namespaces, deployments, statefulsets, daemonsets, jobs and cronjobs, restarts, CrashLoopBackOff, OOMKills, pending or unschedulable pods, evictions, rollouts, replica counts, resource requests and limits, CPU throttling, node pressure or readiness, and persistent volume capacity. Also invoke for catalog and discovery questions about the observability stack itself -- which metrics, log streams, dashboards, datasources, or alert rules exist, what a given metric or label is called, or where some signal lives.
Plugin manifests1
{
"name": "sre-bot",
"version": "0.1.0",
"description": "SRE triage assistant for plain-English production health and Kubernetes questions in Slack. Read-only by default: the Kubernetes read connector exposes only read tools, and its credential cannot read Secrets or mutate resources. Grafana and Tempo connectors add observability reads. The one declared write verb rolls a single allowlisted Deployment using a separate credential and the exact human approval gate mcp__k8s-write__restart_deployment. A second gated verb scales a single allowlisted Deployment through the `deployments/scale` subresource with its own credential and the gate mcp__k8s-scale__scale_deployment; it reports the replica count it read before writing, so the platform can offer an undo.",
"license": "Apache-2.0",
"author": {
"name": "CurieTech"
},
"keywords": [
"sre",
"observability",
"grafana",
"loki",
"prometheus",
"pyroscope",
"kubernetes",
"k8s",
"cluster",
"triage",
"read-only"
],
"starterPrompts": [
"Is anything broken right now?",
"Is any pod crashlooping or restarting?",
"Are all the nodes healthy?",
"Did anything get OOMKilled today?",
"Are there any alerts firing?",
"Which services are logging the most errors today?",
"Is the API slow right now?",
"Show me slow traces from the last hour"
],
"approvalPolicy": {
"gates": [
{
"gate": "mcp__k8s-write__restart_deployment",
"route": "sre-approvals"
},
{
"gate": "mcp__k8s-scale__scale_deployment",
"route": "sre-approvals"
},
{
"gate": "mcp__self-upgrade__upgrade_self",
"route": "sre-approvals"
}
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sre-bot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sre-bot)