Records browser interactions as video files using Playwright's built-in recording API. You point it at a URL, script out clicks and form fills, and it saves a video file you can drop into Remotion compositions or use as demo footage. The source shows practical patterns for common scenarios like login flows, scrolling demos, and multi-page navigation, plus workarounds for cursor visibility since Playwright doesn't show the mouse by default. Honestly most useful when you need repeatable, high-quality screen recordings for product demos without manually capturing your screen every time you update the UI. The slowMo option and custom ripple effects help make the recordings actually watchable.
npx skills add https://github.com/digitalsamba/claude-code-video-toolkit --skill playwright-recording