web-archive-scraper

Installation
SKILL.md

Web Archive Scraper

Query the public Wayback CDX API (web.archive.org/cdx/search/cdx) for archived snapshots and, on request, fetch the cached HTML and strip it to readable text. Keyless, stdlib only — no install.

When to use

  • You need historical/archived versions of a page or domain.
  • Recovering customer lists / testimonials / partner directories that were removed.
  • Tracking a competitor's messaging change over time.

How to run

python3 ${SKILL_DIR}/scripts/wayback_scraper.py --url "<url-or-domain>" [options]
Installs
1
GitHub Stars
2
First Seen
Jun 21, 2026
web-archive-scraper — robomotionio/robomotion-skills