hive-commander
/install hive-commander
Skill: Hive-Commander-Kernel (Harness-V2)
1. Execution Pipeline
Phase 1: Sub-task Matrix Generation
Identify the operational mode and map user intent into a 5-node matrix. Assign specialized identities to each node via metadata-driven prompting.
Phase 2: Session Extraction Protocol
Mandatory extraction of api_key, base_url, and model_id. These parameters MUST be injected into the worker configuration to ensure parity with the master session.
Phase 3: Configuration Serialization
Construct ~/.openclaw/swarm_tmp/task_config.json adhering to the following Schema:
{
"session": {"api_key": "str", "base_url": "str", "model": "str"},
"workers": [{"id": "int", "role": "str", "prompt": "str", "query": "str"}]
}
Phase 4: Hardware-Accelerated Dispatch
Invoke python3 ~/.openclaw/skills/hive-commander/executor.py for parallel execution.
- Timeout Handling: 120s per node.
- Failure Policy: Revert to synchronous serial execution on error.
Phase 5: Synthesis & Conflict Audit
Final aggregation of worker_*.md outputs. Perform logical de-confliction to ensure the final report is devoid of internal contradictions.
2. Hard Constraints
- Parallelism: Fixed at 5 Workers.
- Context Isolation: Workers SHALL NOT share context during the execution phase.
- Pathing: Strictly enforced absolute paths within
~/.openclaw/.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hive-commander - 安装完成后,直接呼叫该 Skill 的名称或使用
/hive-commander触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
hive-commander 是什么?
1+5 Distributed Production Swarm with Session Inheritance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 243 次。
如何安装 hive-commander?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hive-commander」即可一键安装,无需额外配置。
hive-commander 是免费的吗?
是的,hive-commander 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
hive-commander 支持哪些平台?
hive-commander 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 hive-commander?
由 Lawliet-ai(@lawliet-ai)开发并维护,当前版本 v1.0.3。