Tools
Qnclawdian
๐ง QNClawdian โ An Obsidian plugin that connects OpenClaw AI agents to your vault with brain-inspired memory architecture. By Qi & Na.
README
# ๐ง QNClawdian
**An Obsidian plugin that connects OpenClaw AI agents to your vault with brain-inspired memory architecture.**
> QN = **Q**i (ๅฏๅฅ) + **N**a (ๅคงๆฟ้ฉฌ) โ Built by humans and AI, together.
---
## What is QNClawdian?
QNClawdian brings AI agent capabilities directly into Obsidian, powered by OpenClaw and local LLMs. Your vault becomes a **living brain** โ with memory regions modeled after the human brain.
### ๐ง Brain-Inspired Memory Architecture
| Brain Region | Folder | Function |
|-------------|--------|----------|
| **Sensory Cortex** | `sensory/` | Raw inputs (read-only) |
| **Prefrontal Cortex** | `prefrontal/` | Working memory (current tasks) |
| **Hippocampus** | `hippocampus/` | Episodic memory (daily logs) |
| **Temporal Lobe** | `temporal/` | Long-term knowledge (distilled insights) |
| **Amygdala** | `amygdala/` | Importance markers (never expire) |
| **Basal Ganglia** | `basal/` | Skills & workflows (procedural memory) |
| **Cerebellum** | `cerebellum/` | Instincts & reflexes (auto-triggers) |
### โจ Key Features
- ๐ค **Multi-Agent Support** โ Multi AI agents, each with their own memory space
- ๐ **Auto `[[]]` Links** โ Bidirectional links generated automatically
- ๐ **3-Layer Search** โ Graph (PageRank) + TF-IDF + Semantic (FAISS)
- ๐ **Obsidian Graph View** โ Visualize agent memory relationships
- ๐ **Local-First** โ Works with Ollama (gemma4, qwen2.5, etc.)
- ๐ **Cloud Optional** โ Connect to OpenClaw Gateway for cloud models
- ๐ **Privacy** โ All data stays on your machine
### ๐๏ธ Architecture
```
Obsidian UI
โ
QNClawdian Plugin (TypeScript)
โ
โโโโโโโโโโโโโฌโโโโโโโโโโโโโโโ
โ OpenClaw โ Local Ollama โ
โ Gateway โ (gemma4:31b) โ
โโโโโโโโโโโโโดโโโโโโโโโโโโโโโ
โ
Brain Memory System (7 regions)
โ
[[]] Bidirectional Links โ Graph View
```
## Installation
### Prerequisites
- Obsidian v1.4.5+
- OpenClaw or Ollama running locally
- Desktop only (macOS, Linux, Windows)
### Manual Install
1. Download `main.js`, `manifest.json`, `styles.css` from [latest release](https://github.com/YOUR_USERNAME/qnclawdian/releases/latest)
2. Create folder: `/path/to/vault/.obsidian/plugins/qnclawdian/`
3. Copy files into the folder
4. Enable in Obsidian: Settings โ Community plugins โ "QNClawdian"
## Inspiration
- [Claudian](https://github.com/YishenTu/claudian) โ Claude Code + Obsidian (8Kโญ)
- [Karpathy's AI Wiki](https://karpathy.bearblog.dev/) โ raw/wiki/daily structure
- [OpenClaw](https://github.com/openclaw/openclaw) โ Multi-agent AI runtime
- Human Brain Memory Architecture โ Hippocampus, Prefrontal Cortex, Amygdala
## Authors
- **Qi** (ๅฏๅฅ) โ Vision, Architecture, Product
- **Na** (ๅคงๆฟ้ฉฌ) โ Development, AI Engineering
## License
MIT License โ See [LICENSE](LICENSE)
---
*"Your vault is not just storage. It's a brain."*
tools
Comments
Sign in to leave a comment