Skip to content
Flows
Tier 3 · Agent memory Agent memory · fetched 2026-07-02

Claw Brain

A personal AI memory system for agents featuring an evolving personality layer (six traits) alongside memory - an example of memory systems extending into persona and preference modeling.

View source on GitHub

Key takeaways

  • 01

    One distinct idea: persona/preference state stored beside factual memory

From the archive

Verbatim excerpts mined from our local archive of this repository — the prompts, schemas, and patterns worth stealing.

Memory

Personality traits as evolving memory state

Features:
- Soul/Personality - 6 evolving traits (humor, empathy, curiosity, creativity, helpfulness, honesty)
- User Profile - Learns user preferences, interests, communication style
- Conversation State - Real-time mood detection and context tracking
- Learning Insights - Continuously learns from interactions and corrections
- get_full_context() - Everything for personalized responses
- Auto-Refresh - Automatically refreshes memory on service restart
- Encrypted Secrets - Store API keys and credentials securely

A memory skill that treats personality as mutable state alongside facts - six numeric traits evolve from interactions, and one call assembles the full personalization context.

SKILL.md