memory-manager

Store, retrieve, and delete long-term memory with semantic embeddings.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Paparusi/jarvis --skill memory-manager-paparusi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-manager
Source: https://github.com/Paparusi/jarvis/tree/main/workspace/skills/core/memory-manager
Command: npx skills add https://github.com/Paparusi/jarvis --skill memory-manager-paparusi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill manages JARVIS's long-term memory, allowing it to recall user preferences, personal information, and past conversations, ensuring a more personalized and context-aware interaction.

Core Features & Use Cases

  • Information Recall: Remembers specific facts, preferences, and personal details provided by the user.
  • Contextual Awareness: Uses stored information to provide more relevant and personalized responses.
  • Memory Management: Allows users to explicitly ask what the AI remembers or to forget specific pieces of information.
  • Use Case: A user tells JARVIS their favorite color is blue. Later, when discussing design, JARVIS can proactively suggest blue elements.

Quick Start

Ask JARVIS to remember that your name is Alex.

Frequently Asked Questions about memory-manager

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

FAQPage Schema
How do I add long-term memory to an AI assistant so it remembers my preferences?

Long-term memory for an AI assistant works by storing user preferences and personal facts using semantic embeddings. This allows the agent to retrieve relevant context efficiently and provide personalized responses without needing to re-ask for information.

Can an AI agent retrieve specific facts from past conversations using semantic memory?

Yes, an AI agent can retrieve specific facts from past conversations using semantic memory with embeddings. This mechanism efficiently matches stored user information and contextual details to generate relevant, personalized answers during current interactions.

How do I make an AI forget specific information I previously shared?

To make an AI forget specific information, you can explicitly request deletion of those memories. Memory management features allow users to control stored data by asking the AI what it remembers and instructing it to delete targeted personal facts or preferences.

Does AI memory management prevent the storage of sensitive personal data?

AI memory management can prevent the storage of sensitive personal data by enforcing privacy rules during information storage. This ensures the semantic memory system avoids saving sensitive details while retaining general user preferences and conversational context.

What is the best way to provide context awareness for an AI chatbot?

The best way to provide context awareness for an AI chatbot is to implement a long-term memory system. By handling information storage and retrieval, the chatbot can use stored personal facts to proactively offer relevant, context-aware responses.