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
Converted and distributed by TomeVault — claim your Tome and manage your conversions.