queue

Manage message queues with priorities and retry logic. Use when adding jobs, planning retry strategies, tracking delivery status, reviewing failed items.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "queue" with this command: npx skills add bytesagain-lab/queue

Queue

Task queue with priority management, timeline tracking, streaks, tagging, and weekly reviews. Logs all operations with timestamps for full traceability.

Commands

CommandDescription
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 reviewReview 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 streakShow current processing streak
queue tag <id> <tag>Tag a queue item for categorization
queue timelineDisplay timeline of all queue activity
queue reportGenerate a queue status report
queue archive <id>Move completed items to archive
queue weekly-reviewRun a weekly review of queue throughput
queue statsShow 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 statusShow current queue health
queue helpDisplay help and available commands
queue versionShow version number

Data Storage

All data stored locally in ~/.local/share/queue/:

  • add.log — added items
  • plan.log — planned tasks
  • track.log — tracking events
  • history.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 prioritize to bubble urgent items to the top
  • weekly-review gives a throughput summary with trends
  • tag items to filter by category in search
  • archive completed items to keep the active queue clean
  • streak tracks how many consecutive days you processed items

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

OpenClaw Pilot

Convert rough project ideas into a human-readable blueprint and a clean OpenClaw execution packet for safe, scoped implementation and continuation.

Registry SourceRecently Updated
1141Profile unavailable
Automation

Pad Mode

Turn messy requests into structured plans. PAD Mode (Plan → Act → Deliver) gives your AI agent project management superpowers — automatic task breakdown, liv...

Registry SourceRecently Updated
2920Profile unavailable
Automation

Weixin Task Workbench

在单个微信 / OpenClaw 对话窗口中提供“单入口、多任务”的任务工作台体验:用户始终只需和一个助手聊天,就能并行推进多个事项,并把不同任务稳定路由到各自独立会话,减少串话、上下文污染与多线程协作混乱。适用于微信中的长期协作、任务切换、任务总结、任务归档与任务生命周期管理;当用户发送“任务列表 / 新建任务...

Registry SourceRecently Updated
1961Profile unavailable
Automation

Feishu Task Workbench

在单个 Feishu/OpenClaw 对话窗口中运行多任务工作台,让用户在一个窗口里完成任务新建、切换、继续、总结、关闭与归档,并通过 `sessions_spawn`、`sessions_send`、`sessions_history` 把每个任务路由到独立会话。**当用户发送“任务列表 / 新建任务 / 切到

Registry SourceRecently Updated
1540Profile unavailable