← Back to Plugins
Tools

Qnclawdian

qixk By qixk 👁 6 views ▲ 0 votes

๐Ÿง  QNClawdian โ€” An Obsidian plugin that connects OpenClaw AI agents to your vault with brain-inspired memory architecture. By Qi & Na.

GitHub

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

Loading comments...