wiki-status

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

帮助决策是追加摄取还是重建,便于管理处理优先级。

▸ 风险提示

需要遍历并读取 Vault 与源文件,可能访问大量本地数据。

这个 Skill 做什么

展示维基当前摄取状况、待处理项及源与维基的差异统计。

帮你查看维基当前的摄取和处理进度:哪些内容已经入库、还有多少待处理,以及源内容和 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.

办公文档状态监控差异检测摄取进度通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-status/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-status/SKILL.md"
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 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有