---
title: "reelier"
description: "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 t"
canonical: https://agentpluginsdirectory.com/plugins/reelier
last-updated: 2026-09-21
---

# 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.
- Slug: reelier
- Publisher: seldonframe
- Repository: https://github.com/seldonframe/reelier
- Manifest: plugin/agent-plugins/plugin.json
- Version: 0.32.1
- License: MIT
- Category (editorial): agent-tooling
- Skills: 2 (reelier-replay, reelier-write-safety)
- MCP servers: 0
- Stars: 3
- Repository created: 2026-07-17
- Repository last pushed: 2026-08-25
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/reelier
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What reelier does, in the publisher's words

Your agents worked all night. Here's exactly what changed.

Reelier records the run that worked, freezes it as a replayable skill, and replays it deterministically, every run comes back as a receipt: proof of what the agent did and what changed because of it. Agents make claims. Reelier writes receipts.

Agent-authored PRs (Dependabot, Claude, Codex, Cursor, …) get a receipt comment in seconds: author, files changed, declared scope vs. what actually changed, sensitive paths flagged. No workflow file, no CLI, no config.

- 1,000 / 1,000 replays byte-identical
- Every replay ships a signed receipt: proof of what ran and what changed, never a claim
- 0 LLM calls at replay: deterministic re-execution, not re-reasoning

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/seldonframe/reelier/HEAD/README.md

## Skills

- reelier-replay: 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/f…
- reelier-write-safety: 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,…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
