memory

Store persistent facts in MEMORY.md and search event history in HISTORY.md.

1.1k|100|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ModalityDance/PalmClaw --skill memory-modalitydance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/ModalityDance/PalmClaw/tree/main/app/src/main/assets/skills/memory
Command: npx skills add https://github.com/ModalityDance/PalmClaw --skill memory-modalitydance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill addresses the need for organized storage and quick retrieval of important facts and past events, simplifying contextual management.

Core Features & Use Cases

  • Fact Storage: Save persistent information such as user preferences, project details, and relationships in MEMORY.md.
  • Event Logging: Append and search through a chronological history of interactions in HISTORY.md.
  • Use Case: When managing complex projects, quickly recall relevant context or past decisions by searching history and memory files.

Quick Start

Write key facts in MEMORY.md as they occur and search HISTORY.md to find related past events.

Frequently Asked Questions about memory

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

FAQPage Schema
How do I store persistent facts and user preferences for an AI assistant?

To store persistent facts, you write key information such as user preferences and project details into a MEMORY.md file. This allows the AI assistant to maintain contextual continuity by retrieving saved data when needed.

What is the best way to log event history and search past interactions in a project?

Logging event history involves appending chronological records to a HISTORY.md file. You can then search this history file to quickly recall past decisions, interactions, and relevant context during complex project tracking.

Can I use file search to organize and maintain memory states for activity logging?

Yes, memory management relies on file search and organization logic to maintain relevant memory states. This approach supports activity logging by enabling quick retrieval of stored facts and historical event data.

How does persistent memory management handle knowledge organization for long-term projects?

Persistent memory management handles knowledge organization by separating facts into MEMORY.md and chronological events into HISTORY.md. This structure simplifies contextual management and ensures quick retrieval of project context.