← 返回 Skills 市场
369
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install model-queue
功能描述
Multi-queue task orchestration system. Tasks are routed to queues by model source, with support for task dependencies, context passing, and failure handling....
安全使用建议
This skill is coherent with its stated purpose, but it will create and manage files under ${MODEL_QUEUES_DIR}, append an entry to HEARTBEAT.md, and register a periodic cron/heartbeat job to run the dispatcher. Before installing: (1) set MODEL_SOURCE_* mappings and MODEL_QUEUES_DIR in your TOOLS.md; (2) review HEARTBEAT.md after first run to confirm the appended entry is acceptable; (3) ensure you are comfortable with the skill spawning subagents (it will create sessions to run tasks); and (4) place MODEL_QUEUES_DIR somewhere appropriate (not a directory containing sensitive secrets). If you do not want persistent cron jobs or changes to HEARTBEAT.md, do not enable this skill.
功能分析
Type: OpenClaw Skill
Name: model-queue
Version: 1.0.1
The skill implements a task orchestration system that automatically establishes persistence by modifying HEARTBEAT.md and registering cron jobs during its 'First Run Setup' (SKILL.md). It requires broad filesystem permissions to manage queue files in the user's home directory (~/.openclaw/model-queues/) and utilizes sessions_spawn to execute tasks via subagents. While these capabilities are aligned with the stated purpose of a model-based task queue, the automated modification of system-level orchestration files and the potential for arbitrary task execution via subagents present a significant attack surface without explicit user confirmation for each system change.
能力评估
Purpose & Capability
Name/description (multi-queue orchestration) align with requested capabilities: reading/writing queue files, spawning subagents, registering a cron/heartbeat entry. The declared permissions (filesystem, cron, subagents) are appropriate for a local queue/dispatcher system.
Instruction Scope
Runtime instructions operate on ${MODEL_QUEUES_DIR}, read/append HEARTBEAT.md, create queue JSON files, and call a cron tool to register a backup job; these actions are consistent with the documented queue lifecycle but do modify user files and register a periodic job, so users should expect persistent changes to their agent environment.
Install Mechanism
Instruction-only skill with no install spec and no external downloads — lowest-risk delivery. Nothing is written other than the queue files the skill itself creates at runtime.
Credentials
The skill does not request environment variables, cloud credentials, or unrelated secrets. It does rely on TOOLS.md keys (MODEL_SOURCE_* and MODEL_QUEUES_DIR), which are appropriate and documented.
Persistence & Privilege
The skill asks to register a heartbeat entry and a cron backup job and to create persistent queue files; these are necessary for its dispatcher mode but are persistent changes. always:false (not force-included) and no cross-skill config editing are present.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install model-queue - 安装完成后,直接呼叫该 Skill 的名称或使用
/model-queue触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Skill name changed from `model-queue` to `task-queue-by-model-source`.
- No logic or feature changes; functionality remains the same.
- Updated metadata and documentation references to use the new skill name.
- All descriptions and configuration instructions are unchanged.
v1.0.0
Model Queue Skill 1.0.0
- Initial release of a multi-queue task orchestration system based on model source.
- Supports task dependencies, context passing, and configurable failure handling.
- Each model source has its own FIFO queue for isolated task execution.
- Tasks can be added, managed, and controlled with status checks, retries, and skipping.
- Two main modes: INTAKE (parsing and queuing) and DISPATCHER (task processing).
- Requires initial configuration of model sources in TOOLS.md.
元数据
常见问题
task-queue-by-model-source 是什么?
Multi-queue task orchestration system. Tasks are routed to queues by model source, with support for task dependencies, context passing, and failure handling.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 369 次。
如何安装 task-queue-by-model-source?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-queue」即可一键安装,无需额外配置。
task-queue-by-model-source 是免费的吗?
是的,task-queue-by-model-source 完全免费(开源免费),可自由下载、安装和使用。
task-queue-by-model-source 支持哪些平台?
task-queue-by-model-source 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 task-queue-by-model-source?
由 Rao Lin(@bg1avd)开发并维护,当前版本 v1.0.1。
推荐 Skills