← スキル一覧に戻る

wayback-newest
by Mearman
Plugin marketplace distributing extensions that add skills, commands, hooks and custom agents to the code environment.
⭐ 2🍴 0📅 2026年1月23日
SKILL.md
name: wayback-newest description: 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.
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
| Argument | Required | Description |
|---|---|---|
url | Yes | The URL to search for |
Options
| Option | Description |
|---|---|
--full | Include archive URL in output |
--json | Output as JSON |
--no-cache | Bypass 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
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

