工具2026-06-30·Simon Willison

shot-scraper 1.10发布:AI Agent可自动录制Web应用演示视频

2026年6月30日,Simon Willison发布shot-scraper 1.10,新增video命令。通过storyboard.yml定义操作例程,使用Playwright录制WebM视频。该功能由GPT-5.5 xhigh在Codex Desktop中实现,Wait了2年的Playwright 1.61.0可配置宽度录屏API终于解锁。

shot-scraper 1.10 - video命令

2026年6月30日,Simon Willison发布shot-scraper 1.10。

新功能

  • 命令: shot-scraper video storyboard.yml
  • 输入: YAML storyboard定义操作场景(点击、填写、JS、服务器配置)
  • 输出: WebM格式录屏视频
  • 底层: Playwright 1.61.0的可配置宽度screencast API

开发历程

  • 2024年2月: 原始feature request (issue #142)
  • 阻塞原因: Playwright录屏API有UI chrome且固定800px宽
  • 解锁: Playwright 1.61.0添加可配置宽度screencast
  • 实现: GPT-5.5 xhigh在Codex Desktop中完成代码和文档

设计理念

--help 输出 = Agent的SKILL.md
任何CLI工具都可以通过优化帮助文档让LLM直接使用

AI Master 解读

核心事件

shot-scraper让编码Agent自动产出产品演示视频,Agent能力再扩展。

行业影响

影响分析: 这实现了「Agent写完代码→自动录制演示」的完整闭环。--help输出作为Agent的SKILL.md的设计理念值得借鉴——任何CLI工具都可以通过优化帮助文档让LLM直接使用。

AI Master 建议

适合构建Agent工作流的开发者,让AI不仅写代码还能自动产出演示。