memoir-remember

Saves user-provided memories to Memoir with optional path, namespace, and replace.

604|43|Updated Aug 8, 2025
One-click install
npx skills add https://github.com/zhangfengcdt/memoir --skill memoir-remember
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memoir-remember
Source: https://github.com/zhangfengcdt/memoir/tree/main/plugins/codex/skills/memoir-remember
Command: npx skills add https://github.com/zhangfengcdt/memoir --skill memoir-remember

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Explicitly save a user-requested memory to Memoir to ensure durable, auditable memory for AI agents, preventing memory drift and loss of important user-provided knowledge.

Core Features & Use Cases

  • Explicit memory capture: saves user-provided content with optional taxonomy path and namespace.
  • Input validation and safety: enforces path requirements, guards against unpathed saves, and supports overwrite with --replace.
  • Integration and automation: works with the Memoir CLI to store memories in a versioned, searchable store for later retrieval and auditing.

Quick Start

Remember a fact or preference by running memoir-remember -p <path> with the memory content.

Frequently Asked Questions about memoir-remember

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

FAQPage Schema
How do I save a memory explicitly to Memoir using the CLI?

To save a memory to Memoir, run memoir-remember with the content and an optional -p path. If no path is provided, the tool derives a concise semantic path automatically before storage.

Can I overwrite an existing Memoir memory without creating a duplicate path?

Yes, you can overwrite an existing Memoir memory by passing the --replace flag. This updates the stored content at the specified path instead of creating a duplicate entry.

Does memoir-remember require a taxonomy path to store user memories?

No, a taxonomy path is optional. If you omit the -p or --path flag, memoir-remember derives a concise semantic path automatically to ensure the memory is properly categorized.

How do namespaces organize saved memories in Memoir?

Namespaces in Memoir organize saved memories into isolated logical groups. You can specify a namespace using the -n flag to separate different contexts or projects within the memory store.

Why explicitly save memories to Memoir for AI agents?

Explicitly saving memories to Memoir ensures durable, auditable knowledge retention for AI agents, preventing memory drift and the loss of important user-provided facts or preferences.

What are the limitations of automatic semantic path derivation in Memoir?

When you omit the path flag, Memoir derives a concise semantic path automatically. If you require strict adherence to a specific taxonomy, you should provide the -p path explicitly to avoid unexpected categorization.