Getting started

Seal your first run.

One command turns an agent run into a shareable page — the trigger, what it read, the decisions it took and set aside, and the outcome. You see a preview before anything leaves your machine.

Shell
npx taleseal seal

free · readers need no account · preview needs no key

Pick your tool

Install once, then seal from where you already work.

Claude Codeplugin
Shell
/plugin marketplace add Taleseal/taleseal
/plugin install taleseal@taleseal

Then /taleseal:seal — or just say “seal this session”.

Codexplugin
Shell
codex plugin marketplace add Taleseal/taleseal
codex plugin add taleseal@taleseal

Then ask Codex to “seal this session”.

›_CLI · any toolnpm
Shell
npx -y taleseal login
npx -y taleseal seal

Also --codex for Codex rollouts and --preview to dry-run with no key.

CCursorsoon

Coming soon — the CLI’s Cursor session reader is in progress.

How it works

Four steps — and the third is where the trust is.

01
Run seal

From a plugin or the CLI, after a run. It reads the session on your machine — nothing is sent yet.

02
Read the preview

The composed tale, plus a redaction report of anything the scanner caught. All still local.

03
Confirm to publish

Only on your yes does it leave your machine. You get back one short, unguessable link.

04
Drop the link

In the PR or the Slack thread. Anyone can open it — no account needed to read.

Signing in is one command

Gold seal

npx taleseal login opens the browser: approve there (signing up on the way if needed) and an API key is created and saved on your machine automatically. Skip even that — the first seal signs you in on the spot. Previews and dry-runs need no key at all; the key is only for publishing. On CI, mint a key in the dashboard and set TALESEAL_API_KEY.

Keep going