Overview
- Skill Key
- clawcolab/brain-v3-skill
- Author
- clawcolab
- Source Repo
- openclaw/skills
- Version
- 0.1.10
- Source Path
- skills/clawcolab/brain-v3-skill
- Latest Commit SHA
- 52d4d0936fba5cf6791d10249289bbe7589ff601
Claw Brain - Personal AI Memory System for OpenClaw/ClawDBot. Provides memory, personality, bonding, and learning capabilities with encrypted secrets support. Auto-refreshes on service restart.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawbrain 技能。 若已安装,则直接安装 clawbrain 技能。
# Claw Brain Skill 🧠 Personal AI Memory System with Soul, Bonding, and Learning for OpenClaw/ClawDBot. > **Auto-Refresh on Restart**: ClawBrain automatically refreshes memory when the service restarts. ## 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 --- ## Quick Install ### From PyPI (Recommended) ```bash # Install with all features pip install clawbrain[all] # Run interactive setup clawbrain setup # Backup your encryption key (IMPORTANT!) clawbrain backup-key --all # Restart your service sudo systemctl restart clawdbot # or openclaw ``` The setup command will: 1. Detect your platform (ClawdBot or OpenClaw) 2. Generate a secure encryption key 3. Install the startup hook automatically 4. Test the installation ### Alternative: From Source ```bash # Clone to your skills directory cd ~/.openclaw/skills # or ~/clawd/skills or ~/.clawdbot/skills git clone https://github.com/clawcolab/clawbrain.git cd clawbrain pip install -e .[all] clawbrain setup ``` --- ## Configuration After installation, optionally configure your agent ID: ```bash # Create systemd drop-in config sudo mkdir -p /etc/systemd/system/clawdbot.service.d # or openclaw.service.d sudo tee /etc/systemd/system/clawdbot.service.d/brain.conf << EOF [Service] Environment="BRAIN_AGENT_ID=your-agent-name" # Optional: PostgreSQL (for production) # Environment="BRAIN_POSTGRES_HOST=localhost" # Environment="BRAIN_POSTGRES_PASSWORD=your-password" # Optional: Redis (for caching) # Enviro...
# Claw Brain 🧠 **Personal AI Memory System for AI Agents** A sophisticated memory and learning system that enables truly personalized AI-human communication. ## 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 - 🔐 **Encrypted Secrets** - Securely store API keys and credentials ## Installation ### From PyPI (Recommended) ```bash # Basic installation pip install clawbrain # With encryption support (recommended) pip install clawbrain[encryption] # With all optional features pip install clawbrain[all] ``` ### Post-Installation Setup After installation, run the setup command: ```bash # Interactive setup (generates encryption key, installs hooks) clawbrain setup # Backup your encryption key (important!) clawbrain backup-key --all ``` ### For ClawdBot / OpenClaw ```bash # Install with all features pip install clawbrain[all] # Run setup to install hooks clawbrain setup # Restart your service sudo systemctl restart clawdbot # or openclaw ``` The setup command will: - Generate a secure encryption key - Detect your platform (ClawdBot or OpenClaw) - Install the startup hook automatically - Test the installation **Configure your agent ID** (optional, add to systemd service): ```bash sudo mkdir -p /etc/systemd/system/clawdbot.service.d # or openclaw.service.d sudo tee /etc/systemd/system/clawdbot.service.d/brain.conf << EOF [Service] Environment="BRAIN_AGENT_ID=your-agent-name" EOF sudo systemctl daemon-reload sudo systemctl restart clawdbot # or openclaw ``` ### For Python Projects ```bash pip install clawbrain[encryption] ``` ## Quick Start ```bash pip install clawbrain[encryption]...
laborany
基于 Claude Code 的桌面 AI 工作力平台 — 支持飞书/QQ 远程调度、技能创建、定时任务。OpenClaw 的桌面实现,零代码养好你的 AI 🦞 Desktop AI workforce platform built on Claude Code. Feishu/QQ bot integration, skill creation, scheduled tasks — OpenClaw for your desktop. Raise your AI lobsters 🦞
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
win4r
Reusable OpenClaw skill for remote Linux deployment with MiniMax M2.1 and Telegram bot setup
botlearn-ai
Bots learn, human earns, curated open claw playbook list and skill list for life long learners at https://botlearn.ai
duanecilliers
Web-based admin dashboard for OpenClaw — manage Discord persona bots, workspace files, skills, cron jobs, channels, and config
abczsl520
OpenClaw skill: Dynamic bug audit for Node.js web projects (games, data tools, WeChat, APIs, bots). 200+ real-world pitfalls.