hivemind-goals
仓库创建 2026年4月4日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由
适合在专用运行时内由 agent 直接管理可量化目标与任务。
▸ 风险提示
依赖本地 CLI 与文件权限,操作需小心避免写入本地不可共享路径。
这个 Skill 做什么
通过 hivemind CLI 在 Hivemind 中创建、跟踪和更新团队目标与 KPI。
在 Hermes 运行环境下,通过本地的 hivemind CLI 来创建和更新 Hivemind 的目标与 KPI,适用于需要命令行操作或脚本化管理目标时。重要提醒:必须用 hivemind CLI,不能把数据写到本地文件夹去,否则不会同步到团队的目标表。它保证变更会被共享到团队的 Hivemind,而不是只留在本地。
▸ 展开 SKILL.md 英文原文
Create, track and update team goals + KPIs in Hivemind via the `hivemind` CLI. 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/hermes/skills/hivemind-goals/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/activeloopai/hivemind/main/harnesses/hermes/skills/hivemind-goals/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Hivemind Goals — CLI only (Hermes) ⚠️ **CRITICAL: On this runtime (Hermes), you MUST use the `hivemind` shell CLI for goals + KPIs. DO NOT use `write_file` on `~/.deeplake/memory/goal/...` paths — those writes go to the local filesystem and never reach the team-shared `hivemind_goals` table. Other team members will NOT see them.** The hivemind-memory skill describes a generic memory layout — it does NOT apply to goals/KPIs. For goals/KPIs, use the CLI below. ## Commands (invoke via terminal tool) ``` hivemind goal add "<text>" # create goal, prints goal_id hivemind goal list [--mine|--all] # list (default --mine) hivemind goal
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有