Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Todoist Cli Task Management

ASecurity

Use the td (Todoist CLI) to read and manage Todoist todos/to-dos/tasks from the terminal. Trigger when the user asks about their todos/tasks/agenda/checklist (today/upcoming/overdue), wants to list inbox/tasks/projects/labels, add a task/todo with natural language, or update/com…

19 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsgobashgit

Works with

terminalcli

Security Analysis

A96/100
mediumInstalls packages at runtime which could introduce malicious dependencies

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill todoist-cli-task-management --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Todoist Cli Task Management?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Todoist Cli Task Management
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-todoist-cli-task-management/badge)](https://www.skillsdirectory.com/skills/rondoflow-todoist-cli-task-management)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: todoist-cli-task-management
description: "Use the td (Todoist CLI) to read and manage Todoist todos/to-dos/tasks from the terminal. Trigger when the user asks about their todos/tasks/agenda/checklist (today/upcoming/overdue), wants to list inbox/tasks/projects/labels, add a task/todo with natural language, or update/com…"
category: "Communication"
author: community
version: "0.1.1"
icon: message-circle
---

# Todoist via `td` CLI

## Install / verify

Repo: https://github.com/Doist/todoist-cli

If `td` is not installed (e.g., `command not found: td`), install from the repo:

```bash
git clone https://github.com/Doist/todoist-cli
cd todoist-cli
npm install
npm run build
npm link
```

Then verify:

```bash
td --help
```

Use `td` for all Todoist operations. Prefer parseable output:

- Use `--json` (or `--ndjson`) for listing/reading tasks.
- Use `td task update ...` for edits (content, due, description, priority, labels, etc.).

## Quick agenda

- Today + overdue:
  - `td today --json`
- Next N days:
  - `td upcoming 7 --json`
- Inbox:
  - `td inbox --json`

When summarizing an agenda for the user:
- Separate **Overdue** vs **Due today** (and optionally **Upcoming**).
- Include priority (p1–p4) if present and any labels.

## Find the right task to edit

Preferred approaches:

1) If you already have the task id, use it directly:
- Reference format: `id:<taskId>` (e.g., `id:6WcqCcR4wF7XW5m6`)

2) If you only have a title/snippet, search/list then match:
- `td task list --json` (optionally filter via other list commands like `today`, `upcoming`, `inbox`)
- Then pick the correct item by `content` + due date + project.

To view a single task:
- `td task view <ref> --json`

## Common edits

Update description (notes):
- `td task update <ref> --description "..."`

Update title/content:
- `td task update <ref> --content "New task title"`

Change due date/time (natural language often works):
- `td task update <ref> --due "tomorrow 3pm"`

Priority:
- `td task update <ref> --priority p1` (or p2/p3/p4)

Labels (replaces existing labels):
- `td task update <ref> --labels "Chores,Calls"`

Complete / reopen:
- `td task complete <ref>`
- `td task uncomplete id:<taskId>`

Delete:
- `td task delete <ref> --yes` (only if the user explicitly wants deletion)

## Add tasks

Fast natural-language add:
- `td add "Call dentist tomorrow 10am p2 #Personal"`

Or explicit add (when you need structured fields):
- `td task add --content "..." --due "..." --priority p2 --labels "..."`

## Safety / UX

- Confirm before destructive actions (delete).
- If multiple tasks match the user’s description, ask a clarifying question (or show candidates) before updating.
- When the user asks to add info (e.g., a phone number), put it in the **description** unless they explicitly want it in the title.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →