pomodoro

Installation
SKILL.md

Pomodoro Timer

When to use

  • User asks to start a focus session, work timer, or pomodoro.

How it works

Run a 25-minute focus block followed by a 5-minute break. After 4 blocks, take a 15-minute break.

Start a session

echo "🍅 Focus started at $(date +%H:%M)" && sleep 1500 && osascript -e 'display notification "Time for a break!" with title "Pomodoro"' && echo "Break time at $(date +%H:%M)"

Custom duration (minutes)

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 22, 2026
pomodoro — openclaw/skills