Use Bull Board to add a protected dashboard for Bull and BullMQ queues so operators can inspect, retry, pause, clean, and debug background agent jobs.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill inspect-bullmq-agent-job-queues-with-bull-board --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Inspect Bullmq Agent Job Queues With Bull Board?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-inspect-bullmq-agent-job-queues-with-bull-board)More formats (shields.io, HTML) on the badges page.
---
name: "Inspect BullMQ agent job queues with Bull Board"
slug: "inspect-bullmq-agent-job-queues-with-bull-board"
description: "Use Bull Board to add a protected dashboard for Bull and BullMQ queues so operators can inspect, retry, pause, clean, and debug background agent jobs."
github_stars: 3399
verification: "security_reviewed"
source: "https://github.com/felixmosh/bull-board"
author: "Bull Board contributors"
publisher_type: "open_source"
category: "Monitoring & Alerts"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "felixmosh/bull-board"
github_stars: 3399
npm_package: "@bull-board/api"
npm_weekly_downloads: 1528459
---
# Inspect BullMQ agent job queues with Bull Board
Use Bull Board to add a protected dashboard for Bull and BullMQ queues so operators can inspect, retry, pause, clean, and debug background agent jobs.
## Prerequisites
Bull or BullMQ queues, Redis, Bull Board API/UI package, one supported server adapter such as Express, Fastify, Koa, Hapi, NestJS, Hono, H3, Elysia, or Bun
## Installation
Install the Bull Board API package and the adapter for your server framework. For Express:
```bash
npm install @bull-board/api @bull-board/express
```
Use the matching adapter package for other supported servers, such as Fastify, Koa, Hapi, NestJS, Hono, H3, Elysia, or Bun. Bull Board plugs into existing Bull or BullMQ queues backed by Redis; protect the mounted dashboard route with your application's normal authentication and authorization controls before exposing it to operators.
- Source: https://github.com/felixmosh/bull-board
- Extracted from upstream docs: https://raw.githubusercontent.com/felixmosh/bull-board/HEAD/README.md
## Documentation
- https://felixmosh.github.io/bull-board/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/inspect-bullmq-agent-job-queues-with-bull-board/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!