obsidian-search-vault
Search Vault
Search the user's Obsidian Zettelkasten using qmd. The user's query is passed as arguments to /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
More from kogakure/skills
handoff
>
2vault-add
Add a new book, podcast, TV show, or movie to the Obsidian Zettelkasten vault. Creates the resource note from a template, fills in metadata from the web, downloads cover art, updates today's daily note, and re-indexes qmd. Use when the user says "add book", "add podcast", "add show", "add movie", or wants to log media in their vault.
2search-vault
Search the Obsidian Zettelkasten vault using qmd hybrid search (BM25 + vector + LLM re-ranking). Use when the user wants to find notes, quotes, people, books, literature notes, permanent notes, or any content in their personal knowledge base.
2obsidian-vault-add
Add a new book, podcast, TV show, movie, person, country, or city to the Obsidian Zettelkasten vault. Creates the resource note from a template, fills in metadata from the web, downloads cover art, updates today's daily note (media only), and re-indexes qmd. Use when the user says "add book", "add podcast", "add show", "add movie", "add person", "add country", "add city", or wants to log media, people, or places in their vault.
2obsidian-weekly-summary
Summarize the current week from the Obsidian Zettelkasten daily notes. Reads all daily notes for the current calendar week (Monday through today) from the 06 Daily/ folder and produces a structured German-language summary of the most important things done: completed tasks, sport, learning, social events, media consumed, and highlights. Use whenever the user asks for a weekly review, weekly summary, "was habe ich diese Woche gemacht", "Wochenrückblick", "weekly recap", or wants to see what happened this week.
1