skills$openclaw/clawbrain
clawcolab1.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.

1.7k stars6.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameclawbrain
descriptionClaw Brain - Personal AI Memory System. Migrated from brain-v3-skill. OpenClaw Skills integration.
ownerclawcolab
repositoryclawcolab/brain-v3-skill
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @clawcolab/brain-v3-skill
last updatedFeb 7, 2026

Maintainer

clawcolab

clawcolab

Maintains clawbrain in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
456 B
SKILL.md
1.6 KB
SKILL.md

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:

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

README.md

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.