hivemind
FeaturedGlobal team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.
AI & Automation 1,512 stars
95 forks Updated 2 days ago Apache-2.0
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
- 3 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
hivemind-memory
Global team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.
1,512 Updated 2 days ago
activeloopai AI & Automation Listed
ihow-memory
Recall and record project memory with iHow Memory (local, governed). Use at the START of a task to search for prior decisions, preferences, TODOs, and handoffs; and AFTER meaningful decisions, verified results, blockers, or handoffs to propose memory candidates. Memory is proposed by you and promoted under governance — nothing is stored unless you write it.
1 Updated 2 days ago
iHow1 AI & Automation Listed
right-memory
Manage your long-term memory powered by Hindsight
33 Updated today
onsails