wayback

Search archived page snapshots by URL and retrieve content in Markdown.

32|5|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/icodeface/wayback-archiver --skill wayback-icodeface
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wayback
Source: https://github.com/icodeface/wayback-archiver/tree/main
Command: npx skills add https://github.com/icodeface/wayback-archiver --skill wayback-icodeface

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Wayback Archiver data explorer enables users to locate and understand archived web pages stored by the Wayback Archiver, providing quick access to snapshots and their metadata.

Core Features & Use Cases

  • Fast search by URL or title to locate snapshots and review metadata
  • Timeline navigation to view all captures of a URL and compare changes over time
  • Read page content in Markdown format for AI/LLM workflows and offline review

Quick Start

Use this skill to locate a URL's archived snapshots, view details, and retrieve the page content in Markdown.

Frequently Asked Questions about wayback

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

FAQPage Schema
How do I search archived web pages by URL and view the content in Markdown?

You can locate archived web page snapshots by URL or title and retrieve their content in Markdown format. This Skill queries the Wayback Archiver server to expose snapshots, enabling efficient search and detailed page inspection for AI and LLM workflows.

How do I navigate a timeline of web archives to compare page changes over time?

You can navigate a timeline of web archives to compare page changes over time by using the timeline navigation feature. This allows you to view all captures of a specific URL and explore the archive's data with filters by date and domain.

Do I need a Wayback Archiver server to search and retrieve archived snapshots?

Yes, you need a running Wayback Archiver server with PostgreSQL to search and retrieve archived snapshots. The Skill requires this environment and the accompanying browser userscript or Puppeteer bundles to power the API endpoints for pages, timelines, and searches.

What is the best way to explore Wayback archives with date and domain filters?

The best way to explore Wayback archives with date and domain filters is by using this Skill's search and timeline navigation features. It queries the Wayback Archiver server, enabling you to filter archived snapshots and inspect detailed page metadata efficiently.

Can I use Puppeteer bundles to power API endpoints for web archiving lookups?

Yes, you can use Puppeteer bundles to power API endpoints for web archiving lookups. The Skill requires the accompanying browser userscript or Puppeteer bundles to perform lookups, render Markdown content, and support the API endpoints for pages, timelines, and searches.

Why does the web archiving search require PostgreSQL and a browser userscript?

The web archiving search requires PostgreSQL and a browser userscript because the Skill queries a running Wayback Archiver server. PostgreSQL stores the archive data, while the userscript or Puppeteer bundles perform lookups and render Markdown content for the API endpoints.