Obsidian 1.0.0
PassAudited by ClawScan on May 1, 2026.
Overview
This is a straightforward Obsidian helper, but it can search, change, move, and delete notes in your local vault through obsidian-cli.
This skill appears coherent and purpose-aligned. Before installing, make sure you trust the obsidian-cli package, and when using it ask the agent to confirm before moving or deleting notes, especially in important or sensitive vaults.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the skill may install or rely on a third-party command-line tool that can operate on your local Obsidian vault.
The skill depends on an external Homebrew formula for its main functionality. This is disclosed and purpose-aligned, but the user must trust that installed CLI.
brew | formula: yakitrak/yakitrak/obsidian-cli | creates binaries: obsidian-cli
Install only if you trust the obsidian-cli Homebrew tap and are comfortable with that tool accessing your vault files.
Search results may bring private note content into the agent conversation.
The skill can retrieve text from local Obsidian notes. This is expected for an Obsidian helper, but vaults often contain private or work-sensitive information.
`obsidian-cli search-content "query"` (inside notes; shows snippets + lines)
Use specific queries and avoid asking the agent to search sensitive vaults unless that content is needed for the task.
A mistaken command could change links, move notes, or delete a note from the vault.
The documented CLI operations can create, rename/move, and delete local notes. These actions are aligned with the stated purpose but can alter user data.
`obsidian-cli create "Folder/New note" --content "..." --open`; `obsidian-cli move "old/path/note" "new/path/note"`; `obsidian-cli delete "path/note"`
Confirm target paths before move or delete operations and keep vault backups or version control for important notes.
