wiki-update
仓库创建 2026年4月6日最近提交 23 天前SkillHot 收录 21 天前
▸ 精选理由
把项目产出结构化为可复用的知识条目,省去手动整理时间。
▸ 风险提示
会读取项目文件并写入笔记库,注意不要泄露敏感信息。
这个 Skill 做什么
将当前项目的知识提炼并同步到 Obsidian 笔记库中。
把当前项目里的关键笔记、代码片段和总结自动提炼并同步到你的 Obsidian 知识库(vault)里。可以在任意项目目录下运行,还支持像“@work”那样的命名 vault 路由,按 Config Resolution Protocol 自动定位配置。适合在阶段性整理、交接或把零散笔记归档到长期知识库时使用。
▸ 展开 SKILL.md 英文原文
Sync the current project's knowledge into the Obsidian wiki. Use this skill from any project when the user says "update wiki", "sync to wiki", "save this to my wiki", "update obsidian", or wants to distill what they've been working on into their knowledge base. This is the cross-project skill that lets you push knowledge from wherever you are into the vault. Accepts inline named-vault routing like "@work update wiki" via the shared Config Resolution Protocol.
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-update/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-update/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Wiki Update — Sync Any Project to Your Wiki You are distilling knowledge from the current project into the user's Obsidian wiki. This skill works from any project directory, not just the obsidian-wiki repo. ## 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_WIKI_REPO`, `OBSIDIAN_LINK_FORMAT` (`wikilink` default or `markdown`), and optional QMD settings such as `QMD_WIKI_COLLECTION`. Works from any project directory. 3. Read `$OBSIDIAN_VAULT_PATH/.manifest.json` to check if this project has been sy
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有