hivemind-goals

Capture, track, and read team goals and KPIs in Hivemind via OpenClaw.

1.5k|97|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/activeloopai/hivemind --skill hivemind-goals
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hivemind-goals
Source: https://github.com/activeloopai/hivemind/tree/main/openclaw/skills/hivemind-goals
Command: npx skills add https://github.com/activeloopai/hivemind --skill hivemind-goals

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams capture, track, and read goals plus KPIs within Hivemind from OpenClaw, enabling aligned progress across agents and sessions.

Core Features & Use Cases

  • Create goals with hivemind_goal_add({ text }) to capture objectives and milestones.
  • Attach KPIs to goals using hivemind_kpi_add({ goal_id, kpi_id, target, unit }).
  • Read and search goals with hivemind_read and hivemind_index to maintain shared visibility across the organization.
  • Link actionable tasks to goals for organized work item tracking and accountability.

Quick Start

Create a new goal with a concise description using hivemind_goal_add, then attach any relevant KPIs with hivemind_kpi_add as needed.

Frequently Asked Questions about hivemind-goals

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track team goals and KPIs across multiple agents and sessions?▼

To track team goals and KPIs across multiple agents and sessions, use Hivemind to capture objectives with hivemind_goal_add and attach metrics using hivemind_kpi_add. You can then query memory with hivemind_read and hivemind_index to maintain shared visibility across the organization.

What is the best way to attach KPIs to existing team goals in Hivemind?▼

The best way to attach KPIs to existing team goals in Hivemind is by using hivemind_kpi_add with the goal_id, kpi_id, target, and unit parameters. This links specific metrics to your objectives for organized work item tracking and accountability.

Can I search and read previously created goals within Hivemind from OpenClaw?▼

Yes, you can search and read previously created goals within Hivemind from OpenClaw using hivemind_read and hivemind_index. These functions query memory in a controlled, read-only manner to maintain shared visibility across agents and sessions.

Does Hivemind support linking actionable tasks to milestones for team management?▼

Yes, Hivemind supports linking actionable tasks to milestones for team management. By creating goals with hivemind_goal_add and attaching KPIs with hivemind_kpi_add, teams can organize work item tracking and ensure accountability across agents and sessions.

What are the limitations of querying Hivemind memory for team goals and KPIs?▼

A key limitation of querying Hivemind memory for team goals and KPIs is that hivemind_read and hivemind_index operate in a controlled, read-only manner. This means you can search and view goals but cannot modify or delete them through these specific query functions.