agentsclimarketplace

Index

Skill thoreinstein/obsidian-rag/skills/index

A Claude Code plugin for interfacing with an Obsidian vault with local first RAG capabilities

Install
npx -y skills add thoreinstein/obsidian-rag --skill index

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when the user wants to index their vault for semantic search, rebuild the RAG index, or says "index", "reindex", or "rebuild index".

SKILL.md

0.7 KB, as published. Nobody here has run it

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

Report the result: how many chunks were indexed, whether it was incremental or full.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.