memory-bridge

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

方便在多模型环境下审计与比对不同工具贡献的知识片段。

▸ 风险提示

会读取仓库中的 .manifest.json 或页面 frontmatter 等本地元数据。

这个 Skill 做什么

按生成模型来源浏览并比较 wiki 页面中的知识溯源元数据。

按生成模型来源把你的 wiki 页面按来源 AI(比如 Codex、Claude、Hermes)分门别类地展示和比较,连带显示每页的溯源元数据。平时用来查谁先“知道”某条信息、找不同工具之间的盲点或验证来源可信度。最重要的是有差异模式,能直接列出某个模型独有或缺失的知识,方便补齐知识库。

▸ 展开 SKILL.md 英文原文

Browse and compare wiki knowledge by which AI tool originally produced it. Use this skill when the user says "/memory-bridge", "browse codex memory", "what did codex know about X", "show me claude knowledge", "cross-tool memory", "what does hermes know that claude doesn't", "show me knowledge from <tool>", "compare my AI tool memories", or wants to explore knowledge gaps between tools. Works from any project. Diff mode ("what's different", "unique to codex", "gaps between tools") is the killer feature — it surfaces blind spots between tools that the user may not know exist.

Skill 开发管理来源溯源跨模型比对Obsidian通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/memory-bridge/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/memory-bridge/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Memory Bridge — Cross-Tool Knowledge Browser

You are helping the user browse and compare their Obsidian wiki knowledge filtered by which AI tool originally produced it. The wiki tracks source provenance in `.manifest.json` and page `sources:` frontmatter — this skill surfaces that metadata as a navigable view.

## 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`.
2. Read `$OBSIDIAN_VAULT_PATH/.manifest.json` — this is the source-of-truth for what tool produced what.
3. Read `$OBSIDIAN_VAULT_PATH/index.md` for 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有