Install
openclaw skills install @rogue-agent1/deadlinksCheck Markdown files and websites for broken links. Use when asked to find dead links, validate URLs in docs, check if links still work, audit a README, or run a link health check. Zero dependencies.
openclaw skills install @rogue-agent1/deadlinksFast broken link checker for Markdown files and websites.
# Check a Markdown file for broken links
python3 scripts/deadlinks.py check README.md
# Check with external URL validation
python3 scripts/deadlinks.py check README.md --external
# Check a directory recursively
python3 scripts/deadlinks.py check docs/ --recursive
# Check a website
python3 scripts/deadlinks.py check https://example.com