← 返回
开发者工具 中文

make a recipe

Use this skill when a user wants to run timed focus sessions (Pomodoro technique) from the terminal.
在用户想在终端进行番茄工作法计时专注时使用此技能。
abeljseba
开发者工具 clawhub v1.0.0 1 版本 99824.7 Key: 无需
★ 1
Stars
📥 1,688
下载
💾 24
安装
1
版本
#latest

概述

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)

MINS=15 && echo "Focus: ${MINS}m started at $(date +%H:%M)" && sleep $((MINS * 60)) && echo "Done at $(date +%H:%M)"

Log completed sessions

echo "$(date +%Y-%m-%d) $(date +%H:%M) - 25min focus" >> ~/pomodoro.log

Review today's log

grep "$(date +%Y-%m-%d)" ~/pomodoro.log 2>/dev/null || echo "No sessions today."

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 19:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,296
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,329
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 671 📥 324,340