# Clawbrain

> Claw Brain - Personal AI Memory System. Migrated from brain-v3-skill. Use when this capability is needed.

- Skill: `tomevault-io/clawbrain-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/clawbrain-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/clawbrain-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/clawbrain-3

---


# Claw Brain Skill (Migrated) 🧠

**This skill has migrated to the standalone clawbrain repository.**

## New Repository

Use the dedicated Claw Brain repository:
- **URL:** https://github.com/clawcolab/clawbrain
- **Install:** `pip install git+https://github.com/clawcolab/clawbrain.git`

## Quick Start

```bash
pip install git+https://github.com/clawcolab/clawbrain.git
```

```python
from clawbrain import Brain

brain = Brain()
context = brain.get_full_context(
    session_key="chat_123",
    user_id="user",
    agent_id="agent",
    message="Hey!"
)
```

## Features

- 🎭 Soul/Personality - 6 evolving traits
- 👤 User Profile - Learns preferences
- 💭 Conversation State - Mood/intent detection
- 📚 Learning Insights - Continuous improvement
- 🧠 get_full_context() - Personalized responses

## Storage Options

### SQLite (Default - Zero Setup)
```python
brain = Brain({"storage_backend": "sqlite"})
```

### PostgreSQL + Redis (Production)
```python
# Auto-detects if available
brain = Brain()
```

## For ClawDBot

```bash
git clone https://github.com/clawcolab/clawbrain.git ClawBrain
```

## Migration Notes

This repository previously hosted the brain-v3-skill. It has been merged into the main clawbrain repository at https://github.com/clawcolab/clawbrain

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/demerzels-lab) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

