LaunchKit · 2026
Back to Skills

Manage TinyTalkingTodos lists and items via the ttt CLI.

1
1.6k downloads
by @joshuacrowley

Setup & Installation

openclaw skills install @joshuacrowley/ttt

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install ttt

Version History

v0.1.2Feb 3, 2026 - Version note by skill developer:

No changes detected in this release. - Version 0.1.2 contains no file changes compared to the previous release.

What This Skill Does

Connects Claude to TinyTalkingTodos via the ttt CLI, enabling todo list and item management from the command line. The CLI syncs with TinyTalkingTodos in real-time and supports creating, updating, completing, and deleting lists and todos. Batch operations and undo history are included.

Batch operations and undo support make bulk task management faster than interacting with the TinyTalkingTodos UI one item at a time.

When to use it

  • Add grocery items to a shopping list by voice or chat
  • Mark tasks done after checking a daily work list
  • Create a new project checklist with multiple items at once
  • Undo an accidental deletion of a todo
  • Review and update due dates across multiple tasks in bulk

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Add milk, eggs, and bread to my Groceries list

AGENT
  1. 1Check auth status with ttt auth status
  2. 2Run ttt todo batch-add --list "Groceries" with items array containing milk, eggs, and bread
  3. 3Display compact output showing the updated Groceries list with new items
OUTPUT

Three items added to the Groceries list, shown with their IDs and completion status

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

TinyTalkingTodos accountttt CLI installed via npm install -g @ojschwa/ttt-cliAuthenticated session via ttt auth login