Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: guia-matthieu-clawfu-skills-link-checker3description: Link Checker4---56# Link Checker78> Crawl websites to find broken links and 404 errors - essential for SEO health and user experience.91011## What Claude Does vs What You Decide1213| Claude Does | You Decide |14|-------------|------------|15| Structures analysis frameworks | Metric definitions |16| Identifies patterns in data | Business interpretation |17| Creates visualization templates | Dashboard design |18| Suggests optimization areas | Action priorities |19| Calculates statistical measures | Decision thresholds |2021## Dependencies2223```bash24pip install aiohttp beautifulsoup4 click25```2627## Commands2829```bash30python scripts/main.py check https://example.com --depth 231python scripts/main.py report https://example.com --output broken-links.csv32```3334## Skill Boundaries3536### What This Skill Does Well37- Structuring data analysis38- Identifying patterns and trends39- Creating visualization frameworks40- Calculating statistical measures4142### What This Skill Cannot Do43- Access your actual data44- Replace statistical expertise45- Make business decisions46- Guarantee prediction accuracy4748## Skill Metadata495051- **Mode**: centaur52```yaml53category: seo-tools54dependencies: [aiohttp, beautifulsoup4]55difficulty: beginner56```5758---59> Converted and distributed by [TomeVault](https://tomevault.io/claim/guia-matthieu) — claim your Tome and manage your conversions.60<!-- tomevault:4.0:skill_md:2026-04-12 -->
Run npx skillmds@latest add tomevault-io/guia-matthieu-clawfu-skills-link-checker in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Link Checker It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.