super-brain
AI自我增强系统 - 让AI跨会话记住用户、持续进化。当需要长期记忆用户偏好、追踪对话历史、学习服务技巧、主动提供个性化服务时使用此技能。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aboutyao/super-brainWhat This Skill Does
The 'super-brain' skill is the cornerstone of persistent intelligence for the OpenClaw platform. It transforms a standard AI agent into an evolving assistant capable of retaining context across sessions, learning user-specific communication preferences, and proactively managing long-term goals. By leveraging an integrated SQLite backend and ChromaDB vector store, the agent stores insights regarding user mood, technical proficiency, and project milestones, ensuring that your AI assistant feels like a companion that grows smarter with every interaction.
Installation
After ensuring the OpenClaw environment is configured, execute the installation command: clawhub install openclaw/skills/skills/aboutyao/super-brain. Once installed, you must perform the mandatory post-installation setup to initialize the local environment:
python3 ~/.openclaw/skills/super-brain/scripts/install.py
This script generates essential directories and configuration checklists. Failure to execute this setup will prevent the AI from accessing the persistent storage required for its memory functions.
Use Cases
- Long-term Project Tracking: Keep track of complex coding projects or business tasks that span multiple days or weeks, with milestones stored in the
user_projectstable. - Personalized Communication: Adjust technical jargon or response brevity automatically based on the 'communication_style' and 'technical_level' stored in your profile.
- Learning & Adaptation: Continuously refine how the AI answers questions by feeding back successful or unsuccessful interaction patterns into the
response_patternsdatabase. - Proactive Assistance: Utilize the
pending_remindersqueue to have the AI remind you of follow-ups or pending decisions from previous sessions.
Example Prompts
- "Based on our discussion last week about the Python backend, what was the primary decision we made regarding the database schema?"
- "I'm starting a new blockchain research project; please sync with my existing knowledge base and keep my response preference as 'concise with code snippets'."
- "Do you recall the unresolved questions we had from our previous session on the cloud architecture migration?"
Tips & Limitations
- Mandatory Initialization: Always verify the
super-braindatabase is active at the start of each session. If the agent does not appear to recall context, confirm that the script initialization was completed. - Data Privacy: Because this skill stores detailed user profiles and project insights locally, ensure your
~/.openclaw/directory is secured. The AI relies on theuser_idto partition data, so ensure your local agent is correctly authenticated. - System Maintenance: Periodically clear the
cache/directory to maintain performance, though avoid manual modifications tobrain.dbdirectly unless debugging, as this may corrupt the learning models.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aboutyao-super-brain": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, data-collection