obsidian-search-vault — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited obsidian-search-vault (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Search the user's Obsidian Zettelkasten using qmd. The user's query is passed as arguments to /obsidian-search-vault.
The argument string may contain:
-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 hybridIf no arguments are provided, ask the user what they want to search for.
| Name | Contents |
|---|---|
quotes | Short quotes and aphorisms from philosophers, scientists, politicians |
people | Biographical notes on real and fictional persons |
books | Book notes with ratings and summaries |
literature-notes | Notes from articles, videos, and podcasts |
moc | Maps of Content — thematic navigation hubs |
permanent-notes | Evergreen atomic Zettelkasten notes |
unsorted-notes | Large mixed collection (5000+ notes) |
series | TV series notes |
movies | Movie notes |
lyrics | Lyrics and poems |
clippings | Web clippings and saved articles |
podcasts | Podcast notes |
companies | Company and business notes |
prompts | AI prompt notes |
countries | Country notes |
cities | City notes |
places | Place notes (restaurants, cafes, locations) |
trips | Trip and travel notes |
qmd query for hybrid search)--full is specified, or the user asks to open/read a note, fetch it with qmd get <docid># Hybrid search — query expansion + BM25 + vector + LLM re-ranking (best quality)
qmd query "<query>"
qmd query "<query>" -c <collection>
qmd query "<query>" -n 10
# Fast BM25 keyword search (instant, no models)
qmd search "<query>"
qmd search "<query>" -c <collection>
# Pure vector similarity search
qmd vsearch "<query>"
# Fetch full note content
qmd get qmd://collection/filename.md
# List files in a collection
qmd ls <collection>Present results as a clear numbered list:
qmd get path for referenceAfter showing results, offer to:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.