task-managerSQLite-based task management with priority, tags, and stats. Database stored in skill directory for natural isolation.
Install via ClawdBot CLI:
clawdbot install rare/task-managerGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
Individuals use the Task Manager to organize daily to-dos, set priorities, and track progress with tags and due dates. It helps manage work and personal tasks efficiently through a simple command-line interface, ideal for tech-savvy users seeking a lightweight, offline solution.
Small teams in startups or remote settings deploy the skill per agent for isolated task tracking, allowing members to manage their assignments with priorities and status updates. It supports collaboration by sharing task lists via the database file, though manual sync is required.
Researchers and students utilize the Task Manager to break down projects into tasks with tags for topics, set deadlines, and monitor completion stats. The SQLite backend ensures data persistence without cloud dependencies, suitable for managing long-term academic workflows.
Freelancers employ the skill to manage multiple client projects by tagging tasks per client, setting priorities based on deadlines, and archiving completed work. It provides a straightforward way to track billable hours and project milestones offline.
Offer a cloud-synced version of the Task Manager as a premium feature, while keeping the basic skill free. Monetize through subscription plans for teams needing cross-device access and advanced analytics, leveraging the existing user base from the open-source component.
Provide paid support, customization, and integration services for businesses adopting the Task Manager skill. This includes adding features like API connectors, enhanced reporting, and training, targeting organizations that value data isolation and reliability.
License the Task Manager as part of educational toolkits for coding bootcamps or universities teaching project management and Python. Generate revenue through bulk licenses and supplementary materials, capitalizing on its simplicity and practical use case.
💬 Integration Tip
Integrate with existing workflows by aliasing the command for quick access and backing up the SQLite database regularly to prevent data loss.
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...