URL Checker

Other

Paste any link and find out if it's live, broken, or redirecting. Helps you avoid posting dead links on social media.

Install

openclaw skills install cromabelt-url-checker

URL Checker

Check if a link is working before you share it.

What it does

  1. Takes a URL as input
  2. Sends a request to that URL
  3. Reports the HTTP status code
  4. Follows any redirects and shows the final destination
  5. Tells you if the link is safe to post or if it is broken

Status results

StatusMeaningAction
200Link is live and workingSafe to post
301/302Link redirects somewhereCheck the final URL
404Page not foundDo not post — find the correct link
403Access forbiddenCheck manually before using
500Server errorTry again later

When to use it

  • Before posting a link on social media
  • Before adding a link to your bio or description
  • When someone sends you a link and you want to verify it first
  • When you are building a list of resources and want to clean dead links

How to use

Give the skill a URL and it will return a status report.

Example: "Check this link: https://example.com/some-page"

Output format

URL: https://example.com/some-page
Status: 200 — LIVE
Final destination: https://example.com/some-page
Redirects: None
Recommendation: Safe to post

Requirements

  • Python 3.x
  • requests library