← All skills
Tencent SkillHub Β· AI

Todoist Natural Language

Integrate with Todoist task management using natural language. Use when the user wants to manage Todoist tasks or projects through conversational commands li...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Integrate with Todoist task management using natural language. Use when the user wants to manage Todoist tasks or projects through conversational commands li...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, skill.json, SKILL.md, scripts/todoist.py, references/api.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.8

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

Todoist Skill β€” Natural Language Task Management

Manage your Todoist tasks conversationally. No need to remember CLI syntax β€” just talk naturally about your tasks.

Natural Language Examples

This skill understands conversational requests: List tasks: "What tasks do I have today?" "Show me my Todoist list for this week" "What do I have overdue?" "Show priority 1 tasks" Add tasks: "Add 'buy milk' to my todo list" "Create a task to call the dentist tomorrow" "I need to review the Q4 report by Friday" "Add 'weekly standup' due every Monday" Complete tasks: "Complete my task about the dentist" "Mark the milk task as done" "I finished the report" Manage projects: "What projects do I have in Todoist?" "Show tasks from my Work project"

Prerequisites

TODOIST_API_KEY environment variable must be set with your Todoist API token Get your token at: https://todoist.com/app/settings/integrations/developer

Technical Usage

If 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

Filter Syntax

When filtering tasks (via natural language or CLI): today β€” tasks due today overdue β€” overdue tasks tomorrow β€” tasks due tomorrow p1, p2, p3, p4 β€” priority filters 7 days β€” tasks due in next 7 days @label β€” tasks with specific label #project β€” tasks in project Combine with & (and) and | (or): today & p1

Priority Levels

1 β€” Urgent (red) 2 β€” High (orange) 3 β€” Medium (blue) 4 β€” Low (white/gray, default)

Features

βœ… Natural language task management βœ… Timezone-aware "today" filtering βœ… Smart filtering (excludes completed tasks) βœ… Recurring task support βœ… Full Todoist API v1 coverage

Response Format

The script outputs JSON for programmatic use. See references/api.md for full API documentation.

Notes

The skill automatically filters out completed tasks "Today" uses your local timezone (set TZ environment variable if needed) Natural language dates ("tomorrow", "next Friday") use Todoist's built-in parsing

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • references/api.md Docs
  • scripts/todoist.py Scripts
  • skill.json Config