SkillAgentSearch skills...

Puppetcam

Export puppeteer tab as webm video

Install / Use

/learn @muralikg/Puppetcam
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Puppetcam

Example to export chrome tab as a video

  1. Exported videos are stored in Downloads folder
  2. Specify bitrate to control quality of the exported video by adjusting videoBitsPerSecond property in background.js

Dependencies

  1. xvfb
  2. npm modules listed in package.json

Usage

npm install
node export.js http://tobiasahlin.com/spinkit/ spinner.webm

Thanks to @cretz for helping with automatic tab selection and avoiding the permission dialog

Motivation

Was looking for a method to export a video of user actions rendered using our custom player used in uxlens. Export has to happen on a server in an automated fashion and hence the usage of xvfb.

Sample video

Puppetcam

Related Skills

View on GitHub
GitHub Stars320
CategoryContent
Updated3mo ago
Forks63

Languages

JavaScript

Security Score

97/100

Audited on Dec 3, 2025

No findings