Obsidian Official CLI Skill

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is a broad Obsidian CLI reference; it is coherent, but it can guide an agent to read or change vault data, plugins, and sync state.

This looks like a coherent Obsidian CLI command-reference skill, not malware. Before installing, verify the source, make sure you intend to let the agent work with your Obsidian vault, and require confirmation for permanent deletes, overwrites, plugin/theme changes, and sync or conflict-resolution actions.

Findings (4)

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

A mistaken or ambiguous request could lead to unwanted note deletion, overwrites, or plugin changes.

Why it was flagged

The skill documents commands that can overwrite notes, permanently delete files, and install or enable plugins. These are aligned with Obsidian management, but they are high-impact if run against the wrong vault or file.

Skill content
obsidian create name="Note" silent overwrite ... obsidian delete file=Note permanent ... obsidian plugin:install id=dataview enable
Recommendation

Confirm the target vault, file path, and intended action before running overwrite, permanent delete, plugin, theme, or sync commands.

What this means

Changes may apply to the currently open vault and may sync through the user's Obsidian account if Sync is enabled.

Why it was flagged

CLI commands operate through the user's live Obsidian application context, and the README also advertises Obsidian Sync operations. This is expected, but it uses the user's local app and account/session privileges.

Skill content
Obsidian must be running (CLI connects to the live Obsidian app for full feature access)
Recommendation

Use the skill only with the intended Obsidian vault and account, and review sync or account-affecting operations before execution.

What this means

Users have less registry-level information to verify who maintains the skill or where updates originate.

Why it was flagged

The package is instruction-only and has no runnable code to inspect, but the registry metadata does not provide a clear source or homepage for provenance.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the skill source and compare it with trusted Obsidian CLI documentation before relying on it for sensitive vault operations.

What this means

Private note content may be brought into the agent conversation, and note text should not automatically be treated as trusted instructions.

Why it was flagged

The skill can guide the agent to read and search vault contents, including all tasks. This is central to the purpose, but Obsidian vaults often contain private or instruction-like note content.

Skill content
obsidian read ... obsidian search query="meeting notes" ... obsidian tasks all
Recommendation

Use it only on vaults and notes you are comfortable exposing to the agent, and treat retrieved note content as data unless the user explicitly says otherwise.