cross-linker
快速构建与修复笔记间的内部链接,适合大规模导入或整理后使用。
会直接修改笔记文件,可能意外覆盖或插入不期望的链接,建议备份。
扫描 Obsidian 笔记并自动添加缺失的 [[wikilinks]] 来增强连通性。
把你的 Obsidian 笔记库扫一遍,自动找出本该互相引用却没加的 [[wikilinks]],并把缺失的链接插回去。适合在大量新笔记导入后或感觉笔记孤立、知识图断裂时使用。它是“会改文件”的工具,不只是报问题,能自动把新页面连进现有的知识网络。
▸ 展开 SKILL.md 英文原文
Scan the Obsidian wiki and automatically discover missing cross-references between pages. Use this skill when the user says "link my pages", "find missing links", "cross-reference", "connect my wiki", "add wikilinks", "what pages should be linked", or after any large ingestion to ensure new pages are woven into the existing knowledge graph. Also trigger when the user mentions "orphan pages" in the context of wanting to connect them, or says things like "my wiki feels disconnected" or "pages aren't linked well". This is a write-heavy skill — it actually modifies pages to add links, unlike wiki-lint which just reports issues.
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/cross-linker/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/cross-linker/SKILL.md"# Cross-Linker — Automated Wiki Cross-Referencing You are weaving the wiki's knowledge graph tighter by finding and inserting missing `[[wikilinks]]` between pages that should reference each other but currently don't. **Follow the Retrieval Primitives table in `llm-wiki/SKILL.md`.** Build the registry in Step 1 by grepping frontmatter only (not full pages). Reserve full `Read` for the unlinked-mention detection pass, and even there, only read pages whose summaries/titles make them plausible link targets. Blind full-vault reads are what this framework exists to avoid. ## Before You Start 1. **Resolve config** — follow the Config Resolution Protocol in `llm-wiki/SKILL.md` (inline `@name` o