# OpenCLI Agent Pack: Todoist CLI

Use this when an AI agent needs to work with `todoist`.

## What this CLI is for
Todoist tasks, task capture, and personal planning from the terminal. Built by Todoist.

Best for: todoist tasks, task capture, and personal planning from the terminal.

## Agent readiness
Human-first CLI (35/100)
- Supports non-interactive/scripted use.

## Install
```sh
npm install -g todoist-cli
```

## Verify before real work
```sh
todoist --help
```
Expected signal: todoist responds locally; authenticate before real work.

## Safe starting commands
```sh
todoist --help
```

```sh
todoist list
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.
- Verify identity/account before running task commands.
- Network access is required; avoid leaking secrets in logs.
- Start read-only, then ask before mutations.

## Suggested agent instruction
You may use Todoist CLI (`todoist`) for todoist tasks, task capture, and personal planning from the terminal.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
