원클릭으로
todo-tracker
Persistent task management via TODO.md. Supports add, complete, list, delete, and heartbeat integration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Persistent task management via TODO.md. Supports add, complete, list, delete, and heartbeat integration.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Translate a web page while preserving its original DOM structure, CSS, and images. Generates a self-contained bilingual preview HTML with toggle controls. Use this skill whenever the user shares a URL and asks for translation, translated preview, bilingual view, or when the channel topic instructs to use translate-preview. Do NOT write your own translation scripts — always use this skill's reference files.
Job scheduling. Manage recurring tasks using MCP tools.
Generate a prioritized daily briefing with calendar, email, tasks, and yesterday's activity. Designed for cron execution. Trigger with "morning briefing", "daily brief", "start my day".
Self-management via geminiclaw_admin MCP tool. Config, skills, upgrade, sessions.
Proactively explore the web for topics matching the user's interests and share findings conversationally. Designed for cron execution with Flash model.
| name | todo-tracker |
| description | Persistent task management via TODO.md. Supports add, complete, list, delete, and heartbeat integration. |
| enabled | true |
Treat TODO.md as the single source of truth for task management in the workspace.
Track tasks across sessions and alert on high-priority or overdue tasks during heartbeats.
Use this skill autonomously when the following apply:
When explicitly requested by the user:
When the agent autonomously determines it's needed:
During heartbeats:
HEARTBEAT_OKManage TODO.md in the following format:
# TODO
## High Priority 🔴
- [ ] Task name <!-- added: 2026-02-23 -->
- [x] Completed task <!-- added: 2026-02-20, done: 2026-02-21 -->
## Medium Priority 🟡
- [ ] Task name <!-- added: 2026-02-23 -->
## Low Priority 🟢
- [ ] Task name <!-- added: 2026-02-23 -->
geminiclaw_status to get today's dateTODO.md (if it doesn't exist, create a new one using the format above)<!-- added: YYYY-MM-DD --> comment and saveTODO.md[ ] to [x] for the relevant task and append <!-- added: ..., done: YYYY-MM-DD -->TODO.md (if it doesn't exist, respond "No TODOs found")TODO.mdDuring heartbeat execution, perform the following before returning HEARTBEAT_OK:
TODO.md (if it doesn't exist, skip and return HEARTBEAT_OK as normal)added date is more than 7 days agoHEARTBEAT_OK; instead output an alert in the following format:
📋 TODO: N high-priority, M stale (>7 days)
- [task name] (added: YYYY-MM-DD)
- ...
HEARTBEAT_OK as normal (TODO check is silent)