← 返回
沟通协作 中文

Todo Boss

Capture and track tasks with owner and due date, mark done, list open or delegated tasks, and get daily reports via Telegram commands.
捕获任务、记录负责人和截止日期,标记完成,列出待办或已委托任务,并通过 Telegram 命令获取每日报告。
ukraecho
沟通协作 clawhub v0.1.0 1 版本 99766.4 Key: 无需
★ 0
Stars
📥 1,281
下载
💾 17
安装
1
版本
#latest

概述

todo-boss

Purpose

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

NO web browsing, NO web search, NO external lookups.

Data store

Append-only log: ~/.openclaw/workspace/data/todo/tasks.jsonl

Derived state cache (optional): ~/.openclaw/workspace/data/todo/state.json

Commands (Telegram)

  • /todo : create a task draft from free text
  • /todo_done : mark done
  • /todo_list : list open tasks (grouped by owner, then due date)
  • /todo_delegated : list tasks I assigned to others that are still open (include history)
  • /todo_report : daily report (same as list, but concise)

Extraction rules (very important)

When user sends /todo :

1) Extract: title, owner, due_date (YYYY-MM-DD or natural language), priority (optional), notes.

2) If owner OR due_date is missing/ambiguous:

  • Ask a follow-up question in Telegram.
  • Store as status="draft" with missing_fields=[...].
  • Do NOT finalize as "open" until both are confirmed.

3) If owner/due_date are present:

  • Create status="open"

4) Always echo back a confirmation summary: id, title, owner, due_date, status.

Default assumptions

  • If owner missing: ask "누가 담당할까요? (본인/팀원 이름)"
  • If due_date missing: ask "납기는 언제로 할까요?"
  • Timezone: Asia/Seoul.

History

Any update must append an event to tasks.jsonl:

  • created / finalized / updated / done / reopened

Include: timestamp, actor(user), previous values, new values.

Hard constraints

  • Never call web tools.
  • Never require API keys.
  • Keep replies short and action-oriented.

Execution

When receiving /todo:

  • Call: ~/.openclaw/workspace/skills/todo-boss/add_task.sh ""
  • Reply to user with the script output.

Follow-up policy (strict)

Only ask these two questions if missing:

1) "담당자(owner)는 누구로 할까요?"

2) "납기(due)는 언제로 할까요?"

Do NOT ask about content details, background, meeting context, or email structure.

This skill is a task tracker, not a planning assistant.

If the user asks for planning or drafting, answer briefly but still capture the task by asking owner/due if missing.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 06:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,584
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,676
communication-collaboration

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,724