What problem does it solve? Managing AI memories through a terminal requires knowing the exact mem0 CLI commands, flags, scoping rules, and output formats across both the Node.js and Python implementations. This Skill teaches the AI to construct correct mem0 invocations, handle entity scoping, and debug common CLI issues. ## Core Features & Use Cases - Full command coverage: Run add, search, list, get, update, delete, import, config, init, status, entity, and event commands with correct flags and output modes. - Agent and JSON mode: Produce structured JSON envelopes via --json or --agent flags for LLM consumption, scripting, and CI/CD pipelines. - Workflow recipes: Pipe content via stdin, bulk import from JSON files, combine with jq, and handle async processing delays with event polling. - Use Case: Ask the AI to "search alice's memories for dietary preferences and output as JSON" and it constructs the correct command with proper scoping and output flags. ## Quick Start Ask the AI to add a memory for a user, for example: add a memory for user alice that she prefers dark mode using the mem0 CLI.