wayback-screenshot

Retrieve archived screenshots of a URL from the Wayback Machine.

3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Mearman/marketplace --skill wayback-screenshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wayback-screenshot
Source: https://github.com/Mearman/marketplace/tree/main/plugins/wayback/skills/wayback-screenshot
Command: npx skills add https://github.com/Mearman/marketplace --skill wayback-screenshot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve archived screenshots of any URL from the Wayback Machine to verify how pages looked at a specific time or compare historical appearances.

Core Features & Use Cases

  • Retrieve the most recent or timestamped screenshots for a URL.
  • List available screenshot captures for a given URL.
  • Access screenshot image URLs for automation or manual download, enabling QA checks and visual regression analysis.

Quick Start

Provide a URL to fetch its latest or a specific-time screenshot from the Wayback Machine.

Frequently Asked Questions about wayback-screenshot

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

FAQPage Schema
How do I retrieve archived screenshots of a URL from the Wayback Machine?

To retrieve archived screenshots, provide a target URL to fetch the most recent capture or specify a timestamp. The tool queries the Wayback Machine APIs to return the corresponding archived screenshot image URLs or files.

Can I fetch a specific historical timestamp of an archived webpage screenshot?

Yes, you can fetch a specific historical screenshot by providing an optional timestamp parameter alongside the URL. This queries the Wayback Machine archives to return the visual capture of the webpage closest to that exact time.

How do I list all available screenshot captures for a URL?

You can list available screenshot captures for a URL by querying the Wayback Machine APIs without specifying a single timestamp. This returns a comprehensive list of historical image captures recorded for that specific web address.

Does fetching Wayback Machine screenshots require network access?

Yes, fetching Wayback Machine screenshots requires active network access to communicate with the external Wayback APIs. This connection is necessary to locate the archived pages and retrieve the historical image files or URLs.

Can I use archived page screenshots for visual regression analysis in QA?

Yes, you can use archived page screenshots for visual regression analysis in QA. Accessing historical image URLs allows you to compare past webpage appearances with current versions to identify unintended visual changes.

What is the best way to automate downloading images from the Wayback Machine?

The best way to automate downloading images is to use script components that query the Wayback APIs with target URLs. This retrieves archived screenshot image URLs, enabling automated file downloads for web history verification.