🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

memory-core-plus

by @zhoulf1006

Enhances OpenClaw memory by auto-recalling relevant past data before each turn and auto-capturing key info after each run for persistent context.

Versionv1.0.2
Installs1
βš™οΈ Configuration

{
  "plugins": {
    "entries": {
      "memory-core-plus": {
        "enabled": true,
        "config": {
          "autoRecall": true,
          "autoCapture": true
        }
      }
    },
    "slots": {
      "memory": "memory-core-plus"
    }
  }
}

| Key | Type | Default | Description | |-----|------|---------|-------------| | autoRecall | boolean | true | Enable automatic memory recall before each agent turn | | autoRecallMaxResults | number | 5 | Maximum memories to inject per turn | | autoRecallMinPromptLength | number | 5 | Minimum prompt length (chars) to trigger recall | | autoCapture | boolean | true | Enable automatic memory capture after each agent run | | autoCaptureMaxMessages | number | 10 | Maximum recent messages to analyze for capture |

View on ClawHub
TERMINAL
clawhub install memory-core-plus

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’