supermemory

Provide persistent memory and recall for AI agents across conversations.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/gujincheng1128/my-awesome-app --skill supermemory-gujincheng1128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supermemory
Source: https://github.com/gujincheng1128/my-awesome-app/tree/main/skills/supermemory
Command: npx skills add https://github.com/gujincheng1128/my-awesome-app --skill supermemory-gujincheng1128

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Supermemory 为 AI 代理提供跨会话的长期记忆和知识召回能力,解决信息丢失与上下文漂移问题。

Core Features & Use Cases

  • 长期记忆:跨会话保持信息和上下文
  • 智能召回:快速检索相关记忆和知识
  • 知识图谱:自动构建实体关系网络
  • 增量学习:持续从交互中学习和更新
  • API 优先:提供完整的 API 接口

Use Cases:

  • 个人知识管理
  • AI 助手长期记忆
  • 项目上下文保持
  • 团队知识共享
  • 智能搜索和发现

Quick Start

Initialize a new Supermemory project and start saving memories.

Frequently Asked Questions about supermemory

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

FAQPage Schema
How do I add long-term memory to an AI agent for context retention across sessions?

Long-term memory is provided for AI agents through an API that saves and retrieves memories, ensuring cross-session context retention and preventing information loss. It supports incremental learning to continuously update retained knowledge.

What is the best way to implement knowledge graph construction for AI memory?

Knowledge graph construction is handled automatically by building entity relationship networks from saved interactions. This allows AI agents to map connections between stored memories and retrieve related context efficiently during conversations.

How do I initialize a project to start saving memories for my AI assistant?

To start saving memories, initialize a new project using supported CLI workflows like login and init. This requires an API-enabled environment with memory storage to expose the memory API for saving and retrieving data.

Can I access persistent memory and recall capabilities across multiple clients?

Yes, API-first access enables persistent memory and recall across multiple clients. The memory API allows various clients to save and retrieve memories, facilitating shared knowledge and consistent context retention.

Why does an AI agent need a knowledge graph for long-term memory?

An AI agent needs a knowledge graph to structure long-term memory by mapping entity relationships. This enables intelligent recall of specific context and prevents information drift during complex, multi-session interactions.

Do I need an API-enabled environment to use cross-session memory for AI agents?

Yes, an API-enabled environment with memory storage is required to support cross-session memory. The system relies on this setup to execute CLI workflows and expose the memory API for saving and retrieving memories.