← 返回 Skills 市场
bytesagain-lab

Queue

作者 bytesagain-lab · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
328
总下载
0
收藏
2
当前安装
5
版本数
在 OpenClaw 中安装
/install queue
功能描述
Manage message queues with priorities and retry logic. Use when adding jobs, planning retry strategies, tracking delivery status, reviewing failed items.
安全使用建议
This skill appears to do what it says: a local bash queue manager that writes logs to ~/.local/share/queue and does not make network calls or request credentials. Before installing or using it: 1) inspect any entries you plan to save — do not store secrets or passwords in queue items since data is plain text; 2) be aware exports are produced by simple concatenation and may be malformed if entries contain quotes/newlines/commas; 3) verify file permissions on ~/.local/share/queue if other users share the system; and 4) if you want the script on your PATH, review and control where you place/execute it. Overall there are no red flags for network exfiltration or excessive privileges.
功能分析
Type: OpenClaw Skill Name: queue Version: 2.0.1 The skill is a straightforward bash-based logging utility for task management and queue tracking. It stores data locally in the user's home directory (~/.local/share/queue/) and provides basic functionality for logging, searching, and exporting data to JSON/CSV/TXT formats. No evidence of data exfiltration, malicious execution, or prompt injection was found in scripts/script.sh or SKILL.md.
能力评估
Purpose & Capability
Name/description (queue management with priorities/retry/track/review) matches the provided CLI commands and behavior. The script implements the listed commands and stores data locally; nothing requested is out of scope for a simple local queue tool.
Instruction Scope
SKILL.md and the script confine operations to local file storage (~/.local/share/queue) and standard shell utilities. Caveat: exported JSON/csv are produced by simple text concatenation and do not escape field contents, so entries containing quotes/newlines/commas may produce malformed exports. Also, because data is stored locally, users should avoid putting secrets into queue entries.
Install Mechanism
No install spec (instruction-only with an included script) — low surface area. The skill does not download remote code or add system-wide installers. The script is a plain bash script included in the package.
Credentials
No environment variables, credentials, or external config paths are requested. The script only uses HOME (standard) to derive a data directory; this is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills or system configuration. It persists data only under the user's ~/.local/share/queue directory, which is appropriate for a local CLI tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install queue
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /queue 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
SKILL.md rewritten to align with script.sh commands
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.2
old template -> domain-specific v2.0.0
v1.0.1
old template -> domain-specific v2.0.0
v1.0.0
Initial release
元数据
Slug queue
版本 2.0.1
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 5
常见问题

Queue 是什么?

Manage message queues with priorities and retry logic. Use when adding jobs, planning retry strategies, tracking delivery status, reviewing failed items. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 328 次。

如何安装 Queue?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install queue」即可一键安装,无需额外配置。

Queue 是免费的吗?

是的,Queue 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Queue 支持哪些平台?

Queue 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Queue?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v2.0.1。

💬 留言讨论