demo-recording

demo-recording is a command for Claude Code from bolnet/attestor. It costs 14 tokens per session (1,785 once invoked), scanned A, original, MIT.

A command that records a screen walkthrough of the Attestor user interface and creates a timestamped script for the spoken narration.

In plain words
What is it for?
Use it to produce a comprehensive product demo video and a narration script for an Attestor interface with seeded memory data.
Why use it?
It removes the need to manually explore every page and interactive element while separately preparing a voiceover script.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node docs/demo/record-demo.js.

Part of the attestor plugin — 1 skill, 3 commands, 3 hooks, 1 MCP server shipped together

Good fit Use it to produce a comprehensive product demo video and a narration script for an Attestor interface with seeded memory data.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/bolnet/attestor
agentmods
npx agentmods add commands/bolnet/attestor/demo-recording

Made for: Claude Code.

Or install attestor, the plugin that ships this one along with the rest of its 1 skill, 3 commands, 3 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for demo-recording

README.md
[![agentmods](https://agentmods.dev/badge/commands/bolnet/attestor/demo-recording.svg)](https://agentmods.dev/commands/bolnet/attestor/demo-recording)
Your own site
<a href="https://agentmods.dev/commands/bolnet/attestor/demo-recording"><img src="https://agentmods.dev/badge/commands/bolnet/attestor/demo-recording.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,785 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.01785
Opus 5 $0.00007 $0.00892
Sonnet 5 $0.00003 $0.00357
Haiku 4.5 $0.00001 $0.00178

Measured 8d ago against content hash 83bc8576e973, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

demo-recording scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:8080/ui/memories
commands/demo-recording.md · 174 lines

How it starts

The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Record Attestor UI Demo

Record a comprehensive demo walkthrough of the Attestor UI — a screen-recorded video that explores every page, every interactive element, every sub-menu, input field, and animation. Then generate a timestamped voiceover script the user can read for narration.

Prerequisites

  1. Attestor UI must be running: attestor ui --path <store> on port 8080
  2. Store should have 20+ seeded memories across multiple entities/namespaces
  3. Node.js + playwright npm package installed (npm install playwright)

Step 1 — Verify Server

curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:8080/ui/memories

If not 200, tell the user to start the server.

Step 2 — Run the Recording Script

The recording script lives at docs/demo/record-demo.js. Run it:

node docs/demo/record-demo.js

Then rename the output:

# Find the auto-generated webm and rename
mv docs/demo/page@*.webm docs/demo/ui-walkthrough.webm

What the Script Records (18 Screens)

The script navigates every page and interacts with every element. Here is the full sequence — if the script needs updating, follow this exact interaction order:

# Page Interactions Duration
01 Evidence Board Land, watch card stagger animation, scroll down and back 5s
02 Search Type "architecture" in search, watch HTMX live filter + highlights, scroll 5s
03 Namespace filter Clear search, type "default" in namespace field 3s
04 Status filter Switch to "superseded", then back to "active" 4s
05 Clear filters Navigate fresh to /ui/memories 2s
06 Card hover Hover 2 cards to show lift animation 2s
07 Memory dossier Click first card, scroll detail page 4s
08 Dossier tabs Click all 6 tabs: provenance → supersession → embedding → graph → access → content, scroll each 12s
09 Knowledge graph Land, click 2 nodes, show inspector panel 7s
10 Graph controls Search "Attestor", switch layouts (concentric → circle → cose), change sizing (pagerank → degree), fit view 12s
11 Recall pipeline Type query, set budget, execute, watch 5-layer animation, scroll results 8s
12 Budget explorer Click Budget Explorer, wait for 5-budget comparison, scroll chart 8s
13 Timeline Auto-load, scroll, click card → detail slide-in, close, filter superseded, reset 12s
14 Agents Auto-load, scroll, click namespace card → detail overlay, scroll inside, close 10s
15 Health Land, scroll to see all 4 component cards + percentiles + sparkline 5s
16 Config Land, scroll all config sections 5s
17 Ops log Land, scroll flight recorder table 5s
18 Theme toggle Switch dark → light, scroll in light mode, switch back to dark 7s

Read the full file on GitHub · 174 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 174 lines · 14 tokens per session scan A 83bc8576e973

Subscribe to this mod's changes

demo-recording is a command published in the GitHub repository bolnet/attestor (14 stars, last pushed 3mo ago), licensed MIT. It adds 14 tokens to every session and 1,785 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.