todo

Convert vague intentions into structured tasks with local storage.

7|2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/SJTU-IPADS/SkVM-data --skill todo-sjtu-ipads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/SJTU-IPADS/SkVM-data/tree/main/skills/todo
Command: npx skills add https://github.com/SJTU-IPADS/SkVM-data --skill todo-sjtu-ipads

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Turn vague intentions into structured actions and help you manage tasks, reminders, commitments, and follow-ups with local control and minimal cognitive overhead.

Core Features & Use Cases

  • Capture items (task, project, commitment, follow_up, reminder) with lightweight metadata.
  • Automatically surface the top next action using what_next, daily_sync, and weekly_review workflows.
  • Works entirely offline, storing data locally under ~/.openclaw/workspace/memory/todo.

Quick Start

Create a new todo item by calling add_item.py with a clear title.

Frequently Asked Questions about todo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage personal tasks and reminders offline with local storage?

Offline task management with local storage is handled by capturing items like tasks, commitments, and reminders in a local directory. Data is stored entirely offline under a local workspace path without requiring cloud connectivity.

What is the best way to surface the next action from a vague list of follow-ups?

Surface the next action from follow-ups by using built-in review workflows like what_next and weekly_review. These routines process your captured items to identify and present the most relevant next step automatically.

How do I structure vague intentions into actionable project management items?

Structure vague intentions into actionable items by capturing them with lightweight metadata. You can categorize entries as a task, project, commitment, follow_up, or reminder to transform abstract goals into structured data.

Do I need Python 3 to run offline todo task-management workflows?

Yes, Python 3 is required to run offline todo task-management workflows. The system relies on a scripts directory for capturing items and automating daily or weekly review processes using Python.

Can I use this for personal task management without any internet connection?

Yes, you can use this for personal task management without any internet connection. The system works entirely offline, saving all commitments and reminders to local storage on your machine.

Why does my weekly review fail to find captured task items?

Weekly review fails to find captured task items if they are not stored in the correct local memory directory. Ensure all entries are saved under the designated workspace path so review workflows can access them.