skills$openclaw/basal-ganglia-memory
impkind1.5k

by impkind

basal-ganglia-memory – OpenClaw Skill

basal-ganglia-memory is an OpenClaw Skills integration for data analytics workflows. Habit formation and procedural learning for AI agents. Develop preferences and shortcuts through repetition. Part of the AI Brain series.

1.5k stars6.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namebasal-ganglia-memory
descriptionHabit formation and procedural learning for AI agents. Develop preferences and shortcuts through repetition. Part of the AI Brain series. OpenClaw Skills integration.
ownerimpkind
repositoryimpkind/basal-ganglia-memory
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @impkind/basal-ganglia-memory
last updatedFeb 7, 2026

Maintainer

impkind

impkind

Maintains basal-ganglia-memory in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
293 B
SKILL.md
1.7 KB
SKILL.md

name: basal-ganglia-memory description: "Habit formation and procedural learning for AI agents. Develop preferences and shortcuts through repetition. Part of the AI Brain series." metadata: openclaw: emoji: "🎯" version: "0.1.1" author: "ImpKind" requires: os: ["darwin", "linux"] tags: ["memory", "habits", "ai-brain"]

Basal 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

PartFunctionStatus
hippocampusMemory formation, decay, reinforcement✅ Live
amygdala-memoryEmotional processing✅ Live
basal-ganglia-memoryHabit formation🚧 Development
anterior-cingulate-memoryConflict detection🚧 Development
insula-memoryInternal 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

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install basal-ganglia-memory?

Run openclaw add @impkind/basal-ganglia-memory in your terminal. This installs basal-ganglia-memory into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/impkind/basal-ganglia-memory. Review commits and README documentation before installing.