@alejdg

Todoist AI

OpenClaw plugin that exposes Todoist MCP tools to agents via @doist/todoist-mcp

Current version
v2.0.1
bundle-pluginCommunitysource-linked

Todoist AI Tools

OpenClaw plugin that exposes 45+ Todoist tools to your agents via @doist/todoist-mcp.

Features

  • Dynamic tool discovery — automatically registers every tool exported by @doist/todoist-mcp
  • Per-agent API keys — each agent can use a different Todoist account
  • Normalized naming — all tools follow the todoist_<name> convention
  • Safety-aware skill docs — bundled SKILL.md categorizes tools as read vs. write/destructive

Prerequisites

  • OpenClaw ≥ 2026.5.17
  • A Todoist API key (one per agent, or a shared default)

Installation

openclaw plugins install clawhub:alejdg/todoist-ai-tools

Configuration

Add the plugin to your openclaw.json:

{
  "plugins": {
    "entries": {
      "todoist-ai-tools": {
        "enabled": true,
        "config": {
          "apiKeys": {
            "default": "${TODOIST_API_KEY}",
            "my-agent": "${MY_AGENT_TODOIST_KEY}"
          }
        }
      }
    }
  }
}

API key resolution order:

  1. apiKeys.<agentId> — exact match for the running agent
  2. apiKeys.default — shared fallback
  3. TODOIST_API_KEY environment variable

Tool Categories

CategoryExamplesCount
Task Managementtodoist_add_tasks, todoist_find_tasks, todoist_complete_tasks8
Projects & Sectionstodoist_add_projects, todoist_find_sections8
Goalstodoist_add_goals, todoist_find_goals, todoist_complete_goals5
Comments, Labels, Filterstodoist_add_comments, todoist_find_labels, todoist_update_labels12
Collaboration & Insightstodoist_get_overview, todoist_get_productivity_stats10
Generic / Compatibilitytodoist_search, todoist_fetch, todoist_user_info7

See skills/todoist-ai/SKILL.md for the full tool reference and usage workflows.

Dependencies

PackagePurpose
@doist/todoist-mcpMCP-based Todoist tools with structured parameters
@doist/todoist-sdkTodoist REST API client
zodZod-to-JSON Schema conversion for tool parameters

License

MIT

Source and release

Source repository

alejdg/openclaw-todoist-ai-tools

Open repo

Source commit

c7b2b6f3a4379e366c07bbefec870f27d48f06c1

View commit

Install command

openclaw plugins install clawhub:@alejdg/todoist-ai-tools

Metadata

  • Package: @alejdg/todoist-ai-tools
  • Created: 2026/06/27
  • Updated: 2026/06/28
  • Executes code: No
  • Source tag: main

Compatibility

  • Built with OpenClaw: 2026.3.24-beta.2
  • Plugin API range: >=2026.3.24-beta.2
  • Tags: latest
  • Files: 12