ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

memory-config

Configure memory settings for Clawdbot including memory flush before compaction and session memory search. Use when the user wants to enable or configure memory features like compaction.memoryFlush, sessionMemory search, or memorySearch sources.

Why use this skill?

Optimize Clawdbot memory management with the memory-config skill. Enable session transcript searching and persistent context flushing for better agent recall.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-memory-config
Or

What This Skill Does

The memory-config skill provides a robust interface for administrators to fine-tune how Clawdbot manages, preserves, and retrieves its contextual knowledge. By manipulating internal configuration paths, this skill allows for the granular activation of memory flushing, which ensures that active conversation context is serialized to disk before a compaction event occurs. Furthermore, it unlocks the ability to expand the agent's knowledge base beyond the standard MEMORY.md file, allowing for the inclusion of historical session transcripts. This creates a much more continuity-aware agent capable of referencing past interactions and long-term data storage.

Installation

To install this skill, use the Clawhub CLI interface within your terminal environment. Run the following command to download and integrate the necessary configuration schemas into your agent's ecosystem: clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-memory-config Once installed, the gateway configuration will be updated to expose the new settings, and the agent will automatically restart to apply the updated memory topology.

Use Cases

  • Long-term Context Retention: Ideal for agents that require deep familiarity with user preferences established over weeks or months of interaction.
  • Complex Task Troubleshooting: Useful when an agent needs to correlate current errors with similar issues encountered in previous sessions.
  • Data Consistency: Essential for environments where frequent memory compaction could otherwise lead to the loss of transient working context.

Example Prompts

  1. "Enable memory flushing before compaction to make sure our progress is saved every time the agent cleans up the log."
  2. "Update the memory search settings to include both the primary memory file and past session transcripts."
  3. "Switch my memory search source to only look at session files, I want to prioritize my historical interaction data."

Tips & Limitations

  • Performance Impact: Enabling deep session memory search can slightly increase latency during the initial recall phase of a prompt, as the agent must scan larger volumes of indexed data.
  • Compaction Cycles: Be aware that enabling memory flush makes the compaction process slightly more resource-intensive, so ensure your host has sufficient storage I/O bandwidth.
  • Validation: Always verify your JSON structure when applying patches through the gateway to avoid configuration lockouts.

Metadata

Stars1100
Views0
Updated2026-02-17
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bobdevibecoder-bobagent-memory-config": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#memory#context#persistence#configuration#clawdbot
Safety Score: 4/5

Flags: file-write, file-read