Install
openclaw skills install obsidian-wsl-vault-accessWork with an Obsidian vault stored on Windows and accessed from WSL. Read, search, create, and edit markdown notes directly through mounted paths such as /mnt/c, /mnt/d, or other /mnt/<drive> locations. Use when the user wants note operations against a Windows-hosted Obsidian vault from WSL.
openclaw skills install obsidian-wsl-vault-accessUse this skill when the vault lives on Windows but is being accessed from WSL through /mnt/<drive>.
Do not assume a fixed vault path.
Common patterns:
C:\Users\<user>\Documents\<vault>\D:\Notes\<vault>\/mnt/c/Users/<user>/Documents/<vault>//mnt/d/Notes/<vault>/Treat the vault root as the directory containing the Obsidian note tree.
Windows -> WSL: C:\path\to\file -> /mnt/c/path/to/file
Windows -> WSL: D:\path\to\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/<drive>.
cat "/mnt/<drive>/<vault>/<path>/<filename>.md"
Prefer rg for speed:
rg "search term" "/mnt/<drive>/<vault>/"
Edit the markdown file in place with targeted changes instead of rewriting the whole note when possible.
Use a minimal template when metadata is needed:
---
title: Note Title
tags: []
---
# Note Title
.mdtitle, tags, and aliases[[Note Name]]![[Note Name]]> [!type]