Data vault
A folder of your own notes the agent can read and search.
Make the vault, then hand it over
A vault sounds like software. It is a folder of markdown files — no database, no API, no plugin. Nothing to integrate: you make the folder, then tell your agent where it is.
Order matters here: make the vault first, then hand it to your agent. Obsidian creates the folder for you as part of its own setup, so there is nothing to build by hand.
- Download Obsidian ↗ and install it. No account needed.
- On first launch choose Create new vault. Name it
second-brain. - Choose where it lives, and write the path down — you hand it to your agent in a moment. Somewhere plain like your home folder is ideal; avoid a cloud-synced folder, or you will be resolving sync conflicts later.
- Write one short note about something real — a decision you made this week, notes from a call. Just one; you need something in there worth finding.
That is your part. Hermes ships an Obsidian skill already installed, so all it needs is the path — it reads OBSIDIAN_VAULT_PATH from the .env file in your Hermes home. Set it and restart Hermes.
OBSIDIAN_VAULT_PATH=/home/you/second-brain~ or $VARS. If you skip this, the skill looks in ~/Documents/Obsidian Vault, which is almost certainly not where yours is. Not sure where your Hermes home is? Ask your agent: “Where is your Hermes home folder?”Now check it can read: ask something only your note could answer. If it quotes your own words back, the wiring is good.
Then let it write, which is the more useful half. Ask it to set the place up for you:
Set up my vault: create folders for inbox, sources and synthesis,
and add a short README note explaining what each one is for.Teach it your filing habits
Those three folders are our suggestion, not a rule Obsidian or Hermes imposes. They exist to answer one question every notes system eventually faces — where does this go?
- `inbox` — anything you dumped in a hurry and have not sorted yet.
- `sources` — things other people wrote: clippings, quotes, papers, links.
- `synthesis` — what you concluded, in your own words. This is the folder that gets valuable.
Rename them, drop one, use your own scheme — it makes no difference to the agent, as long as you tell it which scheme you chose. The skill knows how to work a vault; it does not know how you file. Two lines in MEMORY.md from the last lesson make your choice permanent:
- My vault: inbox = unsorted, sources = what I read, synthesis = my own conclusions.
- Search the vault before answering questions about my projects. File new notes in inbox/.Now the structure earns its keep: when the agent files things the way you do, its notes and your notes stay one library instead of two.
The [[double brackets]] are plain text — nothing magic. Obsidian reads them and draws the graph you came for; the agent writes them too, so the graph keeps growing whether the note came from you or from it.
Proof checklist
What is a vault in this course?
Pick one — the answer is revealed straight away.