verify-links

Validates external links in markdown files using curl and WebFetch for HTTP/content checks.

1|Updated Jun 30, 2025
One-click install
npx skills add https://github.com/youngchingjui/ai-breakfast --skill verify-links
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-links
Source: https://github.com/youngchingjui/ai-breakfast/tree/main/.claude/skills/verify-links
Command: npx skills add https://github.com/youngchingjui/ai-breakfast --skill verify-links

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

External references in documentation can become outdated or broken, leading to misinformation and confusion.

Core Features & Use Cases

  • Link Validation: Checks the HTTP status of all links in a markdown file to identify broken or inaccessible links.
  • Content Consistency: Verifies that the content at the linked URL matches the notes' claims about it.
  • Use Case: When editing a markdown document with numerous references, this tool ensures all links are authentic and correctly cited, maintaining document integrity.

Quick Start

Use the verify-links skill to check all external links in the specified markdown file for validity and accuracy.

Frequently Asked Questions about verify-links

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if external links in markdown files are broken?

To check if external links in markdown files are broken, you can validate the HTTP status of each URL using curl. This identifies inaccessible links to prevent documentation link rot and maintain content integrity.

What is link validation for technical documentation?

Link validation for technical documentation is the process of verifying that external URLs are active and their content matches specified assertions. It prevents misinformation by ensuring references remain accurate over time.

Can I verify that linked web content matches my markdown notes?

Yes, you can verify that linked web content matches your markdown notes by using WebFetch for content comparison. This ensures the external URL content matches the claims made in your documentation.

Does link validation work without installing external dependencies?

Link validation works without installing external dependencies because it relies on standard tools like curl for HTTP status checks and WebFetch for content comparison. You only need the markdown files to begin validation.

What is the best way to maintain documentation quality and prevent link rot?

The best way to maintain documentation quality and prevent link rot is to regularly validate external references. Checking HTTP statuses and comparing URL content against your notes ensures all citations remain authentic.

Why does external link validation matter for content verification?

External link validation matters for content verification because outdated references lead to misinformation and confusion. Validating links ensures document integrity by confirming that cited URLs are accessible and accurate.