wiki-dedup
自动化识别并合并重复概念,减轻维护负担。
合并为破坏性操作,可能导致数据丢失,操作前需确认
检测并合并 Obsidian 中语义重复的页面,解决同义条目冲突。
把 Obsidian 里语义相同但标题不同的页面找出来,合并成一篇正稿,解决像 RSC 和 React Server Components 这种同义条目冲突。会直接改写和合并文件,属于有破坏性的操作,合并前会要求谨慎确认。它做的是页面级的实体消歧,而不是检查结构或自动加链接。
▸ 展开 SKILL.md 英文原文
Scan the Obsidian wiki for page-level identity collisions — different pages covering the same concept under different names (e.g. "RSC" vs "React Server Components") — and merge them. Use this skill when the user says "dedup my wiki", "find duplicate pages", "merge duplicates", "identity resolution", "consolidate my wiki", "I have duplicate pages", or "my wiki has two pages for the same thing". Distinct from wiki-lint (which checks structure) and cross-linker (which adds links) — this skill makes destructive page-level merges and requires careful confirmation.
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-dedup/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-dedup/SKILL.md"# Wiki Dedup — Identity Resolution and Page-Level Deduplication You are finding and merging wiki pages that cover the same concept under different names. This is a write-heavy, potentially destructive skill — page merges cannot be automatically undone. Work carefully and confirm before acting in merge mode. **Follow the Retrieval Primitives table in `llm-wiki/SKILL.md`.** The candidate-detection pass uses only frontmatter and titles (cheap). Only open full page bodies for confirmed candidate pairs. ## Before You Start 1. **Resolve config** — follow the Config Resolution Protocol in `llm-wiki/SKILL.md` (inline `@name` override → walk up CWD for `.env` → `~/.obsidian-wiki/config` → prompt