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

Memory Dreaming

by @ptburkis

A Markdown + JSON memory framework with conversation archiving for AI agents. Provides persistent long-term memory with biologically-inspired decay, recall b...

Versionv0.1.2
βš™οΈ Configuration

1. Copy scripts to your workspace

cp skills/memory-dreaming/scripts/*.js scripts/

Scripts use path.resolve(__dirname, '..') for workspace root β€” they must live in /scripts/.

2. Bootstrap (if you have an existing MEMORY.md)

node scripts/memory-bootstrap.js          # seed memory-meta.json
node scripts/conversation-archive.js --discover  # see available channels

Starting from scratch? See references/cold-start.md.

3. Set up conversation archiving (optional)

Create archives/archive-config.json to label your groups:

{
  "agentName": "YourName",
  "groups": { "": { "name": "my-group", "label": "My Group" } },
  "topicNames": { "": { "1": "General" } }
}

Then archive and summarise:

node scripts/conversation-archive.js --all
node scripts/conversation-summarise.js --all


View on ClawHub
TERMINAL
clawhub install openclaw-memory-dreaming

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