What problem does it solve? AI applications lose all user context between sessions, forcing developers to build their own memory storage, extraction, and retrieval infrastructure. This Skill provides working code patterns and API references for adding managed, persistent memory to Python and TypeScript AI apps via the Mem0 Platform. ## Core Features & Use Cases - Memory CRUD Operations: Add, search, update, and delete user memories with scoped filters (user_id, agent_id, app_id, run_id) using the v3 API. - Framework Integrations: Ready-to-use patterns for LangChain, CrewAI, OpenAI Agents SDK, LangGraph, LlamaIndex, AutoGen, and Vercel AI SDK. - Live Documentation Search: Query docs.mem0.ai on demand with the included search script for the latest API details. - Use Case: A developer building a support chatbot asks Claude to add memory so the bot recalls each customer's past issues; the Skill generates the retrieve-generate-store loop with correct v3 filter syntax. ## Quick Start Ask Claude to set up mem0 in your project and add memory to your chatbot using your MEM0_API_KEY.