AI AGENT ADDONS

Give your AI agent a memory like an elephant. This skill helps you set up persistent memory for Moltbot and Clawdbot. Without it your agent forgets everything between sessions. That is like a goldfish brain. With a few simple steps you can make your agent remember past conversations, your preferences, and project history.

You will learn how to enable memory search in your config file. You will create a folder structure for daily logs and long-term notes. The skill covers vector search setup and provider options like Voyage or OpenAI. It even includes agent instructions so your AI knows to check memory before answering.

This setup turns a forgetful assistant into a reliable partner. Your agent will recall important decisions, track ongoing projects, and build a relationship over time. No more repeating yourself. Just smooth, continuous conversations.

Add Memory Setup skill to your workflow

Global

mkdir -p ~/.claude/skills/memory-setup

Project

mkdir -p .claude/skills/memory-setup

Source Repository

Stars
624
Forks
87
Watchers
624
Last Push
4 months ago
Created
5 months ago