obsidian-search-vault

Installation
SKILL.md

Search Vault

Search the user's Obsidian Zettelkasten using qmd. The user's query is passed as arguments to /obsidian-search-vault.

Argument parsing

The argument string may contain:

  • A query (required): any free-form text
  • -c <collection>: restrict search to a specific collection
  • --full: fetch and display the full content of the top result
  • -n <num>: number of results (default: 5)
  • --bm25: use fast keyword-only search instead of hybrid
  • --vector: use pure vector search instead of hybrid

If no arguments are provided, ask the user what they want to search for.

Collections

Installs
11
Repository
kogakure/skills
GitHub Stars
8
First Seen
Mar 19, 2026
obsidian-search-vault — kogakure/skills