instances/xiaodazi/skills/pomodoro/SKILL.md
Pomodoro timer with focus sessions, break management, and task tracking. Data stored locally.
npx skillsauth add malue-ai/dazee-small pomodoroInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
帮助用户使用番茄工作法管理专注时间,追踪每日完成的番茄数和任务进度。
在用户数据目录维护 ~/Documents/xiaodazi/pomodoro.json:
{
"settings": {
"focus_minutes": 25,
"short_break": 5,
"long_break": 15,
"long_break_after": 4
},
"today": {
"date": "2026-02-26",
"completed": 3,
"total_focus_minutes": 75,
"sessions": [
{"task": "写论文", "start": "09:00", "end": "09:25", "completed": true},
{"task": "写论文", "start": "09:30", "end": "09:55", "completed": true},
{"task": "回邮件", "start": "10:15", "end": "10:40", "completed": true}
]
}
}
开始番茄:
用户:开始一个番茄钟,任务是写周报
→ 记录开始时间和任务名
→ 回复:🍅 番茄钟开始!任务:写周报,25 分钟后提醒你休息。
→ 通过 scheduled-tasks 或系统通知在 25 分钟后提醒
番茄完成:
→ 发送通知:🍅 番茄完成!休息 5 分钟吧。
→ 记录完成,更新计数
→ 每 4 个番茄后建议长休息(15 分钟)
查看记录:
用户:今天的番茄钟情况
→ 今日已完成 5 个番茄(125 分钟)
→ 任务分布:写论文 3个 | 回邮件 1个 | 代码审查 1个
根据平台调用对应的通知 skill:
macos-notificationwindows-notificationlinux-notificationdevelopment
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.