← 返回 Skills 市场
番茄钟计时器
作者
freedompixels
· GitHub ↗
· v1.1.0
· MIT-0
135
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install cn-pomodoro-timer
功能描述
中文番茄钟专注计时工具。开始25分钟专注时段,统计今日完成数量,本地存储无需账号。支持开始、暂停、继续、查看状态、统计等功能。
使用说明 (SKILL.md)
番茄专注计时
中文番茄钟专注计时工具,帮助你高效管理专注时间。
功能特性
- 🍅 标准25分钟专注时段
- ⏸️ 支持暂停和继续
- 📊 今日完成数量统计
- 💾 本地数据存储,无需账号
- 🔔 专注完成提醒
使用方法
开始专注
开始专注
开始番茄钟
查看状态
查看专注状态
番茄钟状态
暂停/继续
暂停专注
继续专注
统计数据
今日专注
专注统计
数据存储
专注记录保存在本地 ~/.qclaw/data/pomodoro.json,包含:
- 开始时间
- 结束时间
- 是否完成
- 暂停时长
适用场景
- 需要提高专注力的工作/学习
- 番茄工作法实践者
- 时间管理爱好者
- 需要专注时间统计的用户
安全使用建议
This skill appears coherent and local: it stores session/history at ~/.qclaw/data/pomodoro.json and does not use network or credentials. If you want extra assurance, inspect the two Python files yourself (they are short and readable), or run them in a restricted environment. Be aware that the skill will create and write that ~/.qclaw/data directory in your home — if you prefer a different path, change DATA_DIR in the code before use. If you have strict privacy requirements, verify there are no modifications before giving it persistent use.
功能分析
Type: OpenClaw Skill
Name: cn-pomodoro-timer
Version: 1.1.0
The skill implements a standard Pomodoro timer with local data storage. The code in pomodoro.py and scripts/pomodoro_timer.py performs basic time tracking and statistics logging without any network access, external dependencies, or suspicious system calls. Data is stored locally in ~/.qclaw/data/pomodoro.json as documented in SKILL.md, and no indicators of malicious intent or prompt injection were found.
能力评估
Purpose & Capability
Name/description (Chinese Pomodoro timer) match the included code: two Python scripts implementing start/pause/resume/status/stats and a CLI. The code only reads/writes a local JSON under ~/.qclaw/data/pomodoro.json and implements the advertised features.
Instruction Scope
SKILL.md provides CLI-like commands (开始专注, 暂停专注, 查看状态, 今日专注) which map to the handlers implemented in pomodoro.py. The runtime instructions do not ask the agent to read unrelated files, access environment variables, or send data externally; all persistent state is local.
Install Mechanism
No install spec. This is effectively an instruction-plus-code skill that runs as Python scripts; nothing is downloaded from external URLs and no additional packages or installers are requested.
Credentials
No environment variables, credentials, or external configs are required. The only storage access is to the skill's own data path (~/.qclaw/data/pomodoro.json), which is proportional to the stated purpose.
Persistence & Privilege
The skill does not request 'always' inclusion and does not modify other skills or global agent settings. It creates and writes only its own data directory under the user's home, which is expected for local state.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cn-pomodoro-timer - 安装完成后,直接呼叫该 Skill 的名称或使用
/cn-pomodoro-timer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: 修复SKILL.md格式
v1.0.1
添加中文标题
v1.0.0
- 首次发布:推出中文番茄钟专注计时工具
- 支持25分钟专注时段与计时提醒
- 提供开始、暂停、继续、查看状态与统计等功能
- 自动统计今日完成的专注数量
- 数据本地存储,无需账号
元数据
常见问题
番茄钟计时器 是什么?
中文番茄钟专注计时工具。开始25分钟专注时段,统计今日完成数量,本地存储无需账号。支持开始、暂停、继续、查看状态、统计等功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 番茄钟计时器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-pomodoro-timer」即可一键安装,无需额外配置。
番茄钟计时器 是免费的吗?
是的,番茄钟计时器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
番茄钟计时器 支持哪些平台?
番茄钟计时器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 番茄钟计时器?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.1.0。
推荐 Skills