wiki-switch

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

便于在不同项目/工作环境间快速切换默认笔记库配置。

▸ 风险提示

会修改本地配置与符号链接,可能影响现有 vault,操作前请备份。

这个 Skill 做什么

在 Obsidian 中管理并切换多个 vault 配置文件。

方便在本地切换多个 Obsidian 的 vault 配置,比如在“工作/私人”或不同项目间快速切换环境。它通过管理一组命名的 config 文件并把某个配置用符号链接激活,实现持久默认切换,影响后续所有操作。特别在你想维护多套偏好或插件集合并随时切换时最省心。

▸ 展开 SKILL.md 英文原文

Switch between multiple Obsidian wiki vault profiles. Use this skill when the user says "/wiki-switch NAME", "switch to my work wiki", "switch vault", "change wiki", "which wiki am I on", "list my wikis", "show my vaults", "create a new vault config", or "add a new wiki profile". The skill manages named config files at ~/.obsidian-wiki/config.NAME and activates one by symlinking it to ~/.obsidian-wiki/config.

办公文档Obsidian笔记管理vault 切换通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-switch/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/wiki-switch/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Wiki Switch — Manage Multiple Vault Profiles

Each vault is a complete config file at `~/.obsidian-wiki/config.<name>`. The active vault is
whichever file `~/.obsidian-wiki/config` symlinks to. Switching vaults means re-pointing that symlink.

**Switch vs. inline targeting.** `/wiki-switch <name>` changes your **persistent default** (re-points
the symlink, affecting all future requests). To touch a different vault for just one request without
changing your default, use the inline **`@name`** override in any request (e.g. `@work save this`,
`wiki-query @personal about X`). The `@name` override is handled by the **Config Resolution Protocol**
in `llm-wiki/SKILL.md`, not by this skill — it re
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有