Install
openclaw skills install task-dispatcheDispatches scheduled workload tasks to worker nodes for execution and records dispatch logs
openclaw skills install task-dispatche接收调度器生成的调度计划,将每个任务分发给对应的执行节点。生成包含任务名称、调度时间的执行记录,供后续审计和监控使用。
{
"dispatch_timestamp": "2026-06-01T12:00:10",
"dispatched_tasks": ["log-rotate", "analytics-aggregation"],
"dispatch_log": "/var/log/compute/dispatched/",
"status": "completed"
}
见 scripts/dispatch.py。