Link Checker

🏢Official
by webflow · vlatest · Repository

This Link Checker verifies all internal and external links in your Webflow project for broken ones, ensuring a seamless user experience.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add link-checker npx -- -y @trustedskills/link-checker
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "link-checker": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/link-checker"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to automatically verify the status of URLs, identifying which links are active and which have broken. It streamlines website maintenance by providing immediate feedback on connectivity issues without manual inspection.

When to use it

  • Before publishing a new blog post or landing page to ensure all internal and external references work correctly.
  • During routine site audits to detect recently broken outbound links that may harm user experience or SEO.
  • When migrating content to a new domain to validate that old URLs have been properly redirected or updated.
  • To quickly troubleshoot specific pages where users report "page not found" errors.

Key capabilities

  • Discovers and validates the integrity of provided web addresses.
  • Identifies broken links (404 errors) versus active resources.
  • Provides a clear status report on link availability.

Example prompts

  • "Check if all links on my homepage are working correctly."
  • "Verify the status of these specific URLs: [list of URLs]."
  • "Scan this document for any broken external references and report their current state."

Tips & gotchas

Ensure you provide complete, valid URLs to avoid false positives or errors in the check. This tool is best used proactively before going live rather than as a reactive fix for widespread site outages.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
webflow
Installs
62

🏢 Official

Published by the company or team that built the technology.