memory-setup

Configure persistent memory search in agent JSON settings.

Updated Nov 13, 2025
One-click install
npx skills add https://github.com/466852675/TISHICIKU-2025 --skill memory-setup-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-setup
Source: https://github.com/466852675/TISHICIKU-2025/tree/main/07-Skill%E5%BA%93/memory-setup
Command: npx skills add https://github.com/466852675/TISHICIKU-2025 --skill memory-setup-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the "goldfish brain" problem of AI agents by enabling and configuring persistent memory, allowing them to recall past conversations, user preferences, and project context across sessions.

Core Features & Use Cases

  • Persistent Context: Enables agents to remember information beyond a single conversation.
  • Configuration Guidance: Provides clear instructions for setting up memory search providers (Voyage, OpenAI, local) and defining memory sources (MEMORY.md, logs, sessions).
  • Use Case: Ensure your AI assistant remembers your preferred coding style, past project details, and key decisions made in previous interactions, leading to more efficient and personalized assistance.

Quick Start

Configure memory search by adding the provided JSON snippet to your clawdbot.json file and creating the specified directory structure in your workspace.

Frequently Asked Questions about memory-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable persistent memory for an AI agent so it remembers context between sessions?

To enable persistent memory for AI agents, configure memory search parameters in the agent's JSON settings and create a defined workspace directory structure. This indexes long-term memory, daily logs, and conversation transcripts for cross-session context recall.

What sources can I configure for agent memory search?

Agent memory search can be configured to index several sources, including long-term memory files, daily logs, and conversation transcripts. You define these memory sources within the memorySearch parameters of your agent's JSON settings.

Which providers work with memory search configuration for Moltbot and Clawdbot?

Memory search configuration supports various providers, including Voyage, OpenAI, and local provider options. You select and specify your preferred provider within the memorySearch parameters of your agent's JSON settings.

Why does my AI assistant forget user preferences and past project details after a conversation ends?

AI assistants forget user preferences and project details because they lack persistent memory by default. You must configure memory search providers and define memory sources in the agent's settings to solve this context loss issue.

How do I set up a workspace directory structure for persistent agent memory?

Setting up a workspace directory structure for persistent agent memory requires creating the specified directories defined by the memory search configuration. You then add the provided JSON snippet to your clawdbot.json file to activate indexing.

Do I need to manually edit JSON files to configure agent memory persistence?

Yes, configuring agent memory persistence requires manually adding the provided JSON snippet to your clawdbot.json file. You must also manually create the specified workspace directory structure to store the indexed memory sources.