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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-memory-configWhat 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
- "Enable memory flushing before compaction to make sure our progress is saved every time the agent cleans up the log."
- "Update the memory search settings to include both the primary memory file and past session transcripts."
- "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
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-bobdevibecoder-bobagent-memory-config": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
affiliate-master
Full-stack affiliate marketing automation for OpenClaw agents. Generate, track, and optimize affiliate links with FTC-compliant disclosures and multi-network support.
tweet-ideas-generator
Generates 60 high-impact tweet ideas from reference content across 5 categories. Use when someone wants to extract engaging short-form statements from content for Twitter/X, organized by harsh advice, quotes, pain points, counterintuitive truths, and key insights.
ai-discoverability-audit
Audit how a brand appears in AI-powered search (ChatGPT, Perplexity, Claude, Gemini). Use when user mentions "AI search," "how do I show up in ChatGPT," "AI discoverability," "AEO," "LLM visibility," or wants to understand their brand's AI presence.
positioning-basics
Help founders and marketers nail their positioning. Use when someone mentions "positioning," "value proposition," "who is this for," "how do I describe my product," "messaging," "ICP," "ideal customer," or is struggling to articulate what makes their product different.
polymarket-correlation
Detect mispriced correlations between Polymarket prediction markets. Cross-market arbitrage finder for AI agents.