一键导入
mcp-geo-obsidian-kb
Refresh, validate, and maintain the checked-in MCP Geo Obsidian knowledge base, including the canonical vault, local overlay, and drift checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Refresh, validate, and maintain the checked-in MCP Geo Obsidian knowledge base, including the canonical vault, local overlay, and drift checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build or refine user-facing mcp-geo HTML maps with OS vector detail, label-safe overlays, browser-stored OS keys, and real-browser validation.
Generate a Long Horizon-style Codex metrics summary for mcp-geo from local Codex session logs.
Analyze mcp-geo repository extent and functional complexity using dual-scope inventory, generated-output exclusion, hotspot scoring (complexity x churn), and optional GitHub stats.
| name | mcp-geo-obsidian-kb |
| description | Refresh, validate, and maintain the checked-in MCP Geo Obsidian knowledge base, including the canonical vault, local overlay, and drift checks. |
Use this skill when you need to refresh or validate the repo knowledge base
under Obsidian/MCP Geo Knowledge Base/.
logs/ and
session traces when explicitly requested.Refresh the canonical vault:
python3 scripts/build_obsidian_kb.py \
--mode canon \
--git-ref WORKTREE \
--output-root "Obsidian/MCP Geo Knowledge Base" \
--manifest-out data/knowledge_base/obsidian_kb_manifest.json
Refresh the canonical vault plus local overlay:
python3 scripts/build_obsidian_kb.py \
--mode all \
--git-ref WORKTREE \
--output-root "Obsidian/MCP Geo Knowledge Base" \
--manifest-out data/knowledge_base/obsidian_kb_manifest.json \
--overlay-manifest-out data/knowledge_base/obsidian_kb_overlay_manifest.json \
--include-local-evidence
Validate the canonical manifest:
python3 scripts/validate_obsidian_kb.py \
--manifest data/knowledge_base/obsidian_kb_manifest.json \
--fail-on drift coverage recursion orphan
Obsidian/**.98 Local Overlay/ only; do not promote them into the
canonical tier unless they are first captured as tracked repo artifacts.