guia-matthieu/link-checker
Find broken links on websites. Use when: auditing website for broken links; checking internal link structure; finding 404 errors; validating external links; pre-launch QA
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill link-checker
> Crawl websites to find broken links and 404 errors - essential for SEO health and user experience.
| Claude Does | You Decide |
|-------------|------------|
| Structures analysis frameworks | Metric definitions |
| Identifies patterns in data | Business interpretation |
| Creates visualization templates | Dashboard design |
| Suggests optimization areas | Action priorities |
| Calculates statistical measures | Decision thresholds |
pip install aiohttp beautifulsoup4 click
python scripts/main.py check https://example.com --depth 2
python scripts/main.py report https://example.com --output broken-links.csv
category: seo-tools
dependencies: [aiohttp, beautifulsoup4]
difficulty: beginner
Take guia-matthieu/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.
The instructions reference pip.
Without those the skill loads but fails at the first command.