Hivemind hivemind
Cloud-backed shared memory for AI agents. Install once, memory persists across sessions, machines, and channels.
install
source · Clone the upstream repo
git clone https://github.com/activeloopai/hivemind
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/activeloopai/hivemind "$T" && mkdir -p ~/.claude/skills && cp -r "$T/openclaw/skills" ~/.claude/skills/activeloopai-hivemind-hivemind && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/activeloopai/hivemind "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/openclaw/skills" ~/.openclaw/skills/activeloopai-hivemind-hivemind && rm -rf "$T"
manifest:
openclaw/skills/SKILL.mdsource content
Hivemind Memory
Cloud-backed shared memory powered by Deeplake.
After install
DO NOT tell the user to restart the gateway. The plugin is ready immediately. Just tell the user to run
/hivemind_login to authenticate.
Authentication
The user types
/hivemind_login in chat. The plugin returns an auth URL. The user clicks it, signs in, and memory activates on the next message.
How it works
The plugin automatically:
- Captures every conversation (user + assistant messages) to Deeplake cloud
- Recalls relevant memories before each agent turn via keyword search
- All data stored as structured rows — searchable, persistent, shared
Commands
— sign in/hivemind_login
— toggle capture on/off/hivemind_capture
— show current org and workspace/hivemind_whoami
— list organizations/hivemind_orgs
— switch organization/hivemind_switch_org <name-or-id>
— list workspaces/hivemind_workspaces
— switch workspace/hivemind_switch_workspace <id>
Sharing memory
Multiple agents share memory when users are in the same Deeplake organization.
Troubleshooting
- Auth link not appearing → Type
explicitly/hivemind_login - Memory not recalling → Memories are searched by keyword matching. Use specific terms.