wiki-status
帮助决策是追加摄取还是重建,便于管理处理优先级。
需要遍历并读取 Vault 与源文件,可能访问大量本地数据。
展示维基当前摄取状况、待处理项及源与维基的差异统计。
帮你查看维基当前的摄取和处理进度:哪些内容已经入库、还有多少待处理,以及源内容和 wiki 之间的差异。需要判断是追加增量还是重建全量、或想要整体健康状况概览时会用。还有洞察模式,可以分析哪些页面是中心节点、跨域桥梁或孤立页,方便优化知识结构。
▸ 展开 SKILL.md 英文原文
Show the current state of the wiki — what's been ingested, what's pending, and the delta between sources and wiki content. Use this skill when the user asks "what's the status", "how much is ingested", "what's left to process", "show me the delta", "what changed since last ingest", "wiki dashboard", or wants an overview of their knowledge base health and completeness. Also use before deciding whether to append or rebuild. Includes an insights mode triggered by "wiki insights", "what's central", "show me the hubs", "central pages", "what's connected", "wiki structure" — analyzes the shape of the wiki itself to surface top hubs, cross-domain bridges, and orphan-adjacent pages.
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-status/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-status/SKILL.md"# Wiki Status — Audit & Delta You are computing the current state of the wiki: what's been ingested, what's new since last ingest, and what the delta looks like. This helps the user decide whether to append (ingest the delta) or rebuild (archive and reprocess everything). ## 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 setup). This gives `OBSIDIAN_VAULT_PATH`, `OBSIDIAN_SOURCES_DIR`, `CLAUDE_HISTORY_PATH`, and `CODEX_HISTORY_PATH`. 2. Read `.manifest.json` at the vault root — this is the ingest tracking ledger ## The Manifest The manifest lives