remember

Append timestamped, tagged facts and ideas to memory files via Python script.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/leonardofhy/openclaw-workspace --skill remember-leonardofhy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/leonardofhy/openclaw-workspace/tree/main/exports/starter-kit/skills/remember
Command: npx skills add https://github.com/leonardofhy/openclaw-workspace --skill remember-leonardofhy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Append facts, ideas, or decisions to long-term memory files to preserve context across sessions and tasks.

Core Features & Use Cases

  • Append memory entries to the designated memory files (e.g., core, knowledge, projects/my-project, MEMORY.md) using a simple Python script.
  • Organize information by category, enabling quick retrieval of decisions, preferences, and project notes.
  • Real-world example: store a project decision, a user preference, and a technical note for future reference.

Quick Start

Run the append_memory.py script with --target core --text "My preference is concise summaries." to store it in memory.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I persist project decisions and facts to long-term memory files?

You can append facts and decisions to long-term memory files using a Python script that writes time-stamped, optionally tagged entries to core, knowledge, or project-specific memory files.

What is the best way to organize project memory and knowledge notes for later recall?

You organize project memory by appending facts to categorized memory files like core, knowledge, or project-specific directories, enabling quick retrieval of decisions, preferences, and technical notes.

Do I need a Python environment to append notes to permanent memory files?

Yes, appending notes to permanent memory files requires a Python environment to execute the append_memory.py script that writes time-stamped, optionally tagged entries to your designated files.

Can I store user preferences and technical notes in the same memory file?

You can store user preferences and technical notes together or separate them into core, knowledge, and project-specific memory files to support ongoing context and quick retrieval.

How to append a new fact to an existing memory file without overwriting previous entries?

You append a fact without overwriting previous entries by running the append_memory.py script with target and text parameters, which adds the new information as a time-stamped entry to the file.