mem0ai

47 mods across 2 repositories, 65k stars between them.

forget

25

mem0ai/mem0

Skill Claude CodeCodex

Deletes memories by search query or memory ID with confirmation before removal. Use when removing outdated decisions, incorrect memories, sensitive data, or cleaning up after experiments. Also handles undo of recent additions.

64k 3d ago A 40 tokens original Apache-2.0

health

26

mem0ai/mem0

Skill Claude CodeCodex

Diagnoses mem0 connectivity, API key validity, and memory read/write functionality. Use when memory operations fail, searches return empty, addmemory errors occur, MCP connection drops, or to verify the plugin is working correctly.

64k 3d ago A 46 tokens original Apache-2.0

import

27

mem0ai/mem0

Skill Claude CodeCodex

Imports memories from an exported Markdown file or MEMORY.md into the current project. Use when migrating from another project, restoring from backup, importing Claude Code native MEMORY.md content, or setting up a new project with existing knowledge.

64k 3d ago B 46 tokens original Apache-2.0

list-projects

28

mem0ai/mem0

Skill Claude CodeCodex

Lists all projects with stored memories for the current user, showing memory counts and last activity dates. Use when checking which projects have memories, comparing memory distribution across repos, or finding a specific project scope.

64k 3d ago A 44 tokens original Apache-2.0

mem0

29

mem0ai/mem0

Skill Claude CodeCodex

Mem0 SDK reference covering Python and TypeScript APIs, memory client methods, configuration, and framework integrations. Use when writing code that calls mem0 APIs, configuring memory providers, or integrating mem0 into an application.

64k 3d ago A 46 tokens original Apache-2.0

memory-reviewer

30

mem0ai/mem0

Skill Claude CodeCodex

Reviews stored memory quality by detecting duplicates, contradictions, and stale entries with actionable recommendations. Use when search results seem conflicting, before running dream consolidation, or for periodic memory hygiene audits.

64k 3d ago A 40 tokens original Apache-2.0

onboard

31

mem0ai/mem0

Skill Claude CodeCodex

Sets up mem0 for a new project including API key configuration, MCP authentication, project file import, and coding categories. Use on first run in a new project, when API key needs updating, or to re-run initial setup after configuration changes.

64k 3d ago A 52 tokens original Apache-2.0

peek

32

mem0ai/mem0

Skill Claude CodeCodex

Searches memories and displays compact one-liner results, or looks up a specific memory by ID. Use for quick memory lookups, checking if a decision was recorded, resolving [mem0:id] citations, or browsing memories without full category detail.

64k 3d ago A 52 tokens original Apache-2.0

pin

33

mem0ai/mem0

Skill Claude CodeCodex

Pins or unpins a memory to protect it from pruning during dream consolidation. Use when a memory is critical and must never be removed, such as architecture decisions, security constraints, or immutable team conventions.

64k 3d ago A 42 tokens original Apache-2.0

policy

34

mem0ai/mem0

Skill Claude CodeCodex

Views or sets the project's memory-extraction policy (what Mem0 remembers vs ignores) stored in mem0.md. Use when the user says set a memory policy, custom instructions, what should mem0 remember, tell mem0 to ignore X, or asks to see/change the current instructions.

64k 3d ago A 60 tokens original Apache-2.0

remember

35

mem0ai/mem0

Skill Claude CodeCodex

Stores a memory verbatim from user input with appropriate type classification and metadata. Use when the user says remember this, save this, store this, note that, or explicitly asks to record a decision, preference, convention, or learning.

64k 3d ago A 49 tokens original Apache-2.0

stats

36

mem0ai/mem0

Skill Claude CodeCodex

Displays memory usage statistics for the current session and project including counts by category, age distribution, and API latency. Use when checking how many memories exist, reviewing session activity, or auditing memory distribution across categories.

64k 3d ago A 43 tokens original Apache-2.0

switch-project

37

mem0ai/mem0

Skill Claude CodeCodex

Overrides the auto-detected project scope to read and write memories under a different project ID, or enables global search to access all memories across all users and projects. Use when working across multiple projects, accessing memories from another repo, enabling team-wide memory access, or when auto-detection…

64k 3d ago A 65 tokens original Apache-2.0

tour

38

mem0ai/mem0

Skill Claude CodeCodex

Browses all stored memories grouped by category with full content display. Use when reviewing all project memories, exploring stored knowledge, onboarding to a project, or getting an overview of captured decisions, conventions, and learnings.

64k 3d ago A 45 tokens copy · 97% Apache-2.0

memory-dream

39

mem0ai/mem0

Skill Claude CodeCodex

Memory consolidation protocol. Reviews all stored memories, merges duplicates, removes noise and credentials, rewrites unclear entries, and enforces TTL expiration. Use when the user asks to clean up, consolidate, or review their memories. Also triggers automatically after sufficient activity (configurable).

64k 3d ago A 58 tokens original Apache-2.0

memory-triage

40

mem0ai/mem0

Skill Claude CodeCodex

Persistent long-term memory protocol powered by mem0. Evaluate conversations for durable facts worth storing via memoryadd. Handles identity, preferences, decisions, configurations, rules, projects, and relationships. Loaded by the openclaw-mem0 plugin when skills mode is active.

64k 3d ago A 58 tokens original Apache-2.0

search

41

mem0ai/mem0

Skill Claude CodeCodex

Searches memories and displays compact one-liner results, or looks up a specific memory by ID. Use for quick memory lookups, checking if something was recorded, resolving [mem0:id] citations, or browsing memories without full category detail.

64k 3d ago A 51 tokens original Apache-2.0

status

42

mem0ai/mem0

Skill Claude CodeCodex

Diagnoses Mem0 connectivity, API key validity, and memory read/write functionality. Use when memory operations fail, searches return empty, or to verify the plugin is working correctly.

64k 3d ago A 37 tokens original Apache-2.0

mem0-cli

43

mem0ai/mem0

Skill Claude CodeCodex

Mem0 CLI -- the command-line interface for mem0 memory operations. TRIGGER when: user mentions "mem0 cli", "mem0 command line", "@mem0/cli", "mem0-cli", "pip install mem0-cli", "npm install -g @mem0/cli", or is running mem0 commands in a terminal/shell (mem0 add, mem0 search, mem0 list, mem0 get, mem0 init, mem0…

64k 3d ago A 177 tokens original Apache-2.0

mem0-integrate

44

mem0ai/mem0

Skill Claude CodeCodex

Integrate Mem0 into an existing repository using a goal-driven, TDD pipeline. Detects the repo's language automatically and asks the user to pick between Mem0 Platform (managed) and Mem0 Open Source (self-hosted). Writes failing tests before any implementation. Produces a local feature branch plus .mem0-integration/…

64k 3d ago A 188 tokens original Apache-2.0

mem0ai/mem0

Skill Claude CodeCodex

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

64k 3d ago A 273 tokens original Apache-2.0

mem0ai/mem0

Skill Claude CodeCodex

Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…

64k 3d ago A 207 tokens original Apache-2.0

mem0-vercel-ai-sdk

47

mem0ai/mem0

Skill Claude CodeCodex

Mem0 provider for Vercel AI SDK (@mem0/vercel-ai-provider). TRIGGER when: user mentions "vercel ai sdk", "@mem0/vercel-ai-provider", "createMem0", "retrieveMemories", "addMemories", "getMemories", "searchMemories", "mem0 vercel", "AI SDK provider", "AI SDK memory", or is using generateText/streamText with mem0. Also…

64k 3d ago A 146 tokens original Apache-2.0