Cloud
Description
The central memory hub for all my AI agents.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Cloud - An Advanced AI Memory Server

Cloud acts as the central memory hub for all my AI agents. This is a customized mem0 server that uses Neo4j for graph_store and Qdrant for vector_store.
TO-DO
- Create mailbox system for shared communication through all my AI apps
The mem0 package included in this repo is a modified version of the mem0 package from the [mem0ai](https://github.com/mem0ai/mem0) repo.
`/add` allows you to add memories by passing a memory string, plus `agent_id`, `run_id`, `user_id`, and optional parameters:
metadata: Additional information about the memory (timestamps, etc.)skip_extraction: (bool, default=False) If True, bypasses LLM fact-extraction and stores raw content directlystore_mode: (str, default="both") Where to store memories - options are "both", "vector", or "graph"- Note: When
skip_extraction=True,store_modemust be "vector" as graph storage requires fact extraction (Skip extraction was created to store raw, un-edited memories in the vector store to keep FULL details, typically used for business or story knowledge for RAG.)
- Note: When
`/query` allows you to search the stored memories with a query string, plus optional `agent_id`, `run_id`, `user_id`, and `limit`.
`/get_all` allows you to retrieve all memories filtered by `agent_id`, `run_id`, and/or `user_id`.
How we treat mem0 functions:
- "agent_id" is the name of the agent that is making the memory.
- "run_id" is the category of memories. In my specific use case, my 3 main categories are "general_knowledge", "agent_specific", and "user_specific".
- "user_id" is the id of the user that is making the memory. optional, only invoked when called user_specific memories
- "metadata" is any additional information you want to store about the memory. timestamps, etc.
**Installation & Running:**
- Install depende
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI