webflow-mcp:link-checker

Audit and fix broken or insecure links across Webflow static pages and CMS content.

Updated Aug 10, 2026
One-click install
npx skills add https://github.com/KryptaMedina7/quero-s-home --skill webflow-mcp-link-checker-kryptamedina7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webflow-mcp:link-checker
Source: https://github.com/KryptaMedina7/quero-s-home/tree/main/.agents/skills/link-checker
Command: npx skills add https://github.com/KryptaMedina7/quero-s-home --skill webflow-mcp-link-checker-kryptamedina7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Broken links, insecure HTTP URLs, and unnecessary redirects hurt SEO rankings and visitor trust, but finding and fixing them manually across an entire Webflow site is slow and error-prone. This Skill automates the full audit-and-repair cycle for both static pages and CMS collections. ## Core Features & Use Cases - Full-site link extraction and validation: Pulls links from static page nodes (Link, Button, TextLink, LinkBlock) and CMS Link/Rich Text fields, then validates each unique URL for 4xx/5xx errors, HTTP vs HTTPS, and redirects. - Health scoring and prioritization: Calculates a 0-100 link health score and categorizes issues as critical, warning, or suggestion so you fix what matters first. - Granular fix approval and execution: Previews each proposed fix with verification status, lets you approve all, none, or specific items, then applies updates via Webflow MCP tools in batches and re-validates results. - Use Case: Before a marketing campaign launch, run a complete audit of your Webflow site, upgrade 18 insecure HTTP links to HTTPS automatically, and get a report flagging 2 broken partner links that need manual correction. ## Quick Start Run a complete link check on my Webflow site and fix any broken or insecure links you find.

Frequently Asked Questions about webflow-mcp:link-checker

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

FAQPage Schema
How do I find and fix broken links on my Webflow site?

Run the link checker to extract all links from static pages and CMS collections, validate each URL for 4xx/5xx errors, and preview proposed fixes. You approve fixes individually or all at once, and updates are applied through Webflow MCP data tools in batches.

How do I upgrade HTTP links to HTTPS in Webflow CMS content?

The checker flags every HTTP link whose HTTPS equivalent returns a 2xx status, then updates Link fields and links inside Rich Text fields via the data_cms_tool update_collection_items action. HTTPS upgrades are verified before being suggested as automatic fixes.

Can I check links in Webflow CMS collections without touching static pages?

Yes, you can scope the audit to CMS content only, static pages only, or both. For CMS-only checks, the tool lists collections, extracts links from Link and Rich Text fields, and validates unique URLs without requiring a Designer connection.

Does fixing Webflow static page links require the Designer app?

Static page updates go through the data_pages_tool update_static_content action and do not require a Designer connection according to the skill instructions. CMS fixes also run entirely through data tools, with optional publishing of updated items.

What happens when a broken link cannot be fixed automatically?

Links returning 404, 410, 5xx, timeouts, or SSL errors are flagged for manual review and separated from automatic fixes. The final report lists each manual item with its location, current URL, and suggested action such as providing a correct URL or removing the link.