π¦ ClawHub
Cognary Tasks is an AI-first task manager that turns your spoken thoughts into organized, actionable tasks instantly. Just speak naturally, and Cognary uses AI to prioritize, structure, and manage you
by @dboyne
Manage 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.
TERMINAL
clawhub install cognary-ai-tasksπ About This Skill
name: cognary-tasks description: Manage 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.
Cognary Tasks
Manage tasks via cognary-cli tasks. Always pass --json for parseable output.
Installation
If cognary-cli is not installed, install it first:
npm install -g cognary-cli
Auth
The COGNARY_API_KEY env var must be set. If calls fail with an auth error, tell the user:
Commands
List tasks
cognary-cli tasks list [--status active|completed|all] [--category ] [--priority High|Medium|Low] [--search ] [--sort createdAt|updatedAt|dueDate|priority|title] [--order asc|desc] [--limit ] [--page ] [--active-only] [--completed-limit ] --json
Default: all tasks, sorted by createdAt desc, limit 20.
Add task
cognary-cli tasks add "" [--notes ""] [--category ""] [--priority High|Medium|Low] [--due-date ""] --json
Get task
cognary-cli tasks get --json
Update task
cognary-cli tasks update [--title ""] [--notes ""] [--category ""] [--priority High|Medium|Low] [--due-date ""] --json
Complete task
cognary-cli tasks complete --json
Uncomplete task (reactivate)
cognary-cli tasks uncomplete --json
Delete task
cognary-cli tasks delete --json