screen-recording

Record browser viewport sessions to video files with Playwright.

3|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/epologee/leclause-skills --skill screen-recording-epologee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: screen-recording
Source: https://github.com/epologee/leclause-skills/tree/main/packages/screen-recording/skills/screen-recording
Command: npx skills add https://github.com/epologee/leclause-skills --skill screen-recording-epologee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automating browser-based screen recordings to produce demo videos without capturing unrelated desktop content, saving time and ensuring consistent visuals.

Core Features & Use Cases

  • Playwright-based video recording that captures only the browser viewport for reliable demos.
  • Deterministic output suitable for sharing, QA, and product demos.
  • Use Case: record feature walkthroughs and bug reproductions with reproducible video artifacts.

Quick Start

Record a Playwright script that captures the browser viewport to a video file.

Frequently Asked Questions about screen-recording

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser screen recording for feature walkthroughs?

Automate browser screen recording by running Playwright scripts that capture the viewport to generate deterministic demo videos. This approach ensures reproducible feature walkthroughs and QA artifacts without manual screen capture.

Can I record a Playwright browser session to a video file?

Yes, you can record a Playwright browser session to a video file using viewport-based video recording. It captures only the browser content, ensuring deterministic output suitable for sharing and product demos.

What is the best way to create reproducible demo videos from a browser?

Use Playwright viewport-based video recording to create reproducible demo videos from a browser. This method guarantees consistent visuals by capturing only the browser viewport during automated testing or presentation scripts.

Does Playwright screen recording capture system UI or the entire desktop?

No, Playwright screen recording does not capture system UI or the entire desktop. It relies on viewport-based video recording to ensure deterministic output, capturing only the browser content for reliable demos.

Why use Playwright viewport recording for QA bug reproductions?

Use Playwright viewport recording for QA bug reproductions to generate reproducible video artifacts with deterministic output. It isolates the browser viewport, ensuring consistent visual evidence without capturing unrelated desktop content.