hivemind-goals
仓库创建 2026年4月4日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由
为 OpenClaw 环境定制的目标/KPI 工具链,集成度高易调用。
▸ 风险提示
需要 OpenClaw 运行时与专有工具权限,调用外部服务需谨慎。
这个 Skill 做什么
通过 OpenClaw 工具在 Hivemind 中创建与读取团队目标及 KPI。
通过 OpenClaw 直接在 Hivemind 中创建、读取和跟踪团队目标与 KPI,把目标和可量化指标统一管理起来。适合在要设定目标、分配 KPI、或跟踪里程碑与进度时使用,能把任务型工作和目标型工作都纳入同一系统。特别之处是它替代了老的 tasks 流程,既能做长期目标也能管理日常可执行项。
▸ 展开 SKILL.md 英文原文
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.
1.5k
Stars
95
Forks
11
仓库内 Skill
+72
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/activeloopai/hivemind/main/harnesses/openclaw/skills/hivemind-goals/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/activeloopai/hivemind/main/harnesses/openclaw/skills/hivemind-goals/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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. Returns `goal_id` (UUID). Status starts at `opened`.
- `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_via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有