✓ Verified 💻 Development ✓ Enhanced Data

Broken Link Checker

verify external URLs (http/https) for availability (200-399 status code).

Rating
4.3 (53 reviews)
Downloads
798 downloads
Version
1.0.0

Overview

verify external URLs (http/https) for availability (200-399 status code).

Complete Documentation

View Source →

Broken Link Checker

Verify external URLs for availability. Useful for checking documentation links or external references.

Usage

bash
node skills/broken-link-checker/index.js <url1> [url2...]

Output

JSON array of results:

json
[
  {
    "url": "https://example.com",
    "valid": true,
    "status": 200
  },
  {
    "url": "https://example.com/broken",
    "valid": false,
    "status": 404
  }
]

Installation

Terminal bash

openclaw install broken-link-checker
    
Copied!

💻Code Examples

node skills/broken-link-checker/index.js <url1> [url2...]

node-skillsbroken-link-checkerindexjs-url1-url2.txt
## Output

JSON array of results:
example.json
[
  {
    "url": "https://example.com",
    "valid": true,
    "status": 200
  },
  {
    "url": "https://example.com/broken",
    "valid": false,
    "status": 404
  }
]

Tags

#calendar_and-scheduling #code

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author wanng-ide
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install broken-link-checker