Tools & releases
Automate agentic video demos using shot-scraper video
June 30, 2026 2 min read
AI-assisted · editor-reviewedHow we use AI
The new `shot-scraper video` command in version 1.10 uses a YAML storyboard to record web application demos via Playwright, enabling developers to automate feature showcases.
Why it matters
It allows developers to generate high-quality, scripted video demos of their work without manually recording sessions, keeping documentation dynamic.
TL;DR
- 01Create scripted video demos from YAML storyboards.
- 02Automate the recording process by feeding help text to coding agents.
- 03Built on Playwright 1.61.0 for high-quality screencasting.
How it works
- Storyboard: Define steps in a YAML file using actions like
click,wait_for, andwait_for_url. - Automation: By providing a tool's
--helpoutput to an AI agent, it can understand and write effective storyboards for your features. - Tech Stack: Leverages Playwright 1.61.0 for precise screencasting control.
#shot-scraper#Playwright 1.61.0