/install obsidian-wsl-vault-access
Obsidian Vault (WSL)
Use this skill when the vault lives on Windows but is being accessed from WSL through /mnt/\x3Cdrive>.
Workflow
- Identify the vault root from the user-provided path before doing broad searches or edits.
- Operate on the filesystem path directly; Obsidian does not require a special API for normal note work.
- Preserve existing frontmatter, wiki-links, embeds, headings, and folder structure unless the user asks to change them.
Vault Location
Do not assume a fixed vault path.
Common patterns:
- Windows:
C:\Users\\x3Cuser>\Documents\\x3Cvault>\ - Windows:
D:\Notes\\x3Cvault>\ - WSL:
/mnt/c/Users/\x3Cuser>/Documents/\x3Cvault>/ - WSL:
/mnt/d/Notes/\x3Cvault>/
Treat the vault root as the directory containing the Obsidian note tree.
Path Translation
Windows -> WSL: C:\path o\file -> /mnt/c/path/to/file
Windows -> WSL: D:\path o\file -> /mnt/d/path/to/file
WSL -> Windows: /mnt/c/path -> C:/path
WSL -> Windows: /mnt/d/path -> D:/path
Replace backslashes with forward slashes and lowercase the drive letter under /mnt/\x3Cdrive>.
Common Operations
Read a note
cat "/mnt/\x3Cdrive>/\x3Cvault>/\x3Cpath>/\x3Cfilename>.md"
Search the vault
Prefer rg for speed:
rg "search term" "/mnt/\x3Cdrive>/\x3Cvault>/"
Edit a note
Edit the markdown file in place with targeted changes instead of rewriting the whole note when possible.
Create a new note
Use a minimal template when metadata is needed:
---
title: Note Title
tags: []
---
# Note Title
Obsidian Conventions
- Notes are markdown files ending in
.md - YAML frontmatter is commonly used for metadata such as
title,tags, andaliases - Internal links use
[[Note Name]] - Embeds use
![[Note Name]] - Callouts use
> [!type]
Working Rules
- Confirm the vault root before making broad searches or bulk changes
- Prefer targeted edits over full-file rewrites
- Keep filenames, wiki-links, and folder structure consistent with the existing vault
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install obsidian-wsl-vault-access - 安装完成后,直接呼叫该 Skill 的名称或使用
/obsidian-wsl-vault-access触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
obsidian-wsl-vault-access 是什么?
Work with an Obsidian vault stored on Windows and accessed from WSL. Read, search, create, and edit markdown notes directly through mounted paths such as /mn... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。
如何安装 obsidian-wsl-vault-access?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install obsidian-wsl-vault-access」即可一键安装,无需额外配置。
obsidian-wsl-vault-access 是免费的吗?
是的,obsidian-wsl-vault-access 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
obsidian-wsl-vault-access 支持哪些平台?
obsidian-wsl-vault-access 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 obsidian-wsl-vault-access?
由 Wu Fei(@wufei-png)开发并维护,当前版本 v1.0.0。