π¦ ClawHub
Todo Boss
by @ukraecho
Capture and track tasks with owner and due date, mark done, list open or delegated tasks, and get daily reports via Telegram commands.
TERMINAL
clawhub install todo-bossπ About This Skill
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.jsonCommands (Telegram)
Extraction rules (very important)
When user sends /todoDefault assumptions
History
Any update must append an event to tasks.jsonl:Hard constraints
Execution
When receiving /todo: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.