askill
wayback-newest

wayback-newestSafety 90Repository

Find the most recent archived version of a URL from the Wayback Machine. Use when the user wants to see the latest capture, newest archive, or current version of a webpage.

2 stars
1.2k downloads
Updated 2/5/2026

Package Files

Loading files...
SKILL.md

Find Newest Wayback Machine Capture

Find the most recent archived snapshot of a URL from the Wayback Machine.

Usage

npx tsx scripts/oldest-newest.ts <url> --newest-only [options]

Arguments

ArgumentRequiredDescription
urlYesThe URL to search for

Options

OptionDescription
--fullInclude archive URL in output
--jsonOutput as JSON
--no-cacheBypass cache and fetch fresh data from API

Output

Default (compact):

2024-01-15 14:30 (2 days ago)

With --full:

πŸ†• NEWEST:
  2024-01-15 14:30 (2 days ago)
  https://web.archive.org/web/20240115143000id_/https://example.com

Script Execution

npx tsx scripts/oldest-newest.ts <url> --newest-only

Run from the wayback plugin directory: ~/.claude/plugins/cache/wayback/

CDX API Endpoint

https://web.archive.org/cdx/search/cdx?url={URL}&output=json&limit=1&filter=statuscode:200&fastLatest=true

The fastLatest=true parameter efficiently returns the most recent capture without scanning the entire index.

Caching

CDX API responses are cached for 1 hour. Use --no-cache to bypass.

Related Skills

  • wayback-oldest - Find the earliest capture
  • wayback-range - Show both oldest and newest with archive span
  • wayback-list - List all snapshots with pagination

Install

Download ZIP
Requires askill CLI v1.0+β–Ά

AI Quality Score

82/100Analyzed 2/16/2026

A well-structured skill for finding newest Wayback Machine captures with clear documentation, commands, and API reference. Good discoverability with tags and metadata.

90
90
70
85
80

Metadata

Licenseunknown
Version-
Updated2/5/2026
PublisherMearman

Tags

apillm