Replay WARC-backed web archives locally so an agent can inspect historical pages, validate captures, and review preserved site behavior before migration or investigation work.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill replay-and-inspect-warc-web-archives-before-investigation-or-migration-with-pywb --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Replay And Inspect Warc Web Archives Before Investigation Or Migration With Pywb?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-replay-and-inspect-warc-web-archives-before-invest)More formats (shields.io, HTML) on the badges page.
---
name: "Replay And Inspect WARC Web Archives Before Investigation Or Migration With Pywb"
slug: "replay-and-inspect-warc-web-archives-before-investigation-or-migration-with-pywb"
description: "Replay WARC-backed web archives locally so an agent can inspect historical pages, validate captures, and review preserved site behavior before migration or investigation work."
github_stars: 1646
verification: "security_reviewed"
source: "https://github.com/webrecorder/pywb"
author: "Webrecorder and contributors"
publisher_type: "Open Source"
category: "Research & Scraping"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "webrecorder/pywb"
github_stars: 1646
---
# Replay And Inspect WARC Web Archives Before Investigation Or Migration With Pywb
Replay WARC-backed web archives locally so an agent can inspect historical pages, validate captures, and review preserved site behavior before migration or investigation work.
## Prerequisites
Python 3, pip
## Installation
Use the upstream install or setup path that matches your environment:
- pip install pywb
- git clone https://github.com/webrecorder/pywb
- To install from a locally cloned copy, install with pip install -e . or python setup.py install.
Requirements and caveats from upstream:
- **pywb** is a Python 3 web archiving toolkit for replaying web archives large and small as accurately as possible.
- Note: depending on your Python installation, you may have to use pip3 instead of pip.
- To run tests, we recommend installing pip install tox tox-current-env and then running tox --current-env to test in your current Python environment.
Basic usage or getting-started notes:
- ---------------------------
- On Linux-based systems, first verify that python3-dev is installed. If it is not, install it with your package manager. E.g. on a Debian-based system, use:
- sudo apt install python3-dev
- Source: https://github.com/webrecorder/pywb
- Extracted from upstream docs: https://raw.githubusercontent.com/webrecorder/pywb/HEAD/README.rst
## Documentation
- https://pywb.readthedocs.io/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/replay-and-inspect-warc-web-archives-before-investigation-or-migration-with-pywb/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!