← Back to Skills Marketplace
freedompixels

番茄钟计时器

by freedompixels · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
135
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install cn-pomodoro-timer
Description
中文番茄钟专注计时工具。开始25分钟专注时段,统计今日完成数量,本地存储无需账号。支持开始、暂停、继续、查看状态、统计等功能。
README (SKILL.md)

番茄专注计时

中文番茄钟专注计时工具,帮助你高效管理专注时间。

功能特性

  • 🍅 标准25分钟专注时段
  • ⏸️ 支持暂停和继续
  • 📊 今日完成数量统计
  • 💾 本地数据存储,无需账号
  • 🔔 专注完成提醒

使用方法

开始专注

开始专注
开始番茄钟

查看状态

查看专注状态
番茄钟状态

暂停/继续

暂停专注
继续专注

统计数据

今日专注
专注统计

数据存储

专注记录保存在本地 ~/.qclaw/data/pomodoro.json,包含:

  • 开始时间
  • 结束时间
  • 是否完成
  • 暂停时长

适用场景

  • 需要提高专注力的工作/学习
  • 番茄工作法实践者
  • 时间管理爱好者
  • 需要专注时间统计的用户
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-pomodoro-timer
  3. After installation, invoke the skill by name or use /cn-pomodoro-timer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: 修复SKILL.md格式
v1.0.1
添加中文标题
v1.0.0
- 首次发布:推出中文番茄钟专注计时工具 - 支持25分钟专注时段与计时提醒 - 提供开始、暂停、继续、查看状态与统计等功能 - 自动统计今日完成的专注数量 - 数据本地存储,无需账号
Metadata
Slug cn-pomodoro-timer
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 番茄钟计时器?

中文番茄钟专注计时工具。开始25分钟专注时段,统计今日完成数量,本地存储无需账号。支持开始、暂停、继续、查看状态、统计等功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.

How do I install 番茄钟计时器?

Run "/install cn-pomodoro-timer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 番茄钟计时器 free?

Yes, 番茄钟计时器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 番茄钟计时器 support?

番茄钟计时器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 番茄钟计时器?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.1.0.

💬 Comments