精选理由
Simon Willison 给 shot-scraper 加了录屏功能,让智能体能自动生成操作演示视频,省去手动录制的麻烦。
shot-scraper 1.10 新增 video 命令,接受 storyboard.yml 文件定义操作步骤,使用 Playwright 录制 Web 应用的视频演示。作者提供示例:配置将 CSV/TSV/JSON 数据批量插入 Datasette 新表的操作流程,并生成 mp4 视频。storyboard 文件支持定义服务器启动、视口大小、光标显示、剪贴板模拟及多场景的点击、填写、等待等动作。该工具旨在让编程智能体自动生成工作演示视频。
AI 翻译 · 中文
shot-scraper 1.10 新增 video 命令,接受 storyboard.yml 文件定义操作步骤,使用 Playwright 录制 Web 应用的视频演示。作者提供示例:配置将 CSV/TSV/JSON 数据批量插入 Datasette 新表的操作流程,并生成 mp4 视频。storyboard 文件支持定义服务器启动、视口大小、光标显示、剪贴板模拟及多场景的点击、填写、等待等动作。该工具旨在让编程智能体自动生成工作演示视频。
shot-scraper video is a new command introduced in today's shot-scraper 1.10 release which accepts a storyboard.yml file defining a routine to run against a web application and uses Playwright to record a video of that ro…