todo-managementPer-workspace SQLite todo manager (./todo.db) with groups and task statuses (pending/in_progress/done/skipped), operated via {baseDir}/scripts/todo.sh for adding, listing, editing, moving, and removing entries and managing groups.
Install via ClawdBot CLI:
clawdbot install lstpsche/todo-managementGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
Individuals use this skill to manage daily chores, shopping lists, and personal projects in a simple, persistent database. It helps avoid forgetting tasks and tracks progress with statuses like pending or done, without cluttering files.
Small teams in startups or remote work settings utilize the skill to assign and monitor tasks within shared workspaces. Groups organize tasks by project, and status updates ensure everyone stays aligned on progress without complex tools.
Researchers and students manage literature reviews, data collection steps, and paper writing milestones. The SQLite backend allows lightweight tracking of tasks across different study groups, helping maintain focus and deadlines.
Freelancers organize client deliverables, invoices, and follow-ups using task groups per client. The skill's token-efficient design ensures quick updates and status changes, ideal for managing multiple projects without overhead.
Offer a basic version of this todo management skill for free, with premium features like advanced analytics, cloud sync, or team collaboration tools. Revenue comes from subscription tiers targeting small businesses and power users.
License the skill as a lightweight add-on for existing productivity or project management software in corporations. It provides a simple, embeddable task manager that integrates with internal systems, generating revenue through licensing deals.
Distribute the skill as open source with community support, monetizing through paid consulting, customization services, and priority support for businesses. This model builds trust and adoption while driving revenue from tailored implementations.
💬 Integration Tip
Ensure sqlite3 is installed in the environment; use the provided todo.sh script for all operations to maintain data integrity and avoid file conflicts.
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...