broken-link-checker
仓库创建 2026年3月27日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
快速定位断链与修复路径,显著节省人工排查时间
▸ 风险提示
会对目标域名发起大量请求,可能触发防护或爬虫限制
这个 Skill 做什么
爬行网站并定位内部与外部断链(404/500),并列出来源页面便于修复。
爬出你的网站所有内外链,找出返回 404/500 的断链并把出现这些断链的来源页面列出来,方便定位和修复。适合做网站健康检查、上线前或 SEO 例行审计时用。它既能检测内部页面也能识别坏掉的出站链接,省去人工逐页核查的时间。
▸ 展开 SKILL.md 英文原文
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".
3.3k
Stars
406
Forks
28
仓库内 Skill
+216
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nowork-studio/NotFair/main/seo/broken-link-checker/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nowork-studio/NotFair/main/seo/broken-link-checker/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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. --- ## Step 1 — Identify the Target URL 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`. --- ## Step 2 — Run the Scan Run the broken link checker script: ```bash 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.* --- ## Step 3
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有