link-checker
9
总安装量
6
周安装量
#31484
全站排名
安装命令
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill link-checker
Agent 安装分布
opencode
6
gemini-cli
6
claude-code
6
codex
5
antigravity
4
github-copilot
4
Skill 文档
Link Checker
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