Agent Skills
› nowork-studio/notfair-plugin
› broken-link-checker
broken-link-checker
GitHub扫描网站以发现死链(404/500),识别内部及外部断链并定位来源页面,辅助用户进行链接审计和网站健康检查。
Trigger Scenarios
check for broken links
find 404s
audit my links
is my site healthy
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


