← Back to Skills Marketplace
bytesagain-lab

Queue

by bytesagain-lab · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
328
Downloads
0
Stars
2
Active Installs
5
Versions
Install in OpenClaw
/install queue
Description
Manage message queues with priorities and retry logic. Use when adding jobs, planning retry strategies, tracking delivery status, reviewing failed items.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install queue
  3. After installation, invoke the skill by name or use /queue
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug queue
Version 2.0.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 5
Frequently Asked Questions

What is Queue?

Manage message queues with priorities and retry logic. Use when adding jobs, planning retry strategies, tracking delivery status, reviewing failed items. It is an AI Agent Skill for Claude Code / OpenClaw, with 328 downloads so far.

How do I install Queue?

Run "/install queue" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Queue free?

Yes, Queue is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Queue support?

Queue is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Queue?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.1.

💬 Comments