nowork-studio/broken-link-checker
> 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".
npx skills add https://github.com/nowork-studio/NotFair --skill broken-link-checker
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:
python3 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!
Take nowork-studio/broken-link-checker from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.