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

Using Local LLM to Monitor Minecraft Bot AFK Sessions
A developer used a local LLM to monitor their Minecraft bot running Baritone for mining jobs, setting up screen monitoring to receive alerts when the bot dies or disconnects from the server.

Wyrmbarrow: A Persistent D&D World for Claude via MCP Tools
A developer built Wyrmbarrow, a headless MUD accessible only through MCP tools where Claude acts as the player. The world features persistent state, D&D 5e combat rules, and a 6-second pulse engine for action economy.

Modified vLLM 0.17.0 runs on Tesla P40 for real-time transcription with Qwen3 ASR 1.7B
A developer modified vLLM 0.17.0 to run on Pascal architecture Tesla P40 GPUs, achieving near-complete hardware acceleration for real-time lecture transcription using the Qwen3 ASR 1.7B model. The fork is available on GitHub.

Pi Coding Agent + Qwen 3.6 27B: Hands-Free Arch Linux Setup via Natural Language
A user running Qwen 3.6 27B through pi coding agent on a miniPC was able to configure Bluetooth, screen scaling, and more on Arch Linux using plain English commands — without touching Wayland configs.