← 返回
效率工具 中文

PomoClaw

Control the PomoClaw pomodoro timer on the Mac. Use when the user asks to start, stop, pause a pomodoro/pomoclaw/focus timer, check timer status, or when a p...
控制 Mac 上的 PomoClaw 番茄钟。当用户要求开始、停止、暂停番茄钟或专注计时器,检查计时状态,或提及 PomoClaw 时使用。
vkozlovskyi
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 849
下载
💾 7
安装
1
版本
#focus#latest#macos#menu-bar#pomodoro#timer

概述

PomoClaw 🍅

A minimal pomodoro timer for your macOS menu bar. Control via URL scheme, perfect for OpenClaw integration.

GitHub: https://github.com/vkozlovskyi/PomoClaw

Download: https://github.com/vkozlovskyi/PomoClaw/releases/latest

Commands

Run via nodes.run on the Mac node using bash -c "open 'pomoclaw://...'":

pomoclaw://start                     # Start timer with default duration (25 min)
pomoclaw://start?minutes=N           # Start timer for N minutes (1-99)
pomoclaw://pause                     # Pause/resume toggle
pomoclaw://stop                      # Stop and reset
pomoclaw://status                    # Write status to ~/.pomoclaw/status.json
pomoclaw://break?minutes=N           # Start break timer for N minutes
pomoclaw://skip                      # Skip current break

Configuration

All config via single pomoclaw://config command:

pomoclaw://config?workMinutes=25     # Set default work duration
pomoclaw://config?shortBreak=5       # Set short break duration
pomoclaw://config?longBreak=15       # Set long break duration
pomoclaw://config?sound=Glass        # Set work completion sound
pomoclaw://config?breakSound=Purr    # Set break completion sound
pomoclaw://config?launchAtLogin=true # Enable launch at login
pomoclaw://config?count=0            # Set completed pomodoro count

Multiple params can be combined:

pomoclaw://config?workMinutes=25&shortBreak=5&longBreak=15

Valid sounds

Basso, Blow, Bottle, Frog, Funk, Glass, Hero, Morse, Ping, Pop, Purr, Sosumi, Submarine, Tink

Defaults

  • Work: 25 min, Short break: 5 min, Long break: 15 min (every 4th pomodoro)
  • Work sound: Glass, Break sound: Purr

Check Status

After pomoclaw://status, read the file:

cat ~/.pomoclaw/status.json

Returns: {"state": "running|paused|idle", "remaining": , "total": , "startedAt": "", "completedCount": N, "mode": "work|break|break_ready|idle"}

Webhooks

  • Work complete: 🍅 Pomodoro finished! N min focus session complete.
  • Break complete: ☕ Break finished! N min break complete.

On work complete:

  • Acknowledge the completed session to the user
  • Break timer will auto-appear (green arc). User clicks to start.
  • Long break (15 min) after every 4th pomodoro, short break (5 min) otherwise.

Notes

  • Timer range: 1–99 minutes
  • App must be running on Mac for commands to work
  • No dock icon — lives in menu bar only (LSUIElement)
  • Use bash -c "open 'pomoclaw://...'" via nodes.run (more reliable than array format with URL encoding)
  • Break state is NOT restored on app restart — only meaningful right after work

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 22:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,180
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,365
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,778