github-wayback-recovery
✓Recover deleted GitHub content using the Wayback Machine and Archive.org APIs. Use when repositories, files, issues, PRs, or wiki pages have been deleted from GitHub but may persist in web archives. Covers CDX API queries, URL patterns, and systematic recovery workflows.
Installation
SKILL.md
Purpose: Recover deleted GitHub content (README files, issues, PRs, wiki pages, repository metadata) from the Internet Archive's Wayback Machine when content is no longer available on GitHub.
Understanding GitHub's URL structure is essential for constructing archive queries.
| Homepage | github.com/{owner}/{repo} | | Commits list | github.com/{owner}/{repo}/commits/{branch} | | Individual commit | github.com/{owner}/{repo}/commit/{full-sha} | | Fork network | github.com/{owner}/{repo}/network/members |
Recover deleted GitHub content using the Wayback Machine and Archive.org APIs. Use when repositories, files, issues, PRs, or wiki pages have been deleted from GitHub but may persist in web archives. Covers CDX API queries, URL patterns, and systematic recovery workflows. Source: gadievron/raptor.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/gadievron/raptor --skill github-wayback-recovery- Source
- gadievron/raptor
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-03
- Updated
- 2026-02-18
Quick answers
What is github-wayback-recovery?
Recover deleted GitHub content using the Wayback Machine and Archive.org APIs. Use when repositories, files, issues, PRs, or wiki pages have been deleted from GitHub but may persist in web archives. Covers CDX API queries, URL patterns, and systematic recovery workflows. Source: gadievron/raptor.
How do I install github-wayback-recovery?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gadievron/raptor --skill github-wayback-recovery Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/gadievron/raptor
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-03