Agent Skills
› nowork-studio/notfair-plugin
› broken-link-checker
broken-link-checker
GitHub用于扫描网站以发现死链(如404、500错误),识别外部链接并报告来源页面,辅助进行网站健康度检查和链接审计。
触发场景
检查死链
查找404错误
审计链接
评估网站健康度
安装
npx skills add nowork-studio/notfair-plugin --skill broken-link-checker -g -y
SKILL.md
Frontmatter
{
"name": "broken-link-checker",
"description": "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\".",
"argument-hint": "<URL to check, e.g. https:\/\/example.com>"
}
Canonical NotFair workflow
Read ../../seo/broken-link-checker/SKILL.md completely, then follow it as the active workflow. Resolve every relative reference from that file against ../../seo/broken-link-checker/.
版本历史
- 8d9d54b 当前 2026-08-19 23:12


