Todoist Task Manager
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is a straightforward Todoist CLI wrapper, but users should understand it needs a Todoist API token and can change or delete tasks.
This skill appears coherent and purpose-aligned. Before installing, make sure you trust the Todoist CLI package, keep the Todoist API token private, and confirm any task deletion or bulk task changes before letting the agent run them.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may be able to change or delete tasks if the user asks it to use these commands.
The skill documents commands that can modify, complete, or delete Todoist tasks. This is expected for a task manager, but users should be aware it can make persistent account changes.
todoist modify TASK_ID --content "New title" ... todoist close TASK_ID ... todoist delete TASK_ID
Review requested task changes before allowing delete, complete, or bulk modification commands.
Anyone or any process with access to that config file may be able to use the Todoist account through the CLI.
The skill requires a Todoist API token stored in a local config file. This is purpose-aligned for using the Todoist CLI, but the registry metadata does not separately declare a primary credential.
Get your API token from https://app.todoist.com/app/settings/integrations/developer ... echo '{"token": "YOUR_API_TOKEN"}' > ~/.config/todoist/config.jsonStore the token securely, avoid sharing the config file, and revoke or rotate the Todoist token if it may have been exposed.
The installed CLI handles Todoist account access and task operations.
The skill depends on an external Homebrew-installed Todoist CLI. This is disclosed and central to the skill's purpose, but it means users rely on that package's provenance and behavior.
Install: `brew install todoist-cli`
Install the CLI from a trusted Homebrew source and keep it updated.
