Task capture + delegation tracking + daily remaining-work report for Telegram.
NO web browsing, NO web search, NO external lookups.
Append-only log: ~/.openclaw/workspace/data/todo/tasks.jsonl
Derived state cache (optional): ~/.openclaw/workspace/data/todo/state.json
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:
3) If owner/due_date are present:
4) Always echo back a confirmation summary: id, title, owner, due_date, status.
Any update must append an event to tasks.jsonl:
Include: timestamp, actor(user), previous values, new values.
When receiving /todo:
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 个版本