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 Claude Code to Build a Drupal Site with Custom Twig Templates
A developer used Claude Code to create a Drupal website with custom Twig templates and raw HTML, bypassing traditional Drupal theming. They employed ddev for local development and specific commands to configure content types, views, and taxonomies.

Using OpenClaw's SkyClaw bot for personal expense tracking via Discord and Google Sheets
A user describes using SkyClaw, a cloud-native bot powered by OpenClaw, to log expenses through Discord messages and receipt images, which are automatically added to a Google Sheet without needing access to sensitive personal accounts.

100 Parallel Claude Agents Reverse-Engineer Open Source Marketing: A Playbook from r/ClaudeAI
Developer spawns 100 parallel Claude+Codex sessions to analyze why their open-source project got zero upvotes — agents returned a 7-point marketing playbook and uncovered Anthropic's plugin registry as a low-competition channel.

Startup Founder Uses AI Agents for Customer Support and Competitor Research
A startup founder automated customer support by connecting an AI agent to documentation, reducing daily time from 2 hours to 20 minutes, and set up weekly competitor research summaries delivered to Slack.