Audit & Diagnostics Custom Skills · Curated

Broken Link Finder

Scans published content for dead or redirected outbound links and suggests live replacements.

What it does

Crawls the links inside a post, page, or the whole site, checks each URL's response, and separates them into working, redirected, and dead. For each dead link it searches for a plausible live replacement (an archived version, a canonical successor page) and presents both before touching any content.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/broken-link-finder/ (or ~/.claude/skills/broken-link-finder/ for all projects)

GitHub Copilot (VS Code)

.github/skills/broken-link-finder/

OpenAI Codex

.codex/skills/broken-link-finder/

Cursor

.cursor/skills/broken-link-finder/ (or ~/.cursor/skills/broken-link-finder/ globally)

Compatibility

Any WordPress site. Works best with outbound HTTP access to check link status; on a site with an aggressive firewall or no outbound requests allowed, the user must supply link status instead.