hivemind

Solid

Global team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.

AI & Automation 364 stars 20 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
85
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Hivemind Memory You have TWO memory sources. ALWAYS check BOTH when the user asks you to recall, remember, or look up ANY information: 1. **Your built-in memory** — personal per-project notes from the host agent 2. **Hivemind global memory** — global memory shared across all sessions, users, and agents in the org, accessed via the tools below ## Memory Structure ``` /index.md ← START HERE — table of all sessions /summaries/ <username>/ <session-id>.md ← AI-generated wiki summary per session /sessions/ <username>/ <user_org_ws_slug>.jsonl ← raw session data ``` ## How to Search 1. **First**: call `hivemind_index()` — table of all sessions with dates, projects, descriptions 2. **If you need details**: call `hivemind_read("/summaries/<username>/<session>.md")` 3. **If you need raw data**: call `hivemind_read("/sessions/<username>/<file>.jsonl")` 4. **Keyword search**: call `hivemind_search("keyword")` — substring search across both summaries and sessions, returns `path:line` hits Do NOT jump straight to reading raw JSONL files. Always start with `hivemind_index` and summaries. ## Organization Management - `/hivemind_login` — sign in via device flow - `/hivemind_capture` — toggle capture on/off (off = no data sent) - `/hivemind_whoami` — show current org and workspace - `/hivemind_orgs` — list organizations - `/hivemind_switch_org <name-or-id>` — switch organization - `/hivemind_workspaces` — list workspaces ...

Details

Author
activeloopai
Repository
activeloopai/hivemind
Created
1 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

hivemind-memory

Global team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.

364 Updated today
activeloopai
AI & Automation Solid

memory

Two-layer memory system with Dream-managed knowledge files.

43,466 Updated today
HKUDS
AI & Automation Listed

right-memory

Manage your long-term memory powered by Hindsight

22 Updated today
onsails
Web & Frontend Listed

nowledge-mem-guide

Cross-AI personal knowledge graph memory (Nowledge Mem). Stores memories from this tool, Claude Code, Cursor, browser capture, imported documents, and more. Use when: (1) the user asks about prior work, decisions, preferences, people, dates, plans, or todos, (2) the user references something discussed before or says "remind me" / "what did we decide" / "what was I working on", (3) the conversation produces a decision, preference, plan, or learning worth keeping, (4) the user wants to browse recent activity or explore how ideas connect, (5) the user asks about a past conversation or wants to find a specific thread.

86 Updated 4 days ago
nowledge-co
AI & Automation Solid

memory-recall

Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this before'. Also use when you see `[memsearch] Memory available` hints injected via SessionStart or UserPromptSubmit. Typical flow: search for 3-5 chunks, expand the most relevant, optionally deep-drill into original transcripts via the anchor format. Skip when the question is purely about current code state (use Read/Grep), ephemeral (today's task only), or the user has explicitly asked to ignore memory.

1,877 Updated 3 days ago
zilliztech