Agent Skills
› nowork-studio/notfair-plugin
› broken-link-checker
broken-link-checker
GitHub用于扫描网站以发现损坏链接(如404、500错误),识别来源页面并报告,帮助用户进行链接审计和站点健康检查。
Trigger Scenarios
检查损坏链接
查找404错误
审计链接
检查站点健康状态
Install
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/.
Version History
- 8d9d54b Current 2026-08-19 23:12


