todoist-natural-languageIntegrate with Todoist task management using natural language. Use when the user wants to manage Todoist tasks or projects through conversational commands li...
Install via ClawdBot CLI:
clawdbot install hail2skins/todoist-natural-languageManage your Todoist tasks conversationally. No need to remember CLI syntax β just talk naturally about your tasks.
This skill understands conversational requests:
List tasks:
Add tasks:
Complete tasks:
Manage projects:
TODOIST_API_KEY environment variable must be set with your Todoist API tokenIf you prefer CLI commands or need to script operations, use the Python script directly:
# List today's tasks
python3 todoist/scripts/todoist.py list --filter "today"
# Add a task
python3 todoist/scripts/todoist.py add "Buy milk" --due "tomorrow" --priority 2
# Complete a task by ID
python3 todoist/scripts/todoist.py complete "TASK_ID"
# List all projects
python3 todoist/scripts/todoist.py projects
When filtering tasks (via natural language or CLI):
today β tasks due todayoverdue β overdue taskstomorrow β tasks due tomorrowp1, p2, p3, p4 β priority filters7 days β tasks due in next 7 days@label β tasks with specific label#project β tasks in project& (and) and | (or): today & p11 β Urgent (red)2 β High (orange)3 β Medium (blue)4 β Low (white/gray, default)The script outputs JSON for programmatic use. See references/api.md for full API documentation.
TZ environment variable if needed)AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
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...