basal-ganglia-memory
Habit formation and procedural learning for AI agents. Develop preferences and shortcuts through repetition. Part of the AI Brain series.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/impkind/basal-ganglia-memoryBasal Ganglia Memory 🎯
Habit formation for AI agents. Part of the AI Brain series.
Status: 🚧 Under Development
This skill is being developed. Star/watch for updates!
Concept
The basal ganglia is responsible for habit formation and procedural learning. This skill will give AI agents:
- Habit tracking — actions repeated become automatic preferences
- Procedural memory — "muscle memory" for common workflows
- Reward-based learning — reinforce patterns that work
- Preference development — "I always do X this way because it works"
AI Brain Series
| Part | Function | Status |
|---|---|---|
| hippocampus | Memory formation, decay, reinforcement | ✅ Live |
| amygdala-memory | Emotional processing | ✅ Live |
| basal-ganglia-memory | Habit formation | 🚧 Development |
| anterior-cingulate-memory | Conflict detection | 🚧 Development |
| insula-memory | Internal state awareness | 🚧 Development |
Coming Soon
Based on neuroscience research on the basal ganglia's role in procedural learning and habit formation.
Built with ❤️ by the OpenClaw community
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-impkind-basal-ganglia-memory": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
vta-memory
Reward and motivation system for AI agents. Dopamine-like wanting, not just doing. Part of the AI Brain series.
whisper-mlx-local
Free local speech-to-text for Telegram and WhatsApp using MLX Whisper on Apple Silicon. Private, no API costs.
acc-error-memory
Error pattern tracking for AI agents. Detects corrections, escalates recurring mistakes, learns mitigations. The 'something's off' detector from the AI Brain series.
amygdala-memory
Emotional processing layer for AI agents. Persistent emotional states that influence behavior and responses. Part of the AI Brain series.
anterior-cingulate-memory
Conflict detection and error monitoring for AI agents. The 'something's off' detector. Part of the AI Brain series.