LaunchKit · 2026
Back to Skills

todo-boss

Task capture + delegation tracking + daily remaining-work report for Telegram.

0
480 downloads
by @ukraecho

Setup & Installation

openclaw skills install @ukraecho/todo-boss

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

npx clawhub install todo-boss

Version History

v0.1.0Feb 15, 2026 - Version note by skill developer:

Version 0.1.0 of todo-boss - Initial release of Telegram-based task capture and delegation tracker. - Supports basic commands: /todo, /todo_done, /todo_list, /todo_delegated, /todo_report. - Extracts owner and due date from free text; prompts user if missing. - All task events are logged append-only; strict follow-up and no external web/API access. - Designed for concise, action-focused interaction in Korean enterprise environments.

What This Skill Does

Captures tasks from Telegram commands, extracts owner and due date from free text, and tracks delegated work. All task events are stored in an append-only log at ~/.openclaw/workspace/data/todo/tasks.jsonl. Daily reports and delegation lists are grouped by owner and due date.

Keeps task capture and delegation tracking inside Telegram so you don't need a separate task manager open during conversations.

When to use it

  • Capturing a task mid-conversation without leaving Telegram
  • Tracking which tasks you assigned to teammates and whether they're still open
  • Running a quick daily standup report of remaining work
  • Reviewing overdue delegated tasks grouped by assignee
  • Logging task history with timestamps for accountability

Example Workflow

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

INPUT

User sends: /todo Review Q1 report by Friday - assign to Jiyeon

AGENT
  1. 1Parses free text to extract title, owner (Jiyeon), and due date (Friday)
  2. 2Confirms both owner and due date are present, skips follow-up questions
  3. 3Appends a created event to tasks.jsonl with status=open
  4. 4Echoes confirmation summary with id, title, owner, due_date, and status
OUTPUT

Task #42 created: 'Review Q1 report', owner=Jiyeon, due=2026-03-20, status=open

Requirements

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

Telegram account