What problem does it solve?
Native browser fullPage screenshots often come back blank, gray, or missing sections on lazy-loaded, scroll-animated, Framer, or WebGL pages, even when a scroll video of the same page looks correct. This Skill replaces one-shot captures with a reliable stitched workflow so full-page images and section crops can be trusted as evidence.
Core Features & Use Cases
- Stitched viewport capture: Scrolls the page in overlapping viewport-sized steps, waits for lazy media and reveal animations to settle, captures each segment, and stitches them vertically with ffmpeg.
- Section crop regeneration: Recomputes section crop coordinates from the stitched image and updates the article manifest with capture method, viewport, step, and segment count metadata.
- Validation workflow: Rejects candidates with blank bands or missing content and verifies results against scroll videos, image dimensions, and project checks.
- Use Case: A daily UI inspiration article has a full-page screenshot with two gray sections from a Framer site. Run the helper script with the article manifest to re-capture the live page in Playwright, stitch the segments, and regenerate all section crops.
Quick Start
Ask the agent to use the stitched-full-page-capture skill to repair the blank full-page screenshot for a given article manifest by running its stitch script against the live page URL.