fold-memory

Store and retrieve agent memories via Fold semantic search and filesystem.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Generation-One/fold --skill fold-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fold-memory
Source: https://github.com/Generation-One/fold/tree/main/skills/fold-memory
Command: npx skills add https://github.com/Generation-One/fold --skill fold-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides AI agents with persistent memory, allowing them to recall past conversations, decisions, and knowledge, thereby improving context retention and task performance.

Core Features & Use Cases

  • Persistent Memory: Stores and retrieves information across agent sessions.
  • Semantic Search: Uses Fold to find relevant memories based on natural language queries.
  • Memory Management: Organizes memories into hot, warm, and cold layers for efficient access.
  • Use Case: An AI assistant can recall a specific architectural decision made weeks ago by querying its memory, ensuring consistency in ongoing development tasks.

Quick Start

Use the fold-memory skill to recall what we discussed about authentication.

Frequently Asked Questions about fold-memory

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

FAQPage Schema
How do I add persistent memory to an AI agent so it remembers past conversations?

Persistent memory for AI agents is provided using Fold's semantic search and filesystem storage, allowing agents to store and recall past conversations, decisions, and knowledge across sessions.

Can I use filesystem storage to manage agent memory with semantic search?

Yes, this Skill integrates with Fold's local filesystem provider to index markdown files, enabling any agent with filesystem access to manage and search memory using semantic search.

Does this agent memory skill support OpenClaw agents?

Yes, OpenClaw agents are explicitly supported for remembering, recalling, managing, writing, searching, and designing memory workflows using the integrated semantic search features.

How does semantic search work for recalling past AI agent decisions?

Semantic search uses Fold to find relevant memories based on natural language queries, allowing an AI assistant to recall specific architectural decisions made weeks ago by querying its memory storage.

What is the best way to organize agent memory for efficient retrieval?

The best way to organize agent memory is by categorizing memories into hot, warm, and cold layers, which ensures efficient access and context retention for ongoing development tasks.

Do I need dependencies to enable conversation recall for my agent?

No external dependencies are required to enable conversation recall, as the Skill relies on Fold's local filesystem provider and supports any agent with filesystem access for memory management.