DeadLink
Scan websites and files for broken links with HTTP status details. Use when auditing links, finding broken URLs, validating references.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/deadlinkDeadLink — 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
# 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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-deadlink": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
security-scanner
Scans OpenClaw skills for security vulnerabilities and suspicious patterns before installation
brand-butler-local-authority-engine
Brand Butler: Local Authority Engine — the white-glove SEO and AEO system for local service businesses. Use this skill immediately when the user asks about SEO rankings, backlinks, citations, site audits, Google Search Console indexing problems, competitor backlink analysis, directory submissions, schema markup, content placement articles, local map pack visibility, or AI answer engine optimization (Perplexity, ChatGPT, Google AI Overviews). Also triggers for any local business growth, online visibility, or 'why isn't my site ranking?' conversation. Works for agencies managing clients and business owners doing their own SEO. Covers HVAC, plumbing, electrical, law, dental, roofing, and any local service business. Built by Adrian Boysel.
backlink-analyzer
Backlink-Analyse für Off-Page SEO. Identifiziere toxic links, entdecke Link-Building Opportunities und analysiere Competitor-Backlinks.
keyword-research
SEO Keyword Research Tool für high-value Keywords mit Search Intent Analysis, Difficulty Assessment und Content Opportunity Mapping.
axure-prototype-generator
Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型。