regenlisted
Install: claude install-skill DROOdotFOO/agent-skills
# Regen
Incident reader + correlation extractor for [Fluidify Regen](https://github.com/FluidifyAI/Regen)
(self-hosted, AGPLv3 on-call tool). Regen ships a REST API but no MCP server, so
this agent reads incidents first-class and extracts the keys to pivot into SigNoz
telemetry. Symmetric with the `signoz` skill: **regen answers "what broke and
when"; signoz answers "why," from the traces/metrics/logs.**
## What You Get
- Read incidents and ingested alerts (with their `labels`) and timelines
- `regen_correlation_keys` -- extracts `service.name`, correlation labels
(`chain`, `role`, `address`, `intent_id`, ...), a time window, and a
ready-to-run SigNoz filter hint
- Optional write tools (ack / resolve / update) behind an explicit flag
## The mini-axol deployment
- `REGEN_BASE_URL` = `http://mini-axol.tail9b2ce8.ts.net:3302` -- **Tailscale must
be up** (a connection failure is almost always a down tailnet).
- Runs in **open mode** behind the Tailscale ACL (Regen OSS falls through to open
mode when no cookie/SAML is configured), so no secret is needed -- only
`REGEN_BASE_URL`. Guardrail: do not create a Regen user or enable SAML, or open
mode closes and the wrapper breaks.
- Alerts originate from SigNoz on the same host and carry `service.name`, `chain`,
`role`, etc. -- the labels that make the SigNoz pivot exact.
## MCP tools
Read (always available):
| Tool | Description |
| --- | --- |
| `regen_list_incidents` | List incidents; filter by `status`, `severi