番茄钟计时器

v1.1.0

中文番茄钟专注计时工具。开始25分钟专注时段,统计今日完成数量,本地存储无需账号。支持开始、暂停、继续、查看状态、统计等功能。

0· 133·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freedompixels/cn-pomodoro-timer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "番茄钟计时器" (freedompixels/cn-pomodoro-timer) from ClawHub.
Skill page: https://clawhub.ai/freedompixels/cn-pomodoro-timer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cn-pomodoro-timer

ClawHub CLI

Package manager switcher

npx clawhub@latest install cn-pomodoro-timer
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fbyyv2cqzatfk0xz6etyrqd855mg6productivityvk97fbyyv2cqzatfk0xz6etyrqd855mg6
133downloads
0stars
3versions
Updated 1w ago
v1.1.0
MIT-0

番茄专注计时

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

功能特性

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

使用方法

开始专注

开始专注
开始番茄钟

查看状态

查看专注状态
番茄钟状态

暂停/继续

暂停专注
继续专注

统计数据

今日专注
专注统计

数据存储

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

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

适用场景

  • 需要提高专注力的工作/学习
  • 番茄工作法实践者
  • 时间管理爱好者
  • 需要专注时间统计的用户

Comments

Loading comments...