Deadlink
/install deadlink
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 \x3Curl> |
Check a single URL — shows HTTP status, redirect target if applicable |
scan \x3Cfile> |
Extract and check all URLs found in a text file |
site \x3Curl> [depth] |
Crawl a webpage, extract all href/src links, and check each one |
report \x3Cfile> |
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
# Scan a markdown file for broken links
deadlink scan README.md
# → Extracts all http/https URLs and checks each one
# Crawl a website
deadlink site https://example.com 1
# → Fetches the page, extracts all links, checks each
# Generate a report file
deadlink report bookmarks.html
# → Creates deadlink-report-20240101-120000.txt
Status Codes
- 2xx — OK (alive)
- 3xx — Redirect (alive, shows final URL)
- 4xx — Client error (dead — 404 Not Found, 403 Forbidden, etc.)
- 5xx — Server error (dead)
- 000 — Connection failed (DNS error, timeout, unreachable)
Requirements
curl— must be installed and in PATH- Network access to check URLs
Notes
- Timeout: 10 seconds per URL (5s connect timeout)
- URLs are extracted using regex pattern matching for
http://andhttps://links - The
sitecommand does basic HTML link extraction (href and src attributes) - Reports are saved as plain text files in the current directory
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deadlink - After installation, invoke the skill by name or use
/deadlink - Provide required inputs per the skill's parameter spec and get structured output
What is Deadlink?
Scan websites and files for broken links with HTTP status details. Use when auditing links, finding broken URLs, validating references. It is an AI Agent Skill for Claude Code / OpenClaw, with 329 downloads so far.
How do I install Deadlink?
Run "/install deadlink" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Deadlink free?
Yes, Deadlink is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Deadlink support?
Deadlink is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Deadlink?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v3.0.0.