wayback

Retrieve archived web pages from the Internet Archive Wayback Machine.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MagicWifiMoney/openclaw-starter-kit --skill wayback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wayback
Source: https://github.com/MagicWifiMoney/openclaw-starter-kit/tree/main/skills-custom/extras/wayback
Command: npx skills add https://github.com/MagicWifiMoney/openclaw-starter-kit --skill wayback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a straightforward way to find and retrieve historical snapshots of web pages from the Internet Archive so users can inspect past content, recover deleted pages, or compare changes over time.

Core Features & Use Cases

  • List snapshots: Query the CDX API to produce a timeline of archived snapshots with timestamps, status codes, and MIME types.
  • Find closest snapshot: Locate the snapshot nearest to a target date for point-in-time retrieval or verification.
  • Fetch archived content: Retrieve raw archived HTML and extract readable text, truncating very large pages for practical consumption.
  • Use Cases: Historical research into product pages, recovering removed blog posts for legal or editorial review, and auditing how competitor pages evolved.

Quick Start

Use the wayback skill to find the closest archived snapshot of example.com on 2020-01-01 and return its extracted readable text.

Frequently Asked Questions about wayback

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

FAQPage Schema
How do I retrieve an archived web page from the Internet Archive Wayback Machine?

You can retrieve an archived web page by querying the Wayback Machine CDX API with a target URL to list available snapshots, then fetching the raw archived HTML closest to your desired date and extracting readable text.

Can I find the closest snapshot of a website to a specific past date?

Yes, the CDX API lists historical snapshots with timestamps, and you can locate the snapshot closest to your target date for point-in-time retrieval to check past website versions or verify content.

How do I recover deleted content from a removed web page?

To recover deleted content, query the Wayback Machine for past snapshots of the URL, retrieve the raw archived HTML from a date when the page was active, and extract the readable text.

Does the Wayback Machine CDX API return the full HTML of archived pages?

The CDX API lists snapshots with metadata like timestamps and status codes, but fetching the archived page retrieves raw HTML which is then truncated into readable text for practical consumption.

What are the limitations of retrieving archived web pages using the CDX API?

Limitations include truncation of very large archived pages into readable text, basic error handling for missing snapshots, and reliance on the Wayback Machine's available historical coverage for the target URL.

Can I compare how a website changed over time using web archive snapshots?

Yes, you can list multiple snapshots from different dates using the CDX API, fetch the extracted readable text from each archived HTML page, and compare the historical content for editorial or competitive audits.