Manage Obsidian vault notes from shell
obsidian-cliskillsetup L2★0
Sheshiyer/skill-clusters ↗What it does
drive the obsidian cli to read, create, search, append, and
Best for
Scripting vault operations and plugin development from the shell when GUI automation would be tedious.
Inputs
- · note content
- · vault target
Outputs
- · markdown files
- · wikilinks
- · metadata
Requires
- · Obsidian.app CLI
Preconditions
Obsidian.app running; vault initialized
Failure modes
- · Vault not open
- · Invalid markdown syntax
- · Wikilink targets missing
Trust signals
- · Official Obsidian.md help docs referenced
- · Plugin dev workflow tested