← Back to Skills Marketplace
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install task-dispatche
Description
Dispatches scheduled workload tasks to worker nodes for execution and records dispatch logs
README (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。
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install task-dispatche - After installation, invoke the skill by name or use
/task-dispatche - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Task Dispatcher?
Dispatches scheduled workload tasks to worker nodes for execution and records dispatch logs. It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.
How do I install Task Dispatcher?
Run "/install task-dispatche" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Task Dispatcher free?
Yes, Task Dispatcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Task Dispatcher support?
Task Dispatcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Task Dispatcher?
It is built and maintained by InkLin (@ink5725); the current version is v1.0.0.
More Skills