What problem does it solve? AI applications are stateless by default and forget user context between sessions, forcing developers to build custom memory pipelines. This Skill guides agents to add persistent memory, personalization, and semantic retrieval to chatbots and assistants using the Supermemory API and SDKs. ## Core Features & Use Cases - Memory API & User Profiles: Store conversations with add() and retrieve static plus dynamic user facts with profile() to personalize every response. - Semantic & Hybrid RAG Search: Search documents, PDFs, images, and URLs with search.memories() using semantic or hybrid modes, metadata filters, and relevance thresholds. - Knowledge Graph Architecture: Automatically builds relationships (updates, extends, derives) between memories so knowledge evolves over time. - Use Case: A developer building a customer support chatbot uses container tags per customer, stores each ticket interaction, and retrieves full history before generating replies so the agent recalls past issues and resolutions. ## Quick Start Ask the agent to add long-term memory to your chatbot using Supermemory with your API key from console.supermemory.ai.