🦀 ClawHub
Focus Master
by @harrylabsj
Manage tasks with configurable Pomodoro timers, track time spent, analyze time allocation, block distractions, and generate efficiency reports.
TERMINAL
clawhub install focus-master📖 About This Skill
name: focus-master description: "" version: "1.0.0"
安装
# 添加到 PATH
ln -s ~/.openclaw/workspace/skills/focus-master/time-management ~/.local/bin/time-management
使用
番茄钟
# 开始25分钟番茄钟
time-management pomodoro --task "写代码"自定义时长
time-management pomodoro --task "阅读" --duration 45指定分类
time-management pomodoro --task "学英语" --category study
任务计时
# 开始任务计时
time-management task-start "项目开发" --category work结束当前任务
time-management task-stop查看任务记录
time-management tasks --limit 20
统计与报告
# 查看番茄钟统计
time-management stats生成日报
time-management report指定日期报告
time-management report --date 2024-01-15
专注模式
# 开启专注模式(默认25分钟)
time-management focus自定义时长
time-management focus --duration 60
配置
# 查看配置
time-management config show修改配置
time-management config set pomodoro_duration 30
配置项
| 配置项 | 默认值 | 说明 | |--------|--------|------| | pomodoro_duration | 25 | 番茄钟时长(分钟) | | short_break | 5 | 短休息时长(分钟) | | long_break | 15 | 长休息时长(分钟) | | notification_enabled | true | 启用系统通知 |
数据存储
数据存储在 ~/.openclaw/data/time-management/:
time_management.db - SQLite 数据库config.json - 用户配置