Queue
name: queue
by bytesagain1 · published 2026-03-22
$ claw add gh:bytesagain1/bytesagain1-queue---
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 <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/`:
Requirements
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-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 15Tips
---
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...