← 返回 Skills 市场
TaskQueue — Async Task Queue for AI Agents
作者
Shadow Rose
· GitHub ↗
· v1.1.0
· MIT-0
409
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install task-queue-sr
功能描述
Queue async tasks for your agent with retry logic, priority levels, dependency chains, concurrency, per-task timeouts, event hooks, cancel/clear, and run met...
安全使用建议
This appears to be a straightforward, local TaskQueue library and is internally consistent. Before installing, review the full src/task-queue.js to confirm the exported API (the prompt showed a truncated tail) and verify there are no unexpected network/file operations. Note that task handlers/executors you pass into the queue will run with whatever privileges the agent/process has — do not add or queue handlers from untrusted sources, since those handlers could perform I/O or network calls. If you plan to run this in production, consider auditing and pinning the exact code/version and testing timeouts/retry behaviour in a safe environment.
功能分析
Type: OpenClaw Skill
Name: task-queue-sr
Version: 1.1.0
The TaskQueue skill is a standard utility for managing asynchronous task execution with features like retries, priority levels, and dependency management. Analysis of 'src/task-queue.js' shows a clean implementation using Node.js built-in events, with no evidence of data exfiltration, malicious execution, or obfuscation. The instructions in 'SKILL.md' and 'README.md' are consistent with the code's functionality and do not contain prompt injection attempts.
能力评估
Purpose & Capability
Name/description match the included JS implementation. No unrelated env vars, binaries, or config paths are requested. The features implemented (priority, retries, timeouts, events, cancel/clear, metrics) are appropriate for a task queue.
Instruction Scope
SKILL.md / README only document the library and include source files. There are no runtime instructions that ask the agent to read arbitrary system files, exfiltrate data, call unrelated network endpoints, or access credentials.
Install Mechanism
No install spec is present (instruction-only with included source). Nothing is downloaded or written by an installer; risk from install mechanism is minimal.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request access to unrelated services.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes. It only exposes a queue API and event hooks; it does not modify other skills or global config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install task-queue-sr - 安装完成后,直接呼叫该 Skill 的名称或使用
/task-queue-sr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Full feature set: per-task timeouts, event hooks (task:start/complete/failed/retry/skipped/cancelled, queue:drain), cancel by ID, clear queue, getMetrics(), dependency wait for concurrent batches. Extends EventEmitter.
v1.0.1
Bug fixes: dependency lookup now searches full task list (not drained array), total count now correct, concurrency option implemented via parallel batch execution
v1.0.0
Initial upload
元数据
常见问题
TaskQueue — Async Task Queue for AI Agents 是什么?
Queue async tasks for your agent with retry logic, priority levels, dependency chains, concurrency, per-task timeouts, event hooks, cancel/clear, and run met... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 409 次。
如何安装 TaskQueue — Async Task Queue for AI Agents?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-queue-sr」即可一键安装,无需额外配置。
TaskQueue — Async Task Queue for AI Agents 是免费的吗?
是的,TaskQueue — Async Task Queue for AI Agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TaskQueue — Async Task Queue for AI Agents 支持哪些平台?
TaskQueue — Async Task Queue for AI Agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TaskQueue — Async Task Queue for AI Agents?
由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.1.0。
推荐 Skills