Hivemind Team Memory
Lets Claude Code search and manage org-wide shared session memory and team skills via Activeloop Hivemind.
AutomationIntermediate★ 1,573⑂ 102AI score 8/10Last updated: Aug 21, 2026
What it does
- Forces Claude to check both memory sources: built-in memory (
~/.claude/) and Hivemind global memory (~/.deeplake/memory/). - Enforces a sane search order:
index.md→summaries/<session>.md→ raw JSONL only if needed, explicitly forbidding jumping straight to raw logs. - Documents the exact org-admin CLI syntax: SSO login, whoami, org/workspace switching, member invite/remove (always asking for the role first).
- Ships the full
hivemind skillifycommand set for mining reusable skills from session logs and sharing them with your team (pull/push/promote/unpull, with--dry-runsafety). - Covers opt-in embeddings for semantic memory search (install/enable/disable/status).
- Restricts memory-filesystem access to bash tooling only (cat, grep, jq...), no python/node/curl.
Who it's for
- Teams already using or evaluating Activeloop Hivemind.
- Engineering orgs that want to reuse knowledge scattered across many AI sessions and users.
- Team leads standardizing distribution and rollback of internal skills.
Examples
- "What did we decide about the payments refactor last month?" → scan index.md, read only the relevant summary, answer.
- "Install our team skills for the new hire" →
hivemind skillify pull --to global --dry-runfirst, then apply. - "Invite a teammate to the workspace" → ask for the role (ADMIN/WRITE/READ), then run
invite.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/activeloopai/hivemind/HEAD/harnesses/claude-code/skills/hivemind-memory/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the harnesses/claude-code/skills/hivemind-memory folder from the GitHub repo activeloopai/hivemind into my ~/.claude/skills/hivemind-memory/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/activeloopai/hivemind.git && mkdir -p ~/.claude/skills && cp -r hivemind/harnesses/claude-code/skills/hivemind-memory ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/activeloopai/hivemind.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r hivemind/harnesses/claude-code/skills/hivemind-memory ~/.claude/skills/ - Install the Hivemind plugin/CLI following the repo README — without it, none of the skill's commands will work.
- Restart Claude Code and run
/hivemind:loginto authenticate via SSO. - Verify with
node "<AUTH_CMD>" whoamito see your current user and org. - Test it by asking something like "find anything from past sessions about X".
- (Optional) Enable semantic search with
hivemind embeddings install— needs roughly 600MB of disk.
View source on GitHub ↗License: Apache-2.0