DeadLink
Installation
SKILL.md
DeadLink — Dead Link Checker
Check URLs for broken links. Scan individual URLs, files containing links, or crawl websites. Generates reports with HTTP status codes.
Commands
| Command | Description |
|---|---|
check <url> |
Check a single URL — shows HTTP status, redirect target if applicable |
scan <file> |
Extract and check all URLs found in a text file |
site <url> [depth] |
Crawl a webpage, extract all href/src links, and check each one |
report <file> |
Generate a timestamped report file from all URLs in a text file |
Examples
# Check a single URL
deadlink check https://example.com/page
# → 200 OK