obsidian-cli-uri-fallback
Installation
SKILL.md
obsidian-cli-uri-fallback
Use this skill when Obsidian CLI calls are part of unattended runs and you need reliable note persistence even if URI execution fails silently.
When to use this skill
- Cron jobs or CI-like runs that attempt
obsidian-cli create/open/.... - Desktop app availability is uncertain (headless, remote, or locked session).
- CLI output includes explicit failure signatures while exit code is still zero.
- You need a deterministic fallback path to preserve audit notes.
Related skills