What problem does it solve? AI applications lose user context between sessions, forcing developers to build custom memory infrastructure. This Skill provides working code patterns and API references for adding persistent, searchable memory to Python and TypeScript applications 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, Vercel AI SDK, OpenAI Agents, LangGraph, LlamaIndex, and AutoGen. - Live Documentation Search: Query the latest Mem0 docs on demand with the included doc search script. - Use Case: A developer building a chatbot asks Claude to add memory so the bot remembers each user's dietary preferences across sessions; the Skill generates the retrieve-generate-store integration code. ## Quick Start Ask Claude to set up mem0 in your project and add memory to your chatbot using your MEM0_API_KEY.