wiki-dedup

仓库创建 2026年4月6日最近提交 23 天前SkillHot 收录 21 天前
▸ 精选理由

自动化识别并合并重复概念,减轻维护负担。

▸ 风险提示

合并为破坏性操作,可能导致数据丢失,操作前需确认

这个 Skill 做什么

检测并合并 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.

内容创作去重合并身份解析通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-dedup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-dedup/SKILL.md"
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 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有