Obsidian FNS
/install obsidian-fns
obsidian-fns
Use this skill to operate a remote Obsidian vault through Fast Note Sync.
Use the action layer by default
Prefer these high-level commands for normal work:
python3 {baseDir}/scripts/fns_actions.py search-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 append-note --path "OpenClaw/API-Test.md" --content "\
- one more line"
Use the lower-level CLI only when you need debugging, unsupported operations, or direct API diagnosis:
python3 {baseDir}/scripts/fns.py --help
Operating rules
- Prefer
search-notes,read-note,write-note, andappend-notefor routine tasks. - Read first if the target note/path is uncertain.
- Avoid overwriting an existing note blindly when append is enough.
- For exploratory or risky work, create or use a dedicated test path first.
- Keep existing compatibility assumptions intact unless the user explicitly asks to migrate config keys or paths.
Supported capabilities
This skill has verified support for:
- login and token reuse
- vault listing and tree inspection
- note search and read
- write, append, prepend, replace
- rename and move
- history lookup
- Chinese paths and paths with spaces
References
Read these only when needed:
references/usage.md— commands, configuration sources, validated environment, and packaging notes
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install obsidian-fns - 安装完成后,直接呼叫该 Skill 的名称或使用
/obsidian-fns触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Obsidian FNS 是什么?
Control a remote Obsidian vault through Fast Note Sync. Use when reading, searching, writing, or appending notes in Obsidian from OpenClaw, especially for re... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。
如何安装 Obsidian FNS?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install obsidian-fns」即可一键安装,无需额外配置。
Obsidian FNS 是免费的吗?
是的,Obsidian FNS 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Obsidian FNS 支持哪些平台?
Obsidian FNS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Obsidian FNS?
由 attack-flower(@attack-flower)开发并维护,当前版本 v0.3.0。