返回顶部
o

obsidian-wsl-vault

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 /mnt/c, /mnt/d, or other /mnt/ locations. Use when the user wants note operations against a Windows-hosted Obsidian vault from WSL.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
101
下载量
1
收藏
概述
安装方式
版本历史

obsidian-wsl-vault

# Obsidian Vault (WSL) Use this skill when the vault lives on Windows but is being accessed from WSL through `/mnt/<drive>`. ## Workflow 1. Identify the vault root from the user-provided path before doing broad searches or edits. 2. Operate on the filesystem path directly; Obsidian does not require a special API for normal note work. 3. 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\<user>\Documents\<vault>\` - Windows: `D:\Notes\<vault>\` - WSL: `/mnt/c/Users/<user>/Documents/<vault>/` - WSL: `/mnt/d/Notes/<vault>/` Treat the vault root as the directory containing the Obsidian note tree. ## Path Translation ```text 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>`. ## Common Operations ### Read a note ```bash cat "/mnt/<drive>/<vault>/<path>/<filename>.md" ``` ### Search the vault Prefer `rg` for speed: ```bash rg "search term" "/mnt/<drive>/<vault>/" ``` ### 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: ```markdown --- 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`, and `aliases` - 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 obsidian-wsl-vault-access-1776107902 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 obsidian-wsl-vault-access-1776107902 技能

通过命令行安装

skillhub install obsidian-wsl-vault-access-1776107902

下载 Zip 包

⬇ 下载 obsidian-wsl-vault v1.0.0

文件大小: 1.79 KB | 发布时间: 2026-4-14 14:03

v1.0.0 最新 2026-4-14 14:03
Initial release of Obsidian WSL Vault Access:

- Enables reading, searching, creating, and editing Obsidian markdown notes stored on Windows and accessed from WSL via /mnt/ paths.
- Provides clear guidelines for path translation and handling of vault root discovery.
- Preserves Obsidian conventions including frontmatter, wiki-links, embeds, and folder structure.
- Supports common note operations via direct filesystem access from WSL.
- Includes best practices for safe editing and vault consistency.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部