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

Memory Augment

by @indigas

Long-term memory system for OpenClaw agents. Store, retrieve, and query conversation history and learned information across sessions.

πŸ’‘ Examples

# Install via clawhub
npx clawhub install memory-augment

Trigger

"Remember that I prefer Python for automation scripts" "Find all notes about my workspace setup"

βš™οΈ Configuration

# ~/.memory-augment/config.yaml
storage:
  path: ~/.memory-augment/storage.yaml
  format: yaml  # or json

settings: max_memories: 1000 default_expiry: 7 # days score_decay: 0.95 # daily decay factor search: top_k: 20 min_score: 0.3 include_tags: true

auto_inject: enabled: true max_tokens: 5000 inject_before: ["each_turn", "weekly_summary"]

View on ClawHub
TERMINAL
clawhub install claw-memory-augment

πŸ§ͺ 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 β†’