Sync plugins/ mirror with updated SKILL.md (v1.3.0)

Brings the plugins/obsidian-cli mirror in line with the root skill:
updated description and improved reference pointer.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
pablo-mano
2026-03-04 00:41:49 +01:00
parent 1ab03980b9
commit ec070a1371
@@ -1,24 +1,26 @@
--- ---
name: obsidian-cli name: obsidian-cli
description: > description: >
Interact with Obsidian vaults using the official Obsidian CLI (v1.12+). Use this skill whenever the user wants Claude to directly interact with their
Read, create, append, search, and manage notes, daily notes, properties, tags, Obsidian vault — reading a note or daily note, writing or appending content,
tasks, bookmarks, templates, themes, sync, plugins, and links — all from the terminal. searching vault contents, counting or listing notes, managing tasks, moving or
Use this skill whenever the user mentions Obsidian CLI, wants to automate Obsidian renaming files, finding orphaned notes or broken links. Without this skill, Claude
vault operations, manage notes programmatically, script daily note workflows, has no way to access vault data or execute vault operations. Treat any request that
query vault metadata, or integrate Obsidian with AI agents or automation pipelines. implies "go into my vault and do X" as a trigger — the user is asking Claude to act,
Also trigger when the user asks about controlling Obsidian from the command line, not to explain. Also trigger for vault automation, CLI scripting, or cron-based
building scripts around their knowledge base, or running headless Obsidian setups. workflows involving Obsidian. Skip for pure conceptual questions: how Obsidian's GUI
Even if the user just says "add something to my daily note" or "search my vault" works, navigating settings menus, theme or plugin installation via the UI, or general
in a CLI/scripting context, this skill applies. Dataview query syntax — anything where the user needs an explanation rather than
Claude performing a vault operation.
--- ---
# Obsidian CLI # Obsidian CLI
The official Obsidian CLI (released in v1.12, February 2026) lets you control every aspect of Obsidian from the terminal. It communicates with a running Obsidian desktop instance via IPC. The official Obsidian CLI (released in v1.12, February 2026) lets you control every aspect of Obsidian from the terminal. It communicates with a running Obsidian desktop instance via IPC.
> For the full command reference with all subcommands, flags and examples, read > Read `references/command-reference.md` when you need specific flags, output formats, or
> `references/command-reference.md` in this skill folder. > subcommands for any command group. It covers all 130+ commands with full parameter tables
> and has a table of contents at the top.
## Prerequisites ## Prerequisites