Pomodoro Focus Timer

v0.1.0

Assist users in breaking tasks into Pomodoro sessions, creating focus timers with work/rest intervals and productivity tips.

0· 112·0 current·0 all-time
byhaidong@harrylabsj
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Pomodoro timer) align with the included files: SKILL.md describes parsing tasks and producing a Pomodoro plan, and handler.py implements parsing and plan generation. No unrelated credentials, binaries, or capabilities are requested.
Instruction Scope
SKILL.md describes only parsing task input and producing a JSON plan. handler.py implements this behavior and only reads the provided text input, uses regex parsing, and returns structured JSON. There are no instructions to read system files, environment variables, or to send data externally.
Install Mechanism
There is no install spec and no external downloads. The skill is instruction/code-only and uses only the bundled handler.py, which reduces install-time risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not access os.environ or other secrets, so requested environment access is proportional (none).
Persistence & Privilege
always is false and the skill does not request persistent or system-wide changes. It does not modify other skills or system configs. note: model invocation is allowed by default (normal for skills).
Assessment
This skill appears coherent and low-risk: it only parses text and returns a Pomodoro plan with no network calls, installs, or secret access. If you want extra caution, review the small handler.py (already included) and keep disable-model-invocation enabled if you prefer to prevent autonomous runs; otherwise it is safe to install for typical use.

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

latestvk972fzcds2bwv9vf81nw9edcq584dzjp
112downloads
0stars
1versions
Updated 1w ago
v0.1.0
MIT-0

Pomodoro Focus Timer(番茄专注计时器)

Overview

帮助用户将任务拆解为番茄工作节拍,提供专注计时方案。

Trigger

  • 番茄钟
  • 专注工作
  • 计时
  • 学习/工作计划

Workflow

  1. 解析任务类型和目标时长
  2. 生成番茄工作节拍方案
  3. 提供专注技巧和休息建议

Output

JSON: {task, pomodoroPlan{sessions[], summary{}}, timer_settings{}, message}

Comments

Loading comments...