From obsidian
Ask the Obsidian vault librarian a question or file new information into the vault. Triggers on "ask my vault", "what do we know about X", "where in my vault is Y", "what did I decide about Z", "remember this in obsidian", "file this note". Dispatches the vault-librarian subagent for index-grounded answers and no-back-and-forth inserts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obsidian:askThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Dispatch the `vault-librarian` subagent to answer a vault query or file new
Dispatch the vault-librarian subagent to answer a vault query or file new
information.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/ask-staleness.sh"; if it prints a
line, show it to the user as a ⚠ banner before the answer.vault-librarian agent with the user's request verbatim and an
explicit operation hint (QUERY or INSERT).QUERY is read-only. The QUERY path never writes to the vault. It reads
frontmatter, INDEX links, and note text via the live substrate — it does not
produce side-effects. Routes to recall or claude-mem as typed by the question.
npx claudepluginhub nhangen/claude-obsidian-plugin --plugin obsidianCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.