1.7k★by clawcolab
clawbrain – OpenClaw Skill
clawbrain is an OpenClaw Skills integration for coding workflows. Claw Brain - Personal AI Memory System. Migrated from brain-v3-skill.
Skill Snapshot
| name | clawbrain |
| description | Claw Brain - Personal AI Memory System. Migrated from brain-v3-skill. OpenClaw Skills integration. |
| owner | clawcolab |
| repository | clawcolab/brain-v3-skill |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @clawcolab/brain-v3-skill |
| last updated | Feb 7, 2026 |
Maintainer

name: clawbrain description: "Claw Brain - Personal AI Memory System. Migrated from brain-v3-skill." metadata: {"clawdbot":{"emoji":"🧠","requires":{"dirs":["clawbrain"]},"install":[{"id":"git","kind":"git","url":"https://github.com/clawcolab/clawbrain.git","label":"Install Claw Brain (git)"}]}}
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
pip install git+https://github.com/clawcolab/clawbrain.git
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)
brain = Brain({"storage_backend": "sqlite"})
PostgreSQL + Redis (Production)
# Auto-detects if available
brain = Brain()
For ClawDBot
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
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install clawbrain?
Run openclaw add @clawcolab/brain-v3-skill in your terminal. This installs clawbrain into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/clawcolab/brain-v3-skill. Review commits and README documentation before installing.
