queue
Manage message queues with priorities and retry logic. Use when adding jobs, planning retry strategies, tracking delivery status, reviewing failed items.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain1/queueQueue
Task queue with priority management, timeline tracking, streaks, tagging, and weekly reviews. Logs all operations with timestamps for full traceability.
Commands
| Command | Description |
|---|---|
queue add <item> | Add a new item to the queue |
queue plan <task> | Plan a task with scheduling details |
queue track <id> | Track progress on a queued item |
queue review | Review current queue items and status |
queue prioritize <id> <level> | Set priority level for an item |
queue remind <id> | Set a reminder for a queued item |
queue streak | Show current processing streak |
queue tag <id> <tag> | Tag a queue item for categorization |
queue timeline | Display timeline of all queue activity |
queue report | Generate a queue status report |
queue archive <id> | Move completed items to archive |
queue weekly-review | Run a weekly review of queue throughput |
queue stats | Show queue statistics and counts |
queue export <fmt> | Export queue data in json, csv, or txt |
queue search <term> | Search across all queue entries |
queue recent [n] | Show last n queue operations |
queue status | Show current queue health |
queue help | Display help and available commands |
queue version | Show version number |
Data Storage
All data stored locally in ~/.local/share/queue/:
add.log— added itemsplan.log— planned taskstrack.log— tracking eventshistory.log— full operation history- Exported files saved to current directory
Requirements
- bash 4+
- Standard coreutils (grep, wc, du, sort, head, tail)
When to Use
- Adding tasks to a processing queue with priority levels
- Tracking progress on multiple concurrent jobs
- Running weekly reviews to assess throughput and bottlenecks
- Tagging and categorizing queue items for filtering
- Archiving completed work and generating reports
Examples
# Add a new item to the queue
queue add "Process incoming data files"
# Plan a scheduled task
queue plan "Deploy v2.0 to staging"
# Track progress on an item
queue track ITEM-001
# Set priority
queue prioritize ITEM-001 high
# Tag for categorization
queue tag ITEM-001 deployment
# Run weekly review
queue weekly-review
# Export queue data
queue export json
# Show recent activity
queue recent 15
Tips
- Use
prioritizeto bubble urgent items to the top weekly-reviewgives a throughput summary with trendstagitems to filter by category insearcharchivecompleted items to keep the active queue cleanstreaktracks how many consecutive days you processed items
Powered by BytesAgain | bytesagain.com | [email protected]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain1-queue": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
calling-agent-squad
Activate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder, Reviewer, and Observer. Use when the user wants to "call a squad", "start a project", or "deploy squad" with specialized roles and quality control loops.
ai-workflow-red-team-lite
对 AI 自动化流程做轻量红队演练,聚焦误用路径、边界失败和数据泄露风险。;use for red-team, ai, workflow workflows;do not use for 输出可直接滥用的攻击脚本, 帮助破坏系统.
quicker-connector
与 Quicker 自动化工具集成,读取、搜索和执行 Quicker 动作列表。支持 CSV 和数据库双数据源,智能匹配用户需求并调用本地 QuickerStarter 执行。
less-token
Save 40-65% tokens on summarization tasks. Compress verbose summary prompts into structured one-line instructions. Text-to-text translator only — no CLI, no API key, no install, no external dependencies. Works on ChatGPT, Claude, Gemini, DeepSeek, Kimi. Instruction-only, zero dependencies.
synapse-code
Synapse Code — 智能代码开发工作流引擎。 一体化完成项目初始化、代码交付、知识沉淀和影响分析。 内建代码图谱引擎,越用越懂你的项目。 当用户提到开发、实现功能、运行 pipeline、记录知识、检查影响范围时使用此技能。