Summary of "OpenClaw + Obsidian gives you super powers"

Overview

The video presents a way to fix OpenClaw (and also Hermes) agent memory by using Obsidian as a persistent “vault,” implementing a 4-layer memory architecture.


Core idea: add an Obsidian-based memory layer

The creator says OpenClaw’s memory is unreliable, and their approach makes it “basically flawless.”


Existing OpenClaw memory layers (already present)

  1. Layer 1: Built-in memory

    • Contains essential facts (e.g., agent name, important local file locations).
    • Is automatically included in every prompt.
  2. agents.md / soul.md

    • agents.md: rules for the agent.
    • soul.md: “personality” / communication style instructions.
  3. Session search (Layer 4 mentioned as built-in)

    • Keeps a record of past sessions / cron jobs.
    • The creator warns that if things get slow, it may be because Layer 4 gets overloaded.

New Layer 3: Obsidian Vault (key features)

The agent uses the vault in two main ways:


Specific problem addressed: compaction forgetting

The creator claims a prior issue: during compaction, OpenClaw may “forget things from 5 seconds ago.”

With this system:


Additional vault-backed structures

The system also introduces other vault-backed elements:


Setup guide / tutorial prompt (implementation steps)

The creator provides a copy/paste prompt to set up the full system:

  1. Install Obsidian
  2. Use the provided prompt so the agent creates:
    • the 4-layer memory instructions
    • the rules file (including instructions for storing/using memories)
    • the shared workspace configuration

Important setup caution (validation step)

After running the setup prompt, they recommend verifying that:

Some model variants may fail to write everything immediately, so you may need to instruct the agent to “burn into your agents.mmd” how the system should work.


Extra tool: turning the vault into a personal wiki

Once the memory system exists, the creator suggests building a visual interface (a “personal wiki”), such as:


Recommendations / workflow advice


Main speakers / sources

Category ?

Technology


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video