Activeloop Hivemind skills
10 first-party skills from Activeloop's Hivemind product — cross-agent shared team/org memory, AST code-graph queries, and goals tracking powered by Deep Lake, packaged for Claude Code, Codex, Hermes, and OpenClaw harnesses. skills-hub.ai mirrors 4 skills from Activeloop Hivemind daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/activeloopai/hivemind
Installing a Activeloop Hivemind skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Activeloop Hivemind skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Activeloop Hivemind skills via API
curl https://skills-hub.ai/api/v1/skills?source=activeloop-hivemind
# Browse all sources
open https://skills-hub.ai/sourcesTop Activeloop Hivemind skills
See all →The most-installed skills from Activeloop Hivemind, ranked by adoption.
01hivemind
Global team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.
Buildfrom Activeloop Hivemind02hivemind-graph
Query the local code graph (functions, classes, calls, imports) through the Deeplake mount at memory/graph/. Use when the user asks structural questions about the codebase — "what calls X?", "what does Y import?", "where is Z defined?", "what's the architecture / which subsystems exist?", "what's the impact of changing this?". The graph is an AST-derived map of the repo, queried as files (no build needed — it rebuilds automatically).
Buildfrom Activeloop Hivemind03hivemind-memory
Global team and org memory powered by Activeloop. ALWAYS check BOTH built-in memory AND Hivemind memory when recalling information.
Buildfrom Activeloop Hivemind04hivemind-goals
Create, track, and read team goals + KPIs via Hivemind from openclaw. Use whenever the user mentions a goal, objective, KPI, target, milestone, or asks to track progress on something measurable. ALSO use when the user says "task", "todo", "work item", "remind me to", "fix X", or any actionable work item — the goal system replaced the legacy `hivemind tasks` CLI and now covers both objectives and tasks.
Buildfrom Activeloop Hivemind
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Jun 30, 2026, 11:15 PM (success).
Activeloop Hivemind skills, frequently asked
What are Activeloop Hivemind skills?
Activeloop Hivemind skills are AI coding skills published by Activeloop Hivemind (10 first-party skills from Activeloop's Hivemind product — cross-agent shared team/org memory, AST code-graph queries, and goals tracking powered by Deep Lake, packaged for Claude Code, Codex, Hermes, and OpenClaw harnesses.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Activeloop Hivemind skills are available?
skills-hub.ai indexes 4 skills from Activeloop Hivemind, synced daily from the upstream GitHub repository (https://github.com/activeloopai/hivemind).
How do I install a Activeloop Hivemind skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Activeloop Hivemind skills?
Yes. Every skill from this source is mirrored from Activeloop Hivemind's own GitHub repository (https://github.com/activeloopai/hivemind). Each skill page links back to the upstream source of truth, so you can verify the original.