Scaffold a new SeldonFrame block from a natural-language intent. Use when the builder says "build me a block that ...", "scaffold a block that ...", or similar. Produces a real, validated block skeleton in packages/crm/src/blocks/ — BLOCK.md with composition contract, tools.ts with Zod schemas, subscription handler…
Build a SeldonFrame workspace's marketing landing page using the existing block primitives (getblockskill + persistblock). Use when the operator asks to "build a landing page", "make a website", "design the home page", "redo the landing", or similar. Triggers AFTER workspace has been created via createworkspacefromurl…
Use when a builder working in an IDE agent (Claude Code, Cursor, Codex) wants to build, test, deploy, sell, or get paid for an AI agent on SeldonFrame — e.g. "build me a receptionist agent and sell it", "deploy my agent to a real phone number", "list my agent on the marketplace", "run my agent's evals", "withdraw my…
Open-source GoHighLevel alternative for agencies. White-label CRM, booking, intake, chatbot via MCP. Runs locally from the @seldonframe/mcp npm package. Needs 2 environment variables to run.
Your AI argues before it answers. Five-step decision loop for builders — GATE, LOOK, RESHAPE, ATTACK, CARD — built from Bezos's letters, Musk's algorithm, and Farnam Street's mental models. No more "you're absolutely right!".
Think through any decision — code, business, personal — and get a straight answer. Fires on "reflect on X", "start from first principles", "reflect"; AND fire it YOURSELF, unprompted, whenever the work hits a choice whose undo cost exceeds a bad day (architecture, dependencies, pricing, public commitments, people) or…
Use when implementing any change to the Reelier authority ledger or Path C compiled-authority code - encodes the evidence-led slice loop, the baseline gate, the RED/GREEN review protocol, and the failure modes that have actually cost slices here.
Agents make claims, Reelier writes receipts - record an agent workflow once, replay it deterministically at 0 tokens, and get an asserted receipt on every run. Runs locally from the reelier npm package.
Instructions for seldonframe/reelier, covering reelier — what it actually does, 1. one-line identity, 4. skill grammar (what a step can express), 5. substrate reality — this is not git-only and 6. reelier cloud — what it adds over oss.
Instructions for seldonframe/reelier, covering reelier — what it actually does, 1. one-line identity, 4. skill grammar (what a step can express), 5. substrate reality — this is not git-only and 6. reelier cloud — what it adds over oss.
Replay recurring deterministic jobs at 0 tokens instead of re-reasoning them every run. For cron/heartbeat tool-call workflows (status checks, data pulls, report generation, CRUD sequences) — record the job once with reelier, then run "npx -y reelier run " on every heartbeat and gate drift with "reelier diff". Never…
When to use the Reelier MCP tools (reelierscan, reelierfromsession, reelierreplay, reelierdiff, reelierpush) to freeze and replay deterministic tool-call workflows.
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…
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…
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.