hivemind-memory
SolidGlobal team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.
AI & Automation 364 stars
20 forks Updated today Apache-2.0
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Hivemind Memory
You have persistent memory at `~/.deeplake/memory/` — global memory shared across all sessions, users, and agents in the org.
## Memory Structure
```
~/.deeplake/memory/
├── index.md ← START HERE — table of all sessions
├── summaries/
│ ├── session-abc.md ← AI-generated wiki summary
│ └── session-xyz.md
└── sessions/
└── username/
├── user_org_ws_slug1.jsonl ← raw session data
└── user_org_ws_slug2.jsonl
```
## How to Search
1. **First**: Read `~/.deeplake/memory/index.md` — quick scan of all sessions with dates, projects, descriptions
2. **If you need details**: Read the specific summary at `~/.deeplake/memory/summaries/<session>.md`
3. **If you need raw data**: Read the session JSONL at `~/.deeplake/memory/sessions/<user>/<file>.jsonl`
4. **Keyword search**: `grep -r "keyword" ~/.deeplake/memory/`
Do NOT jump straight to reading raw JSONL files. Always start with index.md and summaries.
## Organization Management
Each argument is separate — do NOT quote subcommands together. The auth command is at `$CODEX_PLUGIN_ROOT/bundle/commands/auth-login.js` (or check the session context for the resolved path):
- `node "<path>/auth-login.js" login` — SSO login
- `node "<path>/auth-login.js" whoami` — show current user/org
- `node "<path>/auth-login.js" org list` — list organizations
- `node "<path>/auth-login.js" org switch <name-or-id>` — switch organization
- `node "<path>/auth-login.js" work...
Details
- Author
- activeloopai
- Repository
- activeloopai/hivemind
- Created
- 1 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
hivemind
Global team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.
364 Updated today
activeloopai AI & Automation Solid
memory
Two-layer memory system with Dream-managed knowledge files.
43,466 Updated today
HKUDS AI & Automation Listed
right-memory
Manage your long-term memory powered by Hindsight
22 Updated today
onsails AI & Automation Listed
memory
Persistent project memory across sessions. Load on start, save on stop, merge across sessions.
79 Updated 6 days ago
ilang-ai AI & Automation Listed
memory
Claude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file
498 Updated 4 months ago
memvid