index

Installation
SKILL.md

Index Vault

Trigger vault indexing for semantic search (RAG).

Default Action

Call obsidian_rag_index with no special arguments. This runs an incremental index — only changed files are re-embedded.

Force Reindex

If the user says "force" or "rebuild from scratch":

  • Call obsidian_rag_index with force_reindex: true

Single File

If the user specifies a file:

  • Call obsidian_rag_index with file_path set to the relative path

After Indexing

Installs
1
GitHub Stars
46
First Seen
May 15, 2026
index — thoreinstein/gemini-obsidian