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]