Basal Ganglia Memory
Habit formation and procedural learning for AI agents. Develop preferences and shortcuts through repetition. Part of the AI Brain series.
ImpKind
@impkind
What This Skill Does
Implements habit formation and procedural learning for AI agents, enabling them to develop preferences and shortcuts through repeated actions. Part of the AI Brain series.
Replaces manually coding reward-based learning loops by giving agents automatic habit tracking, procedural memory, and preference development.
When to Use It
- Train an AI agent to prefer efficient workflows through repetition
- Automate common multi-step tasks by reinforcing successful sequences
- Develop agent preferences for specific tools or response styles over time
- Implement reward-based learning to optimize agent decision-making
- Build procedural memory for frequently executed agent actions
- Create adaptive shortcuts that improve agent performance with use
Install
$ openclaw skills install @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
Top skills in this category
Self-Improving + Proactive Agent
@ivangdavilaSelf-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...
ontology
@oswalpalashTyped knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Humanizer
@biostartechnologyRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Obsidian
@steipeteWork with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
YouTube Watcher
@michaelgatharaFetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.