Installation

clawhub install wanng-ide/broken-link-checker

Summary

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

SKILL.md

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
  }
]

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.