A command-line utility that instantly generates production-ready BullMQ queue configurations and worker code from a simple text description.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install queue-config-gen
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install queue-config-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Queue Generator is a specialized addition to the Openclaw Skills ecosystem designed to eliminate the boilerplate associated with background processing. By leveraging AI, it translates high-level job descriptions into fully functional BullMQ setups, including workers, producers, and retry strategies. This tool ensures that developers can focus on business logic rather than spending hours configuring message brokers and error-handling patterns.
As part of the Openclaw Skills collection, this generator adheres to best practices for modern backend development. It provides a standardized way to implement background jobs, ensuring that your application remains responsive while heavy tasks are processed asynchronously.
To use this tool within the Openclaw Skills framework, ensure you have Node.js 18 or higher installed. No permanent installation is required as it runs via npx.
First, set your environment variable:
export OPENAI_API_KEY='your_api_key_here'
Then, generate your queue setup with a single command:
npx ai-queue "your job description here"
For help and additional options:
npx ai-queue --help
The skill generates a set of structured files to organize your background processing logic:
| File Type | Description |
|---|---|
| Queue Config | Configuration settings for Redis and BullMQ connection and queue naming. |
| Worker Code | The logic responsible for consuming and processing jobs from the queue. |
| Producer | Helper functions to add new jobs to the queue from your main application. |
| Types | TypeScript interfaces defining the job data structure and payload. |
All generated code follows an idempotent design pattern to ensure reliability across the Openclaw Skills suite.
Loading
An AI-driven CLI tool designed to identify and fix performance bottlenecks in SQL and Prisma database queries.

A token-efficient memory architecture that utilizes indexed progressive disclosure to minimize context rot and maximize agent relevance.

A command-line utility that transforms natural language descriptions into complete, syntactically correct Prisma database schemas.

Prisma Gen transforms natural language descriptions into fully formatted, production-ready Prisma database schemas in seconds.

Automatically generate BullMQ configurations, worker code, and job producers from a simple natural language description.

A natural language configuration tool that generates ready-to-use rate limiting middleware for APIs and web applications.








































