Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Hivemind Team Memory

Lets Claude Code search and manage org-wide shared session memory and team skills via Activeloop Hivemind.

AutomationIntermediate1,573102AI 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.mdsummaries/<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 skillify command set for mining reusable skills from session logs and sharing them with your team (pull/push/promote/unpull, with --dry-run safety).
  • 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

  1. "What did we decide about the payments refactor last month?" → scan index.md, read only the relevant summary, answer.
  2. "Install our team skills for the new hire" → hivemind skillify pull --to global --dry-run first, then apply.
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/activeloopai/hivemind.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r hivemind/harnesses/claude-code/skills/hivemind-memory ~/.claude/skills/
  5. Install the Hivemind plugin/CLI following the repo README — without it, none of the skill's commands will work.
  6. Restart Claude Code and run /hivemind:login to authenticate via SSO.
  7. Verify with node "<AUTH_CMD>" whoami to see your current user and org.
  8. Test it by asking something like "find anything from past sessions about X".
  9. (Optional) Enable semantic search with hivemind embeddings install — needs roughly 600MB of disk.
View source on GitHubLicense: Apache-2.0