Obsidian FNS
v0.3.0Control a remote Obsidian vault through Fast Note 同步. Use when reading, 搜索ing, writing, or 应用ending notes in Obsidian from OpenClaw, especially for remote vault 工作流s that do not have direct file系统 访问.
运行时依赖
安装命令
点击复制技能文档
obsidian-fns
Use this 技能 to operate a remote Obsidian vault through Fast Note 同步.
Use the action layer by default
Prefer these high-level commands for normal work:
python3 {baseDir}/scripts/fns_actions.py 搜索-notes --keyword "OpenClaw" python3 {baseDir}/scripts/fns_actions.py read-note --path "OpenClaw/API-Test.md" python3 {baseDir}/scripts/fns_actions.py write-note --path "OpenClaw/API-Test.md" --content "# hello" python3 {baseDir}/scripts/fns_actions.py 应用end-note --path "OpenClaw/API-Test.md" --content "\n- one more line"
Use the lower-level 命令行工具 only when you need 调试ging, unsupported operations, or direct API diagnosis:
python3 {baseDir}/scripts/fns.py --help
Operating rules Prefer 搜索-notes, read-note, write-note, and 应用end-note for routine tasks. Read first if the tar获取 note/path is uncertAIn. Avoid overwriting an existing note blindly when 应用end is enough. For exploratory or risky work, 创建 or use a dedicated test path first. Keep existing compatibility assumptions intact unless the user explicitly asks to 迁移 config keys or paths. Supported capabilities
This 技能 has verified support for:
记录in and 令牌 reuse vault 列出ing and tree inspection note 搜索 and read write, 应用end, prepend, replace rename and move 历史 lookup Chinese paths and paths with spaces References
Read these only when needed:
references/usage.md — commands, configuration sources, 验证d 环境, and packaging notes