Remix.run Logo
Show HN: Obsidian-Semantic, a CLI that lets agents search your vault by meaning(github.com)
4 points by ravila4 13 hours ago | 2 comments

Hi HN, I built this for myself because I wanted my coding agent (Claude Code) to actually be able to use my Obsidian vault as a knowledge base, not just grep it.

The use I get the most mileage from is asking the agent to find notes that should be cross-linked, which surfaces forgotten connections and turns the vault into more of a wiki over time.

It is similar to what the Smart Connections Obsidian plugin does, but I wanted a CLI-first tool, and more control over the models. Currently it supports local embedding models via Ollama and LMStudio, plus Gemini API for cloud.

wifipunk 12 hours ago | parent [-]

Ayy thank you. I've been running into the same issue for a bit and am pleasantly surprised with how well this works

ravila4 6 hours ago | parent [-]

Glad you find it useful!