memory-skill

Store and retrieve conversation memories using a configurable SimpleMemory node.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/trohitg/MachinaOS --skill memory-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-skill
Source: https://github.com/trohitg/MachinaOS/tree/main/server/skills/assistant/memory-skill
Command: npx skills add https://github.com/trohitg/MachinaOS --skill memory-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory management helps maintain context across multiple interactions by storing relevant user information and preferences in a durable, searchable format.

Core Features & Use Cases

  • View History: See recent conversation in markdown format
  • Save Notes: Add explicit notes/memories to the conversation
  • Search Memory: Find relevant past conversations semantically
  • Clear Memory: Reset conversation history

Quick Start

Connect the SimpleMemory node and start saving notes to remember important details across conversations.

Frequently Asked Questions about memory-skill

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

FAQPage Schema
How do I maintain long-term memory and conversation history across multiple chat sessions?

To maintain long-term memory across sessions, you can store and retrieve conversation memories using a markdown-based format and an optional configurable SimpleMemory node for durable semantic search.

What is the best way to save notes and search past conversations semantically?

The best way to save notes and search past conversations semantically is to apply the memory-management workflow, which stores user information in a searchable vector database format for later retrieval.

Does this conversation memory tool require a vector database to function?

No, a vector database is not required to function. The tool supports short-term memory natively via markdown files, while long-term semantic search uses an optional configurable SimpleMemory node.

How do I clear conversation history and reset memory within an interactive chat?

To clear conversation history and reset memory within an interactive chat, you simply apply the clear memory command from the memory-management workflow to erase stored notes.

Can I view recent conversation history in markdown format using this approach?

Yes, you can view recent conversation history in markdown format. The memory-management workflow includes a view history feature that outputs recent interactive chat interactions directly as markdown.