obsidian
Installation
SKILL.md
Obsidian Operations Skill
CLI-first approach to all vault operations. Always use obsidian commands directly.
If commands fail, tell the user: "Obsidian CLI isn't working — update Obsidian with CLI enabled."
Quick Reference
| Operation | CLI Command |
|---|---|
| Read file | obsidian read path="..." |
| Create file | obsidian create path="..." content="..." silent |
| Append | obsidian append path="..." content="..." silent |
| Search | obsidian search query="..." format=json |
| List files | obsidian files folder="..." format=json |
| Daily note | obsidian daily:read |
File Targeting
| Parameter | Behavior | Example |
Related skills