OnepilotJoin
KnowledgeA read-write knowledge base for your agent

Obsidian for OpenClaw & Hermes

Turn an Obsidian vault into a read-write knowledge base your agent can search, update, and build on. How the Obsidian skill works on OpenClaw vs Hermes, and how to drive it from your phone.

sofiane8910

by sofiane8910 · June 5, 2026 · 5 min read

TL;DR

Obsidian gives your agent a persistent, human-readable second brain: plain-Markdown notes it can read, search, and write back to. OpenClaw ships an official Obsidian skill that drives the vault over the Obsidian CLI; Hermes can mount a vault as a skill and write to a live ~/wiki folder you browse in the Obsidian app at the same time. Same vault, two paths in.

Onepilot runs OpenClaw and Hermes from your iPhone — get one email when it ships on the App Store.

Obsidian is the most popular way to give an agent a persistent, human-readable memory. Instead of an opaque vector store, the agent works in a folder of plain-Markdown notes — the same vault you read and edit yourself. It can orient itself at the start of a session, traverse links between notes, and write discoveries back so the next run starts smarter.

This is why it's a staple of the knowledge-management category on both frameworks: it's the rare skill that's useful to the agent and directly useful to you.

Obsidian on OpenClaw

OpenClaw ships an official Obsidian skill in its core skill set. It drives an existing vault through the Obsidian command-line tool — reading, searching, creating, and editing notes, tasks, links, properties, and even plugin data. You install it from ClawHub like any other skill:

openclaw skills install obsidian

Point it at your vault path and the agent can now answer questions from your notes and append what it learns. Because it's an official skill, it stays current with OpenClaw's skill protocol and shows up in the registry with version history and community feedback.

Obsidian on Hermes

Hermes approaches the same problem from its memory-first design. You add Obsidian as a skill and let the agent own a vault folder — often ~/wiki on the server. The agent writes notes there while you browse the same vault in the Obsidian app on your laptop or phone, and changes appear within seconds. Community packages like kepano/obsidian-skills (from Obsidian's own CEO) round out full read-write access.

A nice consequence of Hermes' built-in learning loop: the notes it writes to Obsidian become raw material its Curator can later distil into reusable skills. Your vault becomes both your knowledge base and a staging area for the agent's self-improvement.

OpenClaw vs Hermes at a glance

Either way you end up with the same thing developers keep coming back for: an agent whose memory you can actually open, read, and correct.

Running it from your phone

The vault lives on whatever server runs the agent, so you reach it over SSH. OpenClaw and Hermes both run headless on a VPS, Mac mini, or Raspberry Pi — and Onepilot gives you the SSH terminal to manage them from an iPhone, with Obsidian Mobile open alongside to watch the notes update.

FAQ

What does the Obsidian skill actually let the agent do?

Read, search, create, and edit notes — including tasks, links, properties, and plugin data — inside an existing Obsidian vault. Because the vault is plain Markdown, anything the agent writes is immediately readable (and editable) by you in the Obsidian app.

Does Obsidian work the same on OpenClaw and Hermes?

The end result is similar — a read-write Markdown knowledge base — but the plumbing differs. OpenClaw uses an official skill that shells out to the Obsidian CLI. Hermes treats the vault as a folder it owns (commonly ~/wiki) and syncs in near real time, so edits appear in your Obsidian app within seconds.

Can I use the Obsidian skill from my iPhone?

Yes. The agent runs on a server you reach over SSH, so the vault lives there too. Onepilot gives you that SSH session plus a terminal from your phone, and you can keep the same vault open in Obsidian Mobile to watch the agent's edits land.

Related skills

Run these agents from your iPhone

Drop your email and we'll send one note when Onepilot ships on the App Store.

See also: all skills, OpenClaw on iPhone, or Hermes on iPhone.