🧠
AI EngineeringPython

MindMemOS CLI

by mindscale-noah

MindMemOS CLI is an AI Engineering skill for Claude Code, published by mindscale-noah in MindMemOS.

944 stars91 forkson mindscale-noah/MindMemOSAdded 2026/08/21Repository updated 2026/08/21
agentagent-memoryagent-skillsagenticdsh-plugindsh-pluginsopenclawopenclaw-agentopenclaw-pluginragskills
Install in seconds
Install MindMemOS CLI
Copy MindMemOS CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mindscale-noah/MindMemOS/tree/main/skills/mindmemos-cli ~/.claude/skills/mindmemos-cli

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mindscale-noah/MindMemOS.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/mindmemos-cli/SKILL.md in mindscale-noah/MindMemOS
Installs to
~/.claude/skills/mindmemos-cli
Collection
One of 2 skills cataloged from this repository
Category
AI Engineering2451 skills

What MindMemOS CLI does

MindMemOS CLI gives AI agents persistent long-term memory across sessions through a command-line interface. Use it to add, search, inspect, update, delete, and reinforce memories from scripts or agent hosts.

MindMemOS CLI is cataloged under AI Engineering on DirSkills. MindMemOS CLI comes from a repository tagged agent, agent-memory, agent-skills, agentic and dsh-plugin.

Documentation

README

MindMemOS CLI

MindMemOS is a long-term memory layer for AI agents. The mindmemos CLI is the integration surface: every memory operation is a subcommand that prints either a human-readable line or, with --json, stable machine-readable output. Any agent or script can drive memory by shelling out to it.

To connect memory to a specific agent host (e.g. an editor or assistant that supports plugins), the host calls this same CLI. Host-specific install guides live under references/ — see Host integrations.


Install the CLI

The CLI ships as the Python package mindmemos-sdk and exposes a mindmemos executable.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about MindMemOS CLI

  • What else does mindscale-noah publish alongside MindMemOS CLI?

    MindMemOS CLI is one of 2 skills that DirSkills catalogs from mindscale-noah/MindMemOS, the repository it ships in. Its siblings there include Excel Spreadsheet Processing. Each one is a separate skill with its own page in this directory, installs the same way MindMemOS CLI does, and is maintained by mindscale-noah in that same repository. The rest of the collection is listed on the mindscale-noah/MindMemOS page.

  • How does MindMemOS CLI compare to other AI Engineering skills?

    MindMemOS CLI ranks #1444 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of MindMemOS CLI against them. Open each page to compare what they document and how they install.