checklistCollaborative task checklist manager for AI agents with sequential, parallel, and looping execution. Features agent coordination, dependencies, deadlock prev...
Install via ClawdBot CLI:
clawdbot install welliu/checklistGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
Automate sequential deployment stages like testing, building, and deploying to environments. Ensures steps execute in order to prevent errors, with safety checks for deadlocks and validation before production deployment.
Run unit, integration, and lint tests concurrently to speed up quality assurance. Uses parallel mode to group tests, reducing overall execution time while coordinating results before generating reports.
Continuously poll an API until a success condition is met, such as receiving a valid response. Implements loop mode with max iterations and exit conditions to prevent infinite loops, useful for monitoring services or waiting for external updates.
Coordinate multiple AI agents to handle customer inquiries in a structured sequence, such as triage, resolution, and follow-up. Uses sequential or parallel modes with agent assignment to avoid conflicts and ensure efficient task completion.
Manage complex assembly lines with interdependent tasks, using dependencies and parallel execution for simultaneous operations. Prevents deadlocks in workflows involving multiple machines or workers, ensuring smooth production cycles.
Offer the checklist skill as part of a cloud-based AI agent platform with tiered pricing based on features like execution modes, agent limits, and safety checks. Revenue comes from monthly or annual subscriptions for businesses automating workflows.
Sell customized licenses to large organizations for integrating the skill into proprietary systems, with support for advanced coordination and deadlock prevention. Revenue is generated through one-time fees or annual maintenance contracts.
Provide expert services to design and deploy checklist workflows for clients, including training and customization. Revenue streams include project-based fees and ongoing optimization services for complex multi-agent environments.
💬 Integration Tip
Start with simple sequential tasks to understand dependencies, then gradually add parallel or loop modes while using the validation commands to ensure safety.
Scored Apr 19, 2026
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting.
Create, list, and manage macOS Calendar events via AppleScript. Use when the user asks to add a reminder, schedule an event, create a calendar entry, set a d...