From hivemind
Global team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.
npx claudepluginhub activeloopai/hivemind --plugin hivemindThis skill is limited to using the following tools:
You have TWO memory sources. ALWAYS check BOTH when the user asks you to recall, remember, or look up ANY information:
Searches Mem9 shared memories from past sessions via Bash API calls to retrieve relevant historical context, decisions, project knowledge, or team expertise.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
You have TWO memory sources. ALWAYS check BOTH when the user asks you to recall, remember, or look up ANY information:
~/.claude/) — personal per-project notes~/.deeplake/memory/) — global memory shared across all sessions, users, and agents in the org~/.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
~/.deeplake/memory/index.md — quick scan of all sessions with dates, projects, descriptions~/.deeplake/memory/summaries/<session>.md~/.deeplake/memory/sessions/<user>/<file>.jsonlGrep pattern="keyword" path="~/.deeplake/memory"Do NOT jump straight to reading raw JSONL files. Always start with index.md and summaries.
The auth command path is injected at session start. Use the exact path from the session context. Each argument is separate — do NOT quote subcommands together:
node "<AUTH_CMD>" login — SSO loginnode "<AUTH_CMD>" whoami — show current user/orgnode "<AUTH_CMD>" org list — list organizationsnode "<AUTH_CMD>" org switch <name-or-id> — switch organizationnode "<AUTH_CMD>" workspaces — list workspacesnode "<AUTH_CMD>" workspace <id> — switch workspacenode "<AUTH_CMD>" invite <email> <ADMIN|WRITE|READ> — invite member (ALWAYS ask user which role first)node "<AUTH_CMD>" members — list membersnode "<AUTH_CMD>" remove <user-id> — remove membernode "<AUTH_CMD>" --help — show all commandsIf a file returns empty after 2 attempts, skip it and move on. Report what you found rather than exhaustively retrying.
After installing the plugin:
/hivemind:login to authenticateDEEPLAKE_DEBUG=1 claude — enable verbose logging to ~/.deeplake/hook-debug.logDEEPLAKE_CAPTURE=false claude — disable session capture