Skills Plugins MCP Prompt Model 博客 我的中心

link-analyzer

Comprehensive link analysis for static sites. Use when the user wants to analyze links, find broken links, identify orphan pages, detect under-linked or over-linked content, find link sinks, or understand their site's internal linking structure. Supports HTTP validation with false-positive filtering.

DeepseekModel 官方收录技能 质量 良好 · 64 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=dragosroua-claude-content-skills-skills-link-analyzer-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name link-analyzer description Comprehensive link analysis for static sites. Use when the user wants to analyze links, find broken links, identify orphan pages, detect under-linked or over-linked content, find link sinks, or understand their site's internal linking structure. Supports HTTP validation with false-positive filtering. Link Analyzer Skill Purpose This skill provides comprehensive link analysis for static websites, including: Internal/external link extraction Broken link detection (HTTP validation) Link graph metrics (orphans, sinks, under/over-linked) False positive filtering (bot blockers, rate limits) SEO-focused recommendations When to Use This Skill User asks to "analyze links" or "check broken links" User wants to find "orphan pages" or "dead ends" User mentions "internal linking" or "link structure" User needs to "find under-linked content" User wants to identify "link sinks" or "pages with no outbound links" User asks about "link juice" distribution Link Analysis Types 1. Outbound Links Analysis Extracts and categorizes all external links: Social media links E-commerce (Amazon, Gumroad) Email/Phone links App Store links General external websites 2. Internal Links Check Validates all internal links point to existing pages: Handles path variations (with/without trailing slash) Checks for index.html alternatives Reports broken internal links 3. External Links Validation HTTP checks on external links with smart filtering: Parallel requests for speed Retries for transient failures Filters false positives (bot blockers, rate limits) Categorizes by error type (404, timeout, SSL, etc.) 4. Link Graph Metrics (NEW) Builds a complete link graph and calculates: Orphan Pages : Pages with zero inbound internal links Under-linked Pages : Pages below inbound link threshold Over-linked Pages : Pages above outbound link threshold Link Sinks : Pages that receive links but don't pass them (dead ends) Link Flow Ratio : Inbound vs outbound balance Configuration Create a config.json : { "dist_path" : "./dist" , "site_domain" : "example.com" , "internal_domains" : [ "example.com" , "www.example.com" , "wp.example.com" ] , "excluded_paths" : [ "/tag/" , "/category/" , "/page/" ] , "http" : { "timeout" : 5 , "max_workers" : 20 , "retry_count" : 1 , "user_agent" : "LinkChecker/1.0" } , "thresholds" : { "underlinked_min_inbound" : 3 , "overlinked_max_outbound" : 50 , "link_sink_max_outbound" : 2 } , "false_positive_domains" : [ "linkedin.com" , "stackoverflow.com" , "twitter.com" , "facebook.com" ] , "output" : { "report_dir" : "./reports" , "data_dir" : "./data" } } Workflow Full Analysis python scripts/analyze.py --dist ./dist --full Individual Analyses # Outbound links only python scripts/outbound_links.py --dist ./dist # Internal links check python scripts/internal_links.py --dist ./dist # HTTP validation (requires outbound data) python scripts/http_checker.py --input outbound_links_data.json # Link graph metrics python scripts/link_graph.py --dist ./dist Output Reports Link Graph Report LINK GRAPH ANALYSIS ================== ORPHAN PAGES (0 inbound links): 15 pages - /old-page-nobody-links-to/ - /draft-accidentally-published/ ... UNDER-LINKED PAGES (<3 inbound): 47 pages - /great-article-needs-promotion/ (1 inbound) - /hidden-gem-content/ (2 inbound) ... OVER-LINKED PAGES (>50 outbound): 3 pages - /resources/ (127 outbound) ... LINK SINKS (receive but don't pass): 23 pages - /about/ (15 inbound, 0 outbound) ... Broken Links Report ACTIONABLE BROKEN LINKS ====================== 404 - Page Not Found: 25 links - https://old-blog.com/post (5 occurrences) ... Dead Domains: 8 links - https://defunct-site.com (3 occurrences) ... Timeouts: 4 links - https://slow-affiliate.com (2 occurrences) Metrics Definitions Metric Definition SEO Impact Orphan Page Page with 0 inbound internal links Critical - page may not be indexed Under-linked Page with fewer than threshold inbound links High - page lacks authority signals Over-linked Page with more than threshold outbound links Medium - dilutes link equity Link Sink Page with high inbound but low/no outbound Medium - doesn't distribute link equity Link Flow Ratio Inbound links / Outbound links Ideal around 1.0 for most pages Example Usage User: "Analyze my site's internal linking and find pages that need more links" Claude will: Build complete link graph from static files Calculate inbound/outbound counts for every page Identify orphan pages (critical SEO issue) Find under-linked pages (opportunity for improvement) Detect link sinks (pages that don't pass equity) Generate actionable report with recommendations
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。