Bullmq

🌐Community
by jgamaraalv · vlatest · Repository

Bullmq helps you quickly find and analyze historical Bitcoin market data for informed trading decisions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add bullmq npx -- -y @trustedskills/bullmq
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "bullmq": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/bullmq"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The bullmq skill provides a robust and reliable queueing system based on BullMQ, a Redis-based job processing framework. It allows AI agents to manage asynchronous tasks like sending emails, processing large datasets, or triggering complex workflows in the background without blocking the main execution thread. This ensures responsiveness and scalability for agent operations.

When to use it

  • Background Task Processing: Offload time-consuming tasks like generating reports or training models from the main agent process.
  • Email Sending: Reliably queue and send emails, even if the agent experiences temporary interruptions.
  • Workflow Orchestration: Manage complex workflows involving multiple steps that need to be executed in a specific order.
  • Data Processing Pipelines: Process large datasets in chunks without overwhelming the agent's resources.

Key capabilities

  • Redis-backed queueing
  • Job prioritization and scheduling
  • Retry mechanisms for failed jobs
  • Real-time job progress monitoring
  • Concurrency control

Example prompts

  • "Queue a report generation task with priority 'high'."
  • "Send an email to [email protected] using the queued email service."
  • "Check the status of job ID 12345."

Tips & gotchas

  • Requires a running Redis instance for queue persistence and management.
  • Consider setting appropriate concurrency limits to avoid overwhelming downstream services.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jgamaraalv
Installs
14

🌐 Community

Passed automated security scans.