Home Tutorials Categories Skills About
ZH EN JA KO
☑️

Todoist

Tasks Notes & Task Management

Install Command

npx clawhub@latest install todoist

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Todoist to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Todoist appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Natural Language Priorities Project Categories

Detailed Description

The Todoist skill connects the popular task management tool with OpenClaw, letting you manage to-dos in the most natural way.

Core Features

  • Task Creation: Describe tasks in natural language with automatic parsing of due dates, priorities, and projects
  • Task Completion: Mark tasks as completed
  • Task Queries: Query tasks by project, date, priority, and other criteria
  • Project Management: Create and manage Todoist projects
  • Label Filtering: Categorize and filter tasks using labels

Configuration

{
  skills: {
    todoist: {
      apiToken: "xxx",
      defaultProject: "Inbox"
    }
  }
}

Use Cases

  • "Add a task: Submit the report by 3 PM tomorrow, high priority"
  • "What tasks are still unfinished today?"
  • "Mark 'buy milk' as completed"
  • "List all high-priority tasks in the work project"