Link Check

🌐Community
by robabby · vlatest · Repository

This "Link Check" skill verifies if provided URLs are valid and accessible, ensuring content integrity and a smooth 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-check npx -- -y @trustedskills/link-check
2

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

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

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

About This Skill

What it does

The link-check skill verifies the validity of URLs provided as input. It checks if links are broken and reports their status, helping to ensure accuracy in documents or web pages. This skill is useful for maintaining data integrity and preventing users from encountering errors when clicking on links.

When to use it

  • Content Creation: Validate links within a blog post or article before publishing.
  • Website Maintenance: Regularly check URLs on a website to identify broken links.
  • Document Review: Verify the accuracy of hyperlinks in reports or presentations.
  • Data Cleaning: Confirm that URLs in a dataset are functional and reliable.

Key capabilities

  • URL validation
  • Broken link detection
  • Status reporting

Example prompts

  • "Check these links: [list of URLs]"
  • "Are any of these URLs broken? [list of URLs]"
  • "Verify the following URL: [single URL]"

Tips & gotchas

The skill requires a list of URLs to check. Ensure that the URLs are properly formatted and accessible for accurate results.

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
robabby
Installs
6

🌐 Community

Passed automated security scans.