vault-search
CommunitySemantic vault search and SQL-like queries.
AuthorRoasbeef
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides semantic search and SQL-style querying over the Obsidian vault. It helps you find notes by meaning, discover related content, and query frontmatter metadata without manually sifting through files.
Core Features & Use Cases
- Semantic search: Find notes by meaning using vector embeddings, returning the most relevant results even if exact keywords differ.
- Dataview-style queries: Run SQL-like queries over frontmatter and metadata to build dashboards, lists, and reports.
- Combined workflows: Chain semantic search with metadata filters to surface precise notes (e.g., open tasks in a specific folder).
Quick Start
Use the vault-search skill to perform a basic semantic search and a metadata query:
- Basic semantic search: python scripts/search.py --query "portfolio risk" --n-results 5
- SQL-style metadata query: python scripts/dataview.py --sql "SELECT path, due FROM notes WHERE status = 'open'"
Dependency Matrix
Required Modules
sqlite-vecchromadbpyyaml
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: vault-search Download link: https://github.com/Roasbeef/obsidian-claude-code/archive/main.zip#vault-search Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.