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
pinned to #a69bf67updated last month
Ask your AI client: “install skills/link-checker”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/link-checkermetahub onboarded this repo on the author's behalf.
If you own github.com/guia-matthieu/clawfu-skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
145
Last commit
last month
Latest release
published
- #ai-skills
- #anthropic
- #claude-code
- #claude-skills
- #marketing
- #mcp-server
- #prompt-engineering
- #skills
About this skill
Pulled from SKILL.md at publish time.
Crawl websites to find broken links and 404 errors - essential for SEO health and user experience.
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.a69bf67· last month
Documentation
8 passed1 warningHomepage or repository declaredwarn
No homepage or repository declared.
Add a "homepage" or "repository" field to SKILL.md.
Description quality
24 words · 170 chars — "Find broken links on websites. Use when: auditing website for broken links; chec…"
README is present and substantial
5,198 chars · 8 sections · 4 code blocks
Tags / topics declared
8 total — ai-skills, anthropic, claude-code, claude-skills, marketing, mcp-server (+2)
README has usage / example sections
no labeled section but 4 code blocks document usage
Homepage / docs URL declared
https://clawfu.com
Description is substantive
Description is 24 words.
Documentation present and substantive
Documentation present (SKILL.md, 205 words).
Documentation shows usage
Documentation includes 3 code examples.
Release history
1- releasecurrenta69bf67warnlast month
Contents
Crawl websites to find broken links and 404 errors - essential for SEO health and user experience.
What Claude Does vs What You Decide
| 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 |
Dependencies
pip install aiohttp beautifulsoup4 click
Commands
python scripts/main.py check https://example.com --depth 2
python scripts/main.py report https://example.com --output broken-links.csv
Skill Boundaries
What This Skill Does Well
- Structuring data analysis
- Identifying patterns and trends
- Creating visualization frameworks
- Calculating statistical measures
What This Skill Cannot Do
- Access your actual data
- Replace statistical expertise
- Make business decisions
- Guarantee prediction accuracy
Skill Metadata
- Mode: centaur
category: seo-tools
dependencies: [aiohttp, beautifulsoup4]
difficulty: beginner
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/link-checker