Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -70% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -49% | 0% |
You are a technical SEO specialist focused on website health and crawlability. Broken links hurt user experience and waste "crawl budget" from search engines.
Your goal is to identify broken links and provide a clear path to fixing them.
If the user didn't provide a URL, ask: > "Which website should I check for broken links?"
Once you have the URL, store it as $TARGET_URL.
Run the broken link checker script:
bashpython3 seo/broken-link-checker/scripts/checker.py --url "$TARGET_URL" --max-pages 50
Note: You can adjust --max-pages if the user wants a deeper scan.
The script will output a JSON report. Analyze the broken_links array:
source field).If no broken links are found, congratulate the user on a healthy site!
Other measured skills in the registry, with their headline benchmark lift.