hivemind

Solid

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

AI & Automation 207 stars 10 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
77
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

Related Skills