Fix Linking
Fix Linking automatically corrects broken hyperlinks within documents, ensuring seamless navigation and a polished user experience.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fix-linking npx -- -y @trustedskills/fix-linking
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fix-linking": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fix-linking"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The fix-linking skill identifies and resolves broken or incorrect links within text, ensuring all hyperlinks are valid and properly formatted. It can detect missing anchor tags, malformed URLs, and other common linking issues to improve the usability and SEO of web content.
When to use it
- You're editing a webpage or blog post and want to ensure all links work correctly.
- You're reviewing content for SEO best practices and need to fix broken links.
- You're preparing documentation or reports with embedded URLs and want them to be fully functional.
Key capabilities
- Detects and fixes broken hyperlinks
- Ensures proper use of anchor (
<a>) tags - Validates URL formatting and structure
Example prompts
- "Fix all the links in this article so they work properly."
- "Check for broken links in the following HTML content."
- "Ensure every URL is correctly formatted with anchor tags."
Tips & gotchas
- This skill works best when provided with structured text or HTML content.
- It may not resolve issues related to server-side link failures, which require backend fixes.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.