Queue
by @bytesagain-lab
Manage message queues with priorities and retry logic. Use when adding jobs, planning retry strategies, tracking delivery status, reviewing failed items.
clawhub install queueπ About This Skill
name: queue version: "2.0.1" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills license: MIT-0 tags: [queue, task-management, project-planning, workflow] description: "Manage message queues with priorities and retry logic. Use when adding jobs, planning retry strategies, tracking delivery status, reviewing failed items."
Queue
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 | Add a new item to the queue |
| queue plan | Plan a task with scheduling details |
| queue track | Track progress on a queued item |
| queue review | Review current queue items and status |
| queue prioritize | Set priority level for an item |
| queue remind | Set a reminder for a queued item |
| queue streak | Show current processing streak |
| queue tag | Tag a queue item for categorization |
| queue timeline | Display timeline of all queue activity |
| queue report | Generate a queue status report |
| queue archive | Move completed items to archive |
| queue weekly-review | Run a weekly review of queue throughput |
| queue stats | Show queue statistics and counts |
| queue export | Export queue data in json, csv, or txt |
| queue search | 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 historyRequirements
When to Use
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-001Set priority
queue prioritize ITEM-001 highTag for categorization
queue tag ITEM-001 deploymentRun weekly review
queue weekly-reviewExport queue data
queue export jsonShow recent activity
queue recent 15
Tips
prioritize to bubble urgent items to the topweekly-review gives a throughput summary with trendstag items to filter by category in searcharchive completed items to keep the active queue cleanstreak tracks how many consecutive days you processed itemsPowered by BytesAgain | bytesagain.com | hello@bytesagain.com
β‘ When to Use
π‘ 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-001Set priority
queue prioritize ITEM-001 highTag for categorization
queue tag ITEM-001 deploymentRun weekly review
queue weekly-reviewExport queue data
queue export jsonShow recent activity
queue recent 15
π Tips & Best Practices
prioritize to bubble urgent items to the topweekly-review gives a throughput summary with trendstag items to filter by category in searcharchive completed items to keep the active queue cleanstreak tracks how many consecutive days you processed itemsPowered by BytesAgain | bytesagain.com | hello@bytesagain.com