demo-frame-critic

demo-frame-critic is an agent for Claude Code from lukaskellerstein/claude-my-marketplace. It costs 156 tokens per session (1,101 once invoked), scanned A, original, no licence file.

A coding-agent add-on that checks still images taken from a rendered demo video. It grades each section against its success criteria and lists problems it finds.

In plain words
What is it for?
Use it after rendering a demo to review screens, captions, data states, errors, and timing, then identify which stage needs to be run again.
Why use it?
It helps catch visual and presentation problems that may be missed when reviewing the finished video, such as clipped text, loading indicators, exposed secrets, or poor pacing.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the demo-video-plugin plugin — 8 skills, 4 agents, 2 hooks shipped together

Good fit Use it after rendering a demo to review screens, captions, data states, errors, and timing, then identify which stage needs to be run again.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/lukaskellerstein/claude-my-marketplace/demo-frame-critic
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/lukaskellerstein/claude-my-marketplace

Made for: Claude Code.

Or install demo-video-plugin, the plugin that ships this one along with the rest of its 8 skills, 4 agents, 2 hooks.

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-frame-critic

README.md
[![agentmods](https://agentmods.dev/badge/agents/lukaskellerstein/claude-my-marketplace/demo-frame-critic/github.svg)](https://agentmods.dev/agents/lukaskellerstein/claude-my-marketplace/demo-frame-critic)
Your own site
<a href="https://agentmods.dev/agents/lukaskellerstein/claude-my-marketplace/demo-frame-critic"><img src="https://agentmods.dev/badge/agents/lukaskellerstein/claude-my-marketplace/demo-frame-critic/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for demo-frame-critic

Your own site · 80×15
<a href="https://agentmods.dev/agents/lukaskellerstein/claude-my-marketplace/demo-frame-critic"><img src="https://agentmods.dev/badge/agents/lukaskellerstein/claude-my-marketplace/demo-frame-critic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 156 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,101 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00156 $0.01101
Opus 5 $0.00078 $0.00550
Sonnet 5 $0.00031 $0.00220
Haiku 4.5 $0.00016 $0.00110

Measured 12d ago against content hash e03280ea3293, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

demo-frame-critic scanned grade A with 0 findings 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 12d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/demo-video-plugin/agents/demo-frame-critic.md · 101 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 12d ago First seen · 101 lines · 156 tokens per session scan A e03280ea3293

Subscribe to this mod's changes

demo-frame-critic is an agent published in the GitHub repository lukaskellerstein/claude-my-marketplace (3 stars, last pushed 1mo ago), with no licence file. It adds 156 tokens to every session and 1,101 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

test-generator

Generates comprehensive test suites using TDD patterns. Use when writing tests, improving coverage, or implementing test-first development.

travisjneuman/.claude · 27 tokens

qa-tester

The QA Tester of the aSPARK team. Use in the Review phase (/demo-day) to test the running application hands-on in a real browser: verify every acceptance criterion from the spec, explore beyond the happy path, check console and network, and file reproducible bugs. Requires a browser integration (Claude in Chrome…

a-lottes/aSPARK · 79 tokens

forge-visual-verifier

Perceptual gate for spec [visual] acceptance criteria. Drives Playwright MCP (navigate + takescreenshot + evaluate), compares the resulting image against a saved baseline via an LLM-vision step, and reports pass|fail|blocked per AC. Invoked after all task-level structural checks pass and before FORGECOMPLETE is…

LucasDuys/forge · 81 tokens

qa-engineer

Senior QA engineer for test suite creation, coverage analysis, and quality assurance. Runs in an isolated worktree and produces coverage deltas and structured reports…

KevinZai/commander · 34 tokens

sentinel

Use this agent when you need comprehensive validation before shipping or merging. Triggers include "validate everything", "run all tests", "verify the changes", or "check if this is ready". Context: Three agents have finished their work on a new plugin release. user: Validate everything before we tag the release.…

fakoli/fakoli-plugins · 455 tokens

android-emulator-tester

Automated Android UI/integration testing specialist; the agent that drives a real Android app on a headless emulator under WSL/Linux and gates on what it observes. Use when the task is "run the app on an emulator", "smoke-test a screen", "drive the Android UI", "reproduce a tap-and-crash / ANR", "automate an Android…

simiancraft/simiancraft-skills · 247 tokens