---
schema_version: "newruntime-agent-readable-v0.2"
type: "post"
stable_id: "post:hermes-obsidian-live-context"
slug: "hermes-obsidian-live-context"
title: "Hermes + Obsidian Turns Notes Into an Agent-Operable Workspace"
description: "Hermes now ships an Obsidian skill that can read, search, create, edit, and link vault notes, making a filesystem knowledge base actionable agent context."
retrieval_nugget: "Hermes now ships an Obsidian skill that can read, search, create, edit, and link vault notes, making a filesystem knowledge base actionable agent context. Hermes ships an Obsidian skill that works directly with a vault on the filesystem. Across 3 public source links, the official contract covers reading, listing, searching, creating, editing, appending, and adding wikilinks to Markdown notes, which."
status: "published"
published_at: "2026-07-24"
updated_at: "2026-07-24"
record_date: "2026-07-24"
date_kind: "published_at"
topics: ["hermes","obsidian","agent-memory"]
source_urls: ["https://x.com/akshay_pachaar/status/2056356792494682385","https://hermes-agent.nousresearch.com/docs/user-guide/skills/bundled/note-taking/note-taking-obsidian","https://github.com/NousResearch/hermes-agent/blob/main/skills/note-taking/obsidian/SKILL.md"]
visuals: [{"id":"hermes-obsidian-memory-boundary","kind":"editorial-diagram","role":"hero","src":"https://newruntime.com/images/posts/hermes-obsidian-memory-boundary.webp","alt":"A controlled bidirectional loop moves selected operational records into a scoped Obsidian vault, through owner correction and review, then back as approved policy.","caption":"Hermes makes notes actionable, but the production boundary keeps Supabase as the system of record and Obsidian as a curated human-owned surface.","credit":"New Runtime synthesis from the bundled Hermes Obsidian skill","source_url":"https://hermes-agent.nousresearch.com/docs/user-guide/skills/bundled/note-taking/note-taking-obsidian","generated_with":"gemini-3.1-flash-image","width":1600,"height":900,"legend":[{"label":"Operational records","description":"Source items, story clusters, decisions, and deadlines stay in the structured system of record."},{"label":"Curated notes","description":"Selected evidence becomes linked Markdown that remains legible and editable to the owner."},{"label":"Scoped actions","description":"Hermes may read, search, create, edit, append, and link only inside an allowed vault boundary."},{"label":"Owner correction","description":"Human edits remain visible and versioned instead of silently overwriting earlier evidence."},{"label":"Reviewed return","description":"Only an approved change becomes operational policy and flows back into the system."}]}]
routes: {"html":"https://newruntime.com/posts/hermes-obsidian-live-context/","markdown":"https://newruntime.com/posts/hermes-obsidian-live-context.md","json":"https://newruntime.com/posts/hermes-obsidian-live-context.json"}
source_format: "markdown"
---

# Hermes + Obsidian Turns Notes Into an Agent-Operable Workspace

## Retrieval answer

Hermes now ships an Obsidian skill that can read, search, create, edit, and link vault notes, making a filesystem knowledge base actionable agent context. Hermes ships an Obsidian skill that works directly with a vault on the filesystem. Across 3 public source links, the official contract covers reading, listing, searching, creating, editing, appending, and adding wikilinks to Markdown notes, which.

Hermes ships an Obsidian skill that works directly with a vault on the filesystem. Across 3 public source links, the official contract covers reading, listing, searching, creating, editing, appending, and adding wikilinks to Markdown notes, which makes a local knowledge base directly actionable by an agent.

That is a more concrete claim than "the agent has a second brain." Obsidian supplies durable, human-readable files and links. Hermes supplies actions over those files. Together they create a shared workspace that both the owner and the agent can inspect.

## What does the integration not solve?

A vault full of backlinks is not automatically good memory. It can still contain duplicates, stale conclusions, weak provenance, or notes whose permissions are too broad. Searchability is not the same as trustworthy recall, and the ability to edit every note is not always desirable.

A production setup needs:

- an explicit vault path and narrow writable folders;
- source URLs and observed dates inside evidence notes;
- separate raw evidence, interpretations, and current decisions;
- version history or backup;
- rules for superseding stale claims without erasing them.

## New Runtime Read

For New Runtime, Obsidian is useful as an owner-facing analytical surface, but it should not replace the operational database. Supabase remains the system of record for source items, story clusters, decisions, and deadlines. A vault can receive curated trend memos, system dossiers, and decision logs that are pleasant to navigate and edit.

The strongest pattern is bidirectional but controlled:

```text
operational records -> curated knowledge note -> owner correction
owner correction -> reviewed change -> operational policy
```

The value is not infinite context. It is a legible boundary between machine-operable memory and human-owned knowledge.
