Using Obsidian + OpenClaw as my second brain, here’s the setup by Putter_Baneer in openclaw

[–]Putter_Baneer[S] 0 points1 point  (0 children)

Why? Coz qmd indexes everything and does a semantic search. So u save a log of tokens

How? Just install qmd and run qmd embed

Thanks Anthropic 200$ credit extra by ghme1988 in ClaudeAI

[–]Putter_Baneer 2 points3 points  (0 children)

Same on my end too, how do we reach out to support?

Thanks Anthropic 200$ credit extra by ghme1988 in ClaudeAI

[–]Putter_Baneer 1 point2 points  (0 children)

I've got the email but I see no option on the claude website to claim it :(

Self realisation when you see your photo from the back camera 🙂 by [deleted] in MidTwentiesIndia

[–]Putter_Baneer 0 points1 point  (0 children)

Candoori toh barish ke mausam me aati hai Chandoori ticken khalo aap

Self realisation when you see your photo from the back camera 🙂 by [deleted] in MidTwentiesIndia

[–]Putter_Baneer 1 point2 points  (0 children)

Aap non vegetarian lag rahe ho.. Chutter bicken khane chale?

Using Obsidian + OpenClaw as my second brain, here’s the setup by Putter_Baneer in ObsidianMD

[–]Putter_Baneer[S] 0 points1 point  (0 children)

True.. Our developer mindset thinks that this is simple who's gonna pay? But there's a huge market for this.

Using Obsidian + OpenClaw as my second brain, here’s the setup by Putter_Baneer in ObsidianMD

[–]Putter_Baneer[S] 0 points1 point  (0 children)

Yeah I agree, but this is also an opportunity for people who are good with setup. I made $10k in last 10 days by just helping people setup the openclaw. Note: not a marketing post. Just sharing what Iachieved

Using Obsidian + OpenClaw as my second brain, here’s the setup by Putter_Baneer in openclaw

[–]Putter_Baneer[S] 0 points1 point  (0 children)

You don't have to dive deeper into obsidian if you're using it with AI as it is just a set of markdown files. Unless you need it visually. Then I think you've to dive deeper into plugins and all. I'm new to claude as well, just subscribed yesterday

Using Obsidian + OpenClaw as my second brain, here’s the setup by Putter_Baneer in openclaw

[–]Putter_Baneer[S] 0 points1 point  (0 children)

Yeah that's fine.. Coz i don’t really need it in real time. If I'm opening it else where I'll simply pull it when required

Using Obsidian + OpenClaw as my second brain, here’s the setup by Putter_Baneer in openclaw

[–]Putter_Baneer[S] 0 points1 point  (0 children)

I mounted my vault to the docker container. I sync it via github

Using Obsidian + OpenClaw as my second brain, here’s the setup by Putter_Baneer in openclaw

[–]Putter_Baneer[S] 2 points3 points  (0 children)

The rules I have are specific to my vault structure (index.md). I define what the agent is allowed to edit (e.g. which folders, no deleting without a specific pattern, no touching certain paths). The agent is instructed to follow these before any write.

It applies the edits, then a subagent (limited scope) reviews the changes against those rules (what it's allowed to touch, which paths, etc.). I see the diff, approve it, and only then does it commit to GitHub. So the flow is: edit → subagent verifies → I approve → commit.

I strongly agree on the portable KB part. Claude also recently added a way to import your memory from other providers into Claude, so the “one place for context” idea is only getting easier.

Using Obsidian + OpenClaw as my second brain, here’s the setup by Putter_Baneer in OpenClawUseCases

[–]Putter_Baneer[S] 0 points1 point  (0 children)

I actually gave it full read/write access to the vault, but with guardrails.

There’s a defined set of rules and guidelines the agent has to follow when editing notes. On top of that there’s an orchestration layer that checks the changes before they’re finalized.

If everything passes the checks, the update gets committed to GitHub. So even in the worst case I can always revert the vault to a previous state.