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.

What this means

Installing the skill may install or rely on a third-party command-line tool that can operate on your local Obsidian vault.

Why it was flagged

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.

Skill content
brew | formula: yakitrak/yakitrak/obsidian-cli | creates binaries: obsidian-cli
Recommendation

Install only if you trust the obsidian-cli Homebrew tap and are comfortable with that tool accessing your vault files.

What this means

Search results may bring private note content into the agent conversation.

Why it was flagged

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.

Skill content
`obsidian-cli search-content "query"` (inside notes; shows snippets + lines)
Recommendation

Use specific queries and avoid asking the agent to search sensitive vaults unless that content is needed for the task.

What this means

A mistaken command could change links, move notes, or delete a note from the vault.

Why it was flagged

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.

Skill content
`obsidian-cli create "Folder/New note" --content "..." --open`; `obsidian-cli move "old/path/note" "new/path/note"`; `obsidian-cli delete "path/note"`
Recommendation

Confirm target paths before move or delete operations and keep vault backups or version control for important notes.