queue

Queue - command-line tool for everyday use

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 bytesagain1/queue

Queue

Message queue toolkit — job queuing, priority management, retry logic, dead letter handling, rate limiting, and status monitoring.

Commands

CommandDescription
queue runExecute main function
queue listList all items
queue add <item>Add new item
queue statusShow current status
queue export <format>Export data
queue helpShow help

Usage

# Show help
queue help

# Quick start
queue run

Examples

# Run with defaults
queue run

# Check status
queue status

# Export results
queue export json

How It Works

Tips

  • Run queue help for all commands
  • Data stored in ~/.local/share/queue/

When to Use

  • as part of a larger automation pipeline
  • when you need quick queue from the command line

Output

Returns structured data to stdout. Redirect to a file with queue run > output.txt.

Configuration

Set QUEUE_DIR environment variable to change the data directory. Default: ~/.local/share/queue/


Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback

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.

General

OpenClaw Session Model Switcher

Instantly switch the current OpenClaw session model; supports gpt, claude, qianwen, minimax, current model status, configured model listing, and restoring th...

Registry SourceRecently Updated
421Profile unavailable
General

Token Optimizer Pro

Monitor OpenClaw token usage, analyze usage patterns, estimate cost, and provide practical optimization suggestions. Use when reviewing token consumption by...

Registry SourceRecently Updated
1300Profile unavailable
General

Provider Sync

Sync provider model lists into OpenClaw config (dry-run preview → confirm → apply). Trigger: /provider_sync

Registry SourceRecently Updated
3231Profile unavailable
General

Skill Operator

Manage installed skills with a web UI for visualization, backup-backed uninstall, updates via git, and AI-powered evolution with rollback support.

Registry SourceRecently Updated
2760Profile unavailable