Documentation
README
Hivemind Goals (openclaw)
OpenClaw exposes purpose-built tools for goals + KPIs. Use them directly β do NOT try to write files via the host filesystem.
Tools
hivemind_goal_add({ text })β create a new goal. Returnsgoal_id(UUID). Status starts atopened.hivemind_kpi_add({ goal_id, kpi_id, target, unit, name? })β add a KPI to an existing goal. Only call when the user explicitly asks for KPIs; do NOT auto-generate.hivemind_search({ query })β search Hivemind shared memory (summaries + sessions). Use this when the user asks "what's already there" before creating a duplicate.hivemind_read({ path })β read the full content of a specific Hivemind path.hivemind_index({})β list everything in memory.
Workflow when the user expresses a goal
This is the opening of the README. Read the full README on GitHub.