message-queuesDeep message queue workflow—queue vs topic, ordering and partitions, retries and DLQ, idempotency, backpressure, observability, and failure design. Use when...
Install via ClawdBot CLI:
clawdbot install clawkk/message-queuesGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 6, 2026
An e-commerce platform needs to decide between Kafka, RabbitMQ, or SQS for handling order events. The workflow guides through delivery semantics, partitioning, and idempotency to ensure orders are processed exactly once without duplicates.
A fintech company experiences increasing consumer lag and DLQ growth in their transaction processing system. The skill helps diagnose hot partitions, retry strategies, and backpressure to restore throughput and reliability.
A healthcare provider needs to guarantee that duplicate claim messages do not result in double billing. The workflow designs at-least-once delivery with idempotent handlers and versioned message contracts.
A media company moves from RabbitMQ to Kafka to support higher throughput and partitioned ordering. The skill covers topology design, partition key selection, and rebalance handling for live streaming data.
A SaaS provider needs consistent database writes and queue publishes to avoid dual-write failures. The workflow introduces the transactional outbox pattern and failure drills to validate idempotency.
Offer expert consulting to design and implement queue systems tailored to client workloads. Includes delivery semantics, partitioning, and failure drills for enterprise clients.
Provide ongoing monitoring, lag alerts, and capacity planning for clients' message queues. Includes DLQ management and replay tooling as a service.
Conduct audits of existing queue systems to identify risks (duplicates, reordering, poison messages) and train teams on best practices. Includes failure drill facilitation.
💬 Integration Tip
Start by clarifying delivery semantics and idempotency needs, then map partition keys to business entities. Use transactional outbox for critical dual-write scenarios.
Scored May 6, 2026
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Automate web tasks like form filling, data scraping, testing, monitoring, and scheduled jobs with multi-browser support and retry mechanisms.
A clean, reliable system resource monitor for CPU load, RAM, Swap, and Disk usage. Optimized for OpenClaw.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Set up observability for applications and infrastructure with metrics, logs, traces, and alerts.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., prod...