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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install obsidian-fns - After installation, invoke the skill by name or use
/obsidian-fns - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install Obsidian FNS?
Run "/install obsidian-fns" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Obsidian FNS free?
Yes, Obsidian FNS is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Obsidian FNS support?
Obsidian FNS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Obsidian FNS?
It is built and maintained by attack-flower (@attack-flower); the current version is v0.3.0.