hivemind

hivemind

Transform your tracking records into reusable cross-agent skills.

Agent SkillDevOpen sourceAI代理技能共享Deeplake
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.4k
Source
skill-github

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

Improving agent learning and execution efficiencyEnabling knowledge sharing among team membersReducing repetitive work and resource consumptionEnhancing agent performance on complex tasks

Setup

Requires: Node 环境API Key
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