hivemind
Transform your tracking records into reusable cross-agent skills.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 1.4k
- Source
- skill-github
- Repository
- github.com/activeloopai/hivemind
Overview
Hivemind is an automatically learning, cloud-supported shared brain designed for multiple agents. It captures prompts, tool calls, and responses from each session and stores them in a structured way in Deeplake. By mining team tracking records, Hivemind identifies recurring patterns and encodes them into reusable `SKILL.md` files that can be used by every agent in the team. Additionally, Hivemind supports hybrid lexical and semantic retrieval, real-time propagation across all agents, and intercepts file operations via a virtual filesystem. Ideal for development teams aiming to improve agent efficiency and collaboration.
Capabilities
- ▪Captures prompts, tool calls, and responses from sessions
- ▪Encodes patterns into reusable skill files
- ▪Supports hybrid lexical and semantic retrieval
- ▪Real-time propagation to all agents
- ▪Intercepts file operations and handles them through a virtual filesystem
Use cases
Setup
npm i -g @deeplake/hivemind && hivemind install
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I install Hivemind?
Run the command `npm i -g @deeplake/hivemind && hivemind install`.
Which agents does Hivemind support?
Supports Claude Code, OpenClaw, Codex, Cursor, Hermes, and pi agents.
Is Hivemind open source?
Yes, Hivemind is an open-source project.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.