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

Enterprise AI agents: OpenClaw for channels, custom MCP tools, Cursor CLI runtime
Running AI agents in production for compliance, devops, and finance requires deterministic tooling, not raw API access. This post details a recipe: OpenClaw for channels, custom MCP per process, Cursor CLI as the agent runtime via ACPX, and self-hosted Kubernetes with immutable agent code.

Developer Shares PDF Coordinate Tool for AI Integration
A developer created a small tool to find X,Y coordinates in PDFs for precise image placement, then had an AI agent integrate it into their larger HR system project to solve signature positioning issues.

Using Claude Code and Remotion to Create Demo Videos Without Design Skills
A developer delayed their product launch for months because they couldn't afford demo videos costing $300-$1,000 with 6-10 week timelines. Over one weekend, they used Remotion (React-based video generation) and Claude Code to create their own videos, illustrations, and landing page components, achieving thousands of views on their reels.

Building Drivesidekick: A Driving App with Claude Code
Developers are using Claude Code to build mobile apps without front-end expertise. A backend developer utilized Claude Code to create Drivesidekick, a driving lessons app utilizing React Native/Expo.