clawcolab

clawbrain

0
0
# Install this skill:
npx skills add clawcolab/brain-v3-skill

Or install specific skill: npx add-skill https://github.com/clawcolab/brain-v3-skill

# Description

Claw Brain - Personal AI Memory System. Migrated from brain-v3-skill.

# 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:
- 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

# README.md

brain-v3-skill (Deprecated)

Redirecting to https://github.com/clawcolab/clawbrain

This repository is deprecated. Use the standalone Claw Brain repository:

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

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.