Using Obsidian with OpenClaw as a second brain setup

A developer on r/openclaw shared their setup using OpenClaw with Obsidian as a second brain system for notes, tasks, and long-term context management.
Key implementation details
The setup keeps context live in Obsidian, with the OpenClaw agent reading and writing directly to the vault to avoid burning tokens on large context dumps.
- QMD implementation: The agent can search notes without loading everything, resulting in significant token reduction. The user reports token use dropped in the 80-90% range in their setup.
- On-demand skill loading: Skills are loaded only when needed for specific tasks, avoiding sending 40-50 skills with every interaction.
- Centralized knowledge base: Obsidian serves as "everything I know" that the agent can query, reducing reliance on in-chat memory alone.
The user notes that the combination of a local vault with QMD has been particularly effective, though they're still iterating on the setup.
📖 Read the full source: r/openclaw
👀 See Also

Master Thesis Written Mostly with Claude: Economics Student Passes with Top Grade
An economics student used Claude for literature review, data analysis with Python scripts and Excel, and presentation — passed with a top grade near PhD level. Appendix disclosed AI use, no questions asked.

AI TDD Pipeline: How Bad Instructions Created 3,400 Tests and What Fixed It
A developer built a multi-agent TDD pipeline with Claude Code where different agents handle testing, coding, and review. The initial instruction 'write tests for everything' resulted in 3,400 tests with only 44% valid, leading to 'coverage theater' where tests didn't catch real bugs.

Developer builds flight comparison tool with Claude Code using BDMA approach
A non-developer built easyscape.eu using Claude Code with a BDMA (build/debug/measure/adjust) loop approach. The tool compares multiple departure airports, integrates real costs like road tolls and parking, and shows the most economical departure option, not just the cheapest ticket.

Practical lessons from automating LinkedIn outreach with OpenClaw
A developer shares hard-won lessons from three weeks of automating LinkedIn outreach with OpenClaw, covering LinkedIn's automation detection, account warm-up periods, ICP scoring with intent signals, rate limiting nuances, and conversation flow design.