← 返回 Skills 市场
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install task-dispatche
功能描述
Dispatches scheduled workload tasks to worker nodes for execution and records dispatch logs
使用说明 (SKILL.md)
任务分发器
概述
接收调度器生成的调度计划,将每个任务分发给对应的执行节点。生成包含任务名称、调度时间的执行记录,供后续审计和监控使用。
使用场景
- 任务执行:将调度计划转化为实际执行动作
- 审计追踪:记录所有已分发任务供后续审计
- 故障恢复:可重新分发失败的任务
使用方法
- 接收调度计划获取待分发任务列表。
- 为每个任务创建执行记录并写入日志目录。
- 标记任务为已分发状态。
- 输出分发结果 JSON。
输出格式
{
"dispatch_timestamp": "2026-06-01T12:00:10",
"dispatched_tasks": ["log-rotate", "analytics-aggregation"],
"dispatch_log": "/var/log/compute/dispatched/",
"status": "completed"
}
实现代码
见 scripts/dispatch.py。
安全使用建议
Install only if you expect ClawHub maintainer and Convex development workflows. Be especially careful with moderation, GitHub, Convex, and autoreview commands because they can use your local credentials and may make account, repository, or deployment changes when you approve or explicitly request them.
能力评估
Purpose & Capability
The available skill artifacts describe repo maintenance, Convex setup/migration/audit work, UI proof, PR review, and ClawHub moderation; the referenced commands and helper script fit those purposes.
Instruction Scope
Some workflows can perform high-impact staff or repository actions, but the instructions require explicit targets, reasons, confirmation or prior user direction, and verification for moderation writes.
Install Mechanism
No hidden installer, startup hook, package postinstall behavior, or persistence mechanism was found in the skill artifacts inspected.
Credentials
The skills may use local CLI auth, GitHub, Convex, Bun, and ClawHub moderation tools; that access is proportionate to the stated maintainer and development tasks.
Persistence & Privilege
No ongoing persistence was found. One review helper can run nested review tools with broad local authority by default, but this is visible in the script and aligned with its review purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install task-dispatche - 安装完成后,直接呼叫该 Skill 的名称或使用
/task-dispatche触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of task-dispatcher.
- Dispatches scheduled workload tasks to worker nodes for execution.
- Records detailed dispatch logs with task names and timestamps for auditing and monitoring.
- Supports task execution tracking, auditing, and failure recovery by enabling redistribution of failed tasks.
- Outputs structured JSON results summarizing dispatches.
元数据
常见问题
Task Dispatcher 是什么?
Dispatches scheduled workload tasks to worker nodes for execution and records dispatch logs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。
如何安装 Task Dispatcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-dispatche」即可一键安装,无需额外配置。
Task Dispatcher 是免费的吗?
是的,Task Dispatcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Task Dispatcher 支持哪些平台?
Task Dispatcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Task Dispatcher?
由 InkLin(@ink5725)开发并维护,当前版本 v1.0.0。
推荐 Skills