Todo Boss

# todo-boss

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Todo Boss" with this command: npx skills add ukraecho/todo-boss

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 <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)

Extraction rules (very important)

When user sends /todo <text>:

  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 "<full user text after /todo>"
  • 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ai Competitor Analyzer

提供AI驱动的竞争对手分析,支持批量自动处理,提升企业和专业团队分析效率与专业度。

Registry SourceRecently Updated
General

Ai Data Visualization

提供自动化AI分析与多格式批量处理,显著提升数据可视化效率,节省成本,适用企业和个人用户。

Registry SourceRecently Updated
General

Ai Cost Optimizer

提供基于预算和任务需求的AI模型成本优化方案,计算节省并指导OpenClaw配置与模型切换策略。

Registry SourceRecently Updated