validate-with-recording

validate-with-recording is a skill for Claude Code from ShubhenduVaid/flipbook. It costs 81 tokens per session (2,551 once invoked), scanned A, original, MIT.

A testing procedure for checking a web application in a real browser by recording the entire flow and comparing it with a written checklist.

In plain words
What is it for?
Use it for browser-based quality checks, especially flows involving timing, animations, loading states, or changing layouts.
Why use it?
Screenshots capture individual states but can miss delays, flicker, layout shifts, failed loading, or actions that happen twice.

Skill for Claude Code

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

Part of the flipbook plugin — 1 skill, 1 command, 1 hook, 1 MCP server shipped together

Good fit Use it for browser-based quality checks, especially flows involving timing, animations, loading states, or changing layouts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shubhenduvaid/flipbook/validate-with-recording
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.

Any agent
npx skills add ShubhenduVaid/flipbook --skill validate-with-recording
Clone the repo
git clone --depth 1 https://github.com/ShubhenduVaid/flipbook

Made for: Claude Code.

Or install flipbook, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 hook, 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 validate-with-recording

README.md
[![agentmods](https://agentmods.dev/badge/skills/shubhenduvaid/flipbook/validate-with-recording/github.svg)](https://agentmods.dev/skills/shubhenduvaid/flipbook/validate-with-recording)
Your own site
<a href="https://agentmods.dev/skills/shubhenduvaid/flipbook/validate-with-recording"><img src="https://agentmods.dev/badge/skills/shubhenduvaid/flipbook/validate-with-recording/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 validate-with-recording

Your own site · 80×15
<a href="https://agentmods.dev/skills/shubhenduvaid/flipbook/validate-with-recording"><img src="https://agentmods.dev/badge/skills/shubhenduvaid/flipbook/validate-with-recording.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,551 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 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.00081 $0.02551
Opus 5 $0.00041 $0.01275
Sonnet 5 $0.00016 $0.00510
Haiku 4.5 $0.00008 $0.00255

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

Security

Grade A, and why

validate-with-recording 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 9d 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.

skills/validate-with-recording/SKILL.md · 206 lines

How it starts

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

Screen-recording QA

Why this exists

Screenshots show states, not behaviour. Everything between two screenshots is invisible: a spinner that never stops, a layout that shifts 200 ms after paint, a toast that appears and vanishes, a double-submit, a flash of unstyled content, or the simple fact that a step took eleven seconds. A before/after pair cannot distinguish "it worked" from "it worked eventually, badly".

This skill records the browser continuously while you drive it, then converts the recording into evidence you can actually read.

Note that mcp__claude-in-chrome__gif_creator does not solve this. It stitches together screenshots you already took and exports them for a human to download — it returns nothing to you, and adds no information you did not already have. Worse, the vision API only ever reads a GIF's first frame, so an animated GIF is not something you can watch. If you have one, pass it to analyze_recording, which decodes every frame.

The constraint that shapes everything

You cannot be shown a video. There is no video input, and animations are not supported. So the tools convert a recording into a budgeted set of stills plus structured text.

The budget is real and small: images cost a flat 1600 tokens each, and a tool result stays untruncated only under ~12,500 tokens — about seven images. Default is six: one contact sheet plus five detail frames. Do not raise max_images casually; prefer get_frames to drill into a specific moment.

Two rules about the window, or you will record nothing

Both of these were found the hard way, and both produce a recording that looks valid and contains nothing.

  1. The tab you are validating must be the active tab of its window. Window capture records what the window paints, and a window paints only its active tab. Claude in Chrome happily drives a background tab — and that tab will not appear in the recording at all. Switch to it first.

  2. No other window may be sitting on top of the target window. macOS marks a covered window occluded and the browser stops painting it, so the capture shows frozen browser chrome and a blank page. Two browser windows at nearly the same position are the usual culprit. Being behind a full-screen terminal on a different Space is fine; being underneath another window on the same Space is not.

Read the full file on GitHub · 206 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. 9d ago First seen · 206 lines · 81 tokens per session scan A 2a2383b265f9

Subscribe to this mod's changes

validate-with-recording is a skill published in the GitHub repository ShubhenduVaid/flipbook (0 stars, last pushed 1mo ago), licensed MIT. It adds 81 tokens to every session and 2,551 once invoked, about $0.0004 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 skills, from other repositories

playwright-expert

Expert in Playwright E2E testing framework, auto-waiting mechanisms, test generation, trace viewer, and CI/CD integration. Use when the user mentions testing, end-to-end tests, QA, automation, end-to-end testing, or test automation, or when the task involves Playwright Framework, Test Organization, Advanced Features…

personamanagmentlayer/pcl · 77 tokens

daa-core

Use when discussing DAA architecture, automation testing patterns, or when other DAA skills require foundational context about the three-layer Declarative Action Architecture.

gigayaya/DAA-Master · 31 tokens

daa-install

Use when installing DAA rules into a project, setting up DAA conventions, or bootstrapping a project to follow Declarative Action Architecture for E2E test automation.

gigayaya/DAA-Master · 37 tokens

daa-generate

Use when writing or generating E2E test code, creating test layers, action layers, or physical layers for automation testing projects.

gigayaya/DAA-Master · 29 tokens

daa-review

Use when reviewing existing test code for DAA compliance, identifying anti-patterns, or suggesting improvements to automation test architecture.

gigayaya/DAA-Master · 26 tokens

test-native-extension

Validate a third-party control repo across four automated layers plus one printed manual recipe. Layer 1 asserts native-source structure (Android getName() and iOS +moduleName to manifest nativeModule; @ReactMethod / RCTEXPORTMETHOD to methods; no @ReactModule) plus load/init readiness (ReactPackage public no-arg…

microsoft/power-platform-skills · 211 tokens