nmem-cli

Persist central memory across agents and sessions via CLI subcommands.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/brainworkup/skills --skill nmem-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nmem-cli
Source: https://github.com/brainworkup/skills/tree/main/neuropsych-reports/references/luria-related-complement-skills/nmem-cli
Command: npx skills add https://github.com/brainworkup/skills --skill nmem-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The user's central memory system that persists across all agents and sessions. It helps recall decisions, search conversation history, and preserve insights across interactions.

Core Features & Use Cases

  • Central memory store across agents, editors, and sessions
  • Commands for memories (nmem m), threads (nmem t), and working memory (nmem wm)
  • Machine-readable outputs via --json and easy session briefing

Quick Start

Start every session with nmem wm to read Working Memory, then use nmem m to manage memories or nmem t to manage threads as needed.

Frequently Asked Questions about nmem-cli

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

FAQPage Schema
How do I persist memory across multiple agents and sessions?

You can persist memory across multiple agents and sessions by using a central memory store that records decisions, threads, and working memory, ensuring context is recalled across different interactions.

What's the best way to recall past decisions in long-running conversations?

Recalling past decisions in long-running conversations is managed by searching conversation history and retrieving stored notes from a persistent memory system that survives across sessions.

How do I start a new session using working memory?

To start a new session using working memory, read the current working memory state first, then manage specific memories or conversation threads as needed during your workflow.

Can I get machine-readable JSON output from the memory store?

Yes, you can get machine-readable JSON output from the memory store by requesting it directly, allowing automated agents to easily parse session briefings and stored context data.

Does this persistent memory system work for multi-agent workflows?

This persistent memory system is suitable for multi-agent workflows because it provides a central store that preserves insights, notes, and context across different agents and active sessions.

What commands are used to manage threads and memories?

Memories, threads, and working memory are managed through dedicated CLI subcommands, allowing you to store, retrieve, and organize session context and conversation history efficiently.