AI Briefing
KO

shot-scraper adds video demo feature for agents

·2026.07.01 01:54

Key point

The shot-scraper 1.10 update makes it possible to automatically record AI agents' web task processes as video.

Details

shot-scraper 1.10, released by Simon Willison, introduces a new command called shot-scraper video. This feature works based on Playwright and captures a sequence of actions performed on a web application as an MP4 video, following a user-defined YAML storyboard file.

The key features are as follows:

  • Agent verification tool: You can leave a visual demo of how code written by an AI coding agent actually works on the web, which is useful for increasing confidence in the results.
  • Storyboard-based automation: Complex workflows can be reproduced by defining scenarios such as clicks, input, waits, and JavaScript execution in a storyboard.yml file.
  • AI utilization: The post shows a case of using GPT-5.5 to generate a YAML storyboard for manipulating a complex web interface (Datasette), suggesting that agents can even write demo scenarios themselves.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.