cognary-ai-tasksManage task lists via cognary-cli. Use for listing, adding, updating, completing, uncompleting, and deleting tasks. Triggers on any request about tasks, to-dos, task lists, reminders-as-tasks, or tracking action items.
Install via ClawdBot CLI:
clawdbot install dboyne/cognary-ai-tasksManage tasks via cognary-cli tasks. Always pass --json for parseable output.
If cognary-cli is not installed, install it first:
npm install -g cognary-cli
The COGNARY_API_KEY env var must be set. If calls fail with an auth error, tell the user:
cognary-cli tasks list [--status active|completed|all] [--category <cat>] [--priority High|Medium|Low] [--search <query>] [--sort createdAt|updatedAt|dueDate|priority|title] [--order asc|desc] [--limit <n>] [--page <n>] [--active-only] [--completed-limit <n>] --json
Default: all tasks, sorted by createdAt desc, limit 20.
cognary-cli tasks add "<title>" [--notes "<notes>"] [--category "<cat>"] [--priority High|Medium|Low] [--due-date "<date>"] --json
cognary-cli tasks get <id> --json
cognary-cli tasks update <id> [--title "<title>"] [--notes "<notes>"] [--category "<cat>"] [--priority High|Medium|Low] [--due-date "<date>"] --json
cognary-cli tasks complete <id> --json
cognary-cli tasks uncomplete <id> --json
cognary-cli tasks delete <id> --json
Generated Mar 1, 2026
A freelance graphic designer uses Cognary Tasks to manage client projects by speaking tasks into their phone while commuting. The AI automatically categorizes tasks by client, sets priorities based on due dates, and organizes deliverables into structured lists. This allows the freelancer to capture ideas instantly without manual data entry.
A sales manager uses Cognary Tasks to track action items from team meetings by speaking follow-up tasks like 'schedule demo with Acme Corp.' The AI categorizes tasks by deal stage, sets High priority for hot leads, and creates reminders for follow-ups. This streamlines pipeline management without manual CRM updates.
A PhD student uses Cognary Tasks to manage research milestones by speaking tasks like 'analyze dataset X by Friday.' The AI organizes tasks by research phase, sets Medium priority for literature reviews, and creates structured to-dos for paper submissions. This helps maintain progress tracking amid complex academic workflows.
An event planner uses Cognary Tasks to manage wedding preparations by speaking vendor tasks like 'confirm caterer menu by Tuesday.' The AI categorizes tasks by vendor type, sets High priority for critical deadlines, and creates reminders for payments. This ensures nothing falls through the cracks during busy planning seasons.
Offer a free tier with basic task management and limited AI features, then charge for advanced prioritization, team collaboration, and integrations. Revenue comes from monthly subscriptions for power users and small teams who need structured productivity tools. Upsell based on usage analytics and premium support.
Sell customized versions to large organizations with features like SSO, compliance tracking, and dedicated AI training. Revenue comes from annual contracts that include onboarding, security audits, and priority API access. Target companies needing scalable task management across departments.
Charge developers for API access to integrate Cognary's AI task processing into other apps. Revenue comes from tiered pricing based on request volume, with premium tiers offering faster processing and custom AI models. Partner with productivity platforms to embed the technology.
💬 Integration Tip
Always set the COGNARY_API_KEY environment variable first, and use --json flag for parseable output when scripting integrations.
Manage Trello boards, lists, and cards via the Trello REST API.
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.
Master OpenClaw's timing systems. Use for scheduling reliable reminders, setting up periodic maintenance (janitor jobs), and understanding when to use Cron v...
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...