Home Tutorials Categories Skills About
ZH EN JA KO

Todoist Tasks

Task Management Search & Productivity

Install Command

npx clawhub@latest install todoist-tasks

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 Tasks to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Todoist Tasks 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.
Advanced Tasks Project Templates Automation Rules

Detailed Description

Todoist Tasks is an enhanced version of Todoist integration, providing more powerful task management and automation capabilities for users and teams needing advanced project management features.

Core Features

  • Advanced Task Management: Create tasks with subtasks, labels, priorities, and custom fields
  • Project Templates: Save and reuse project templates for quickly launching common project types
  • Automation Rules: Set condition-based automation rules like auto-assignment and auto-labeling
  • Team View: View team members' task assignments and progress

Configuration

{
  skills: {
    "todoist-tasks": {
      apiToken: "your-todoist-token",
      defaultProject: "Inbox",
      defaultPriority: 2,
      syncInterval: 300,         // Sync interval (seconds)
      naturalLanguageDue: true   // Support natural language dates
    }
  }
}

Use Cases

  • Quickly create and manage tasks through natural language
  • Use templates to quickly set up task structures for new projects
  • Set automation rules to reduce repetitive task management operations
  • View overall team task progress and bottlenecks