A professional diagnostic tool that audits Celery configurations for reliability, security vulnerabilities, and operational performance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install celery-task-analyzer
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 celery-task-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Celery Task Analyzer is a specialized utility designed for developers who need to maintain high-performance distributed systems using Openclaw Skills. It functions as a virtual senior systems engineer, scanning your Python codebase to detect critical configuration errors, inefficient worker settings, and security risks like unsafe pickle serialization. By synthesizing best practices for task queues, this skill helps teams prevent worker deadlocks, eliminate poison messages, and ensure that periodic tasks run without contention.
This tool is essential for teams scaling their asynchronous workloads, providing a comprehensive quality report that covers everything from broker-specific optimizations to task-level design patterns. Whether you are using RabbitMQ, Redis, or SQS, the analyzer provides tailored feedback to harden your infrastructure and improve overall system health.
To use this tool within the suite of Openclaw Skills, ensure your AI agent has read access to your project repository. You can trigger an analysis by pointing the agent to your tasks directory or configuration module.
# Example: Triggering a full audit through your AI agent
Analyze the Celery configurations in /project/settings.py and all tasks in /project/apps/
The analyzer organizes its findings into a structured report using the following metadata taxonomy:
| Data Point | Description |
|---|---|
| Health Score | A 0-100 overall rating based on distributed system best practices. |
| Category Metrics | Granular scores for Security, Routing, Worker Config, and Task Design. |
| Critical Issues | A prioritized list of risks that could cause system crashes or data loss. |
| Routing Map | A matrix showing how tasks are assigned to specific queues and exchanges. |
| Beat Timeline | A visual analysis of periodic tasks to detect execution overlaps. |
Loading
A comprehensive validation tool for Python pyproject.toml files ensuring PEP standard compliance and tool configuration integrity.

A comprehensive auditing tool for Node.js package.json files to ensure security, valid semver, and project best practices.

An automated assistant that provides structured feedback on code quality, security, and performance for pull requests.

A comprehensive diagnostic tool to find and fix performance-draining N+1 query patterns in ORM-based applications.

A robust Python-based utility for auditing JSON-exported Tailwind CSS configurations to ensure structural integrity and production readiness.

A multi-agent adversarial decision council that uses a 5-state consensus hardening protocol to produce auditable, high-confidence governance decisions.








































