status

Diagnoses Mem0 plugin connectivity, API key validity, and memory read/write functionality.

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/nhatnguyen1122/Agent-Memory-Eval --skill status-nhatnguyen1122
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/nhatnguyen1122/Agent-Memory-Eval/tree/main/mem0/integrations/pi-agent-plugin/skills/status
Command: npx skills add https://github.com/nhatnguyen1122/Agent-Memory-Eval --skill status-nhatnguyen1122

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When memory operations fail, searches return empty results, or the Mem0 plugin behaves unexpectedly, you need a fast way to pinpoint whether the issue is the API key, identity resolution, connectivity, or write permissions. ## Core Features & Use Cases - Four-Point Health Check: Validates API key configuration, identity resolution (user_id, project_id, session_id), connectivity via a search probe, and write capability via an add/delete probe. - Structured Summary Output: Displays a single PASS/FAIL report with a Troubleshooting section containing specific fix steps when any check fails. - Deep Memory Quality Scan: With the --deep flag, detects duplicate memories, stale entries older than 180 days, and contradictory facts across categories. - Use Case: After installing the Mem0 plugin, run the status check to confirm your MEM0_API_KEY works and memories can be written before relying on the plugin in a session. ## Quick Start Ask the agent to run the mem0 status health check to verify the plugin is configured and working correctly.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check if the Mem0 plugin is working correctly?

Run the status health check, which validates your API key, identity resolution, connectivity, and write capability in sequence. It displays a single PASS/FAIL summary and adds troubleshooting steps if any check fails.

How to troubleshoot Mem0 memory searches returning empty results?

Run the status diagnostic to isolate the cause. It tests connectivity with a search probe and write capability with an add/delete probe, then reports the exact error message and fix steps for the failing check.

Where does the Mem0 plugin load the API key from?

The plugin loads the API key from the MEM0_API_KEY environment variable or from the mem0-config.json file in the agent config directory. The status check reports the first six characters of the configured key for verification.

Can I detect duplicate or stale memories in Mem0?

Yes, invoke the status check with the --deep flag to run a memory quality scan. It fetches all memories and flags duplicate pairs with high textual overlap, entries older than 180 days, and contradictory facts within each category.

Why does the Mem0 status check fail on identity resolution?

Identity resolution fails when user_id or project_id cannot be resolved from config, environment variables, or the current directory. The check warns when values fall back to defaults and fails when required identifiers are empty.