Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Capture and track tasks with owner and due date, mark done, list open or delegated tasks, and get daily reports via Telegram commands.
Capture and track tasks with owner and due date, mark done, list open or delegated tasks, and get daily reports via Telegram commands.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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
/todo <text> : create a task draft from free text /todo_done <id> : 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)
When user sends /todo <text>: Extract: title, owner, due_date (YYYY-MM-DD or natural language), priority (optional), notes. 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. If owner/due_date are present: Create status="open" Always echo back a confirmation summary: id, title, owner, due_date, status.
If owner missing: ask "λκ° λ΄λΉν κΉμ? (λ³ΈμΈ/νμ μ΄λ¦)" If due_date missing: ask "λ©κΈ°λ μΈμ λ‘ ν κΉμ?" Timezone: Asia/Seoul.
Any update must append an event to tasks.jsonl: created / finalized / updated / done / reopened Include: timestamp, actor(user), previous values, new values.
Never call web tools. Never require API keys. Keep replies short and action-oriented.
When receiving /todo: Call: ~/.openclaw/workspace/skills/todo-boss/add_task.sh "<full user text after /todo>" Reply to user with the script output.
Only ask these two questions if missing: "λ΄λΉμ(owner)λ λκ΅¬λ‘ ν κΉμ?" "λ©κΈ°(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.
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.