Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Capture or repair reliable full-page screenshots for lazy-loaded, scroll-animated, Framer, WebGL/canvas, or reveal-heavy web pages. Use when full-page screenshots are blank, gray, white, sparse, show a tiny content strip, disagree with a working scroll video, or when article evidence/section crops must be derived from a trustworthy full-page image.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 11% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -23% | 0% |
Use settled viewport screenshots instead of trusting one-shot browser fullPage captures. This is especially important for Framer pages and other lazy/scroll-animated sites where the MP4 can look correct while the tall screenshot is mostly blank.
fullPage screenshot.Reject a full-page candidate when it has blank/gray/white bands, very low visual content, missing lazy-loaded sections, an extremely narrow content column, or obvious disagreement with the scroll video.
For daily UI inspiration articles, use the helper script from this skill directory when available:
bashnode <skills-root>/stitched-full-page-capture/scripts/stitch_full_page_capture.mjs \ --manifest articles/YYYY-MM-DD-ui-inspiration-capture/manifest.json
The script:
items[].pageUrl, fullPageImage, and sectionImages;fullPageImage;manifest.json with fullPageCaptureMethod: "stitchedViewportScreenshots", viewport, step, segment count, and corrected crop coordinates.Useful options:
bash--item 4 # repair only item 4, 1-based --viewport 1440x1100 # default --step 950 # default; use less than viewport height for overlap --wait 2000 # ms to wait after each scroll stop --quality 3 # ffmpeg JPEG quality, lower is better
After capture or repair:
sips -g pixelWidth -g pixelHeight full-page/*.jpg reports expected wide/tall dimensions.bashgit diff --check -- articles/YYYY-MM-DD-ui-inspiration-capture/content.md articles/YYYY-MM-DD-ui-inspiration-capture/manifest.json node scripts/check-ui-inspiration-duplicates.mjs articles/YYYY-MM-DD-ui-inspiration-capture/manifest.json for f in articles/YYYY-MM-DD-ui-inspiration-capture/videos/*.mp4; do ffprobe -v error "$f" >/dev/null; done
fullPage screenshots can still be saved as comparison candidates, but do not use them as source of truth unless they visually match the stitched capture.Other measured skills in the registry, with their headline benchmark lift.