seldonframe/reelier
Ships two Agent Skills and nothing else: reelier-replay freezes a repeatable tool-call job into a deterministic replay with a receipt per run, and reelier-write-safety covers bounding an agent's writes before you grant them. Skill-only package — it includes no MCP servers.
Freeze a repeatable, tool-call-driven task into a replayable Reelier skill, and replay an existing skill instead of redoing deterministic work. Use after finishing a task that was mostly API/MCP tool calls (data pulls, report generation, deploy checks, CRUD sequences) — never for arbitrary coding/file-edit sessions, which Reelier cannot replay.
Bound and record an agent's writes before granting them. Use when the user is adding or configuring an MCP server, planning to run an agent unattended or on a schedule or in CI, or deciding whether to give an agent write access to a real system. Covers the recorder, the policy seatbelt, approvals, and what a receipt does and does not prove.