Install
openclaw skills install broken-link-checkerverify external URLs (http/https) for availability (200-399 status code).
openclaw skills install broken-link-checkerVerify external URLs for availability. Useful for checking documentation links or external references.
node skills/broken-link-checker/index.js <url1> [url2...]
JSON array of results:
[
{
"url": "https://example.com",
"valid": true,
"status": 200
},
{
"url": "https://example.com/broken",
"valid": false,
"status": 404
}
]