Pomodoro Focus Timer
v0.1.0Assist users in breaking tasks into Pomodoro sessions, creating focus timers with work/rest intervals and productivity tips.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
latest
Pomodoro Focus Timer(番茄专注计时器)
Overview
帮助用户将任务拆解为番茄工作节拍,提供专注计时方案。
Trigger
- 番茄钟
- 专注工作
- 计时
- 学习/工作计划
Workflow
- 解析任务类型和目标时长
- 生成番茄工作节拍方案
- 提供专注技巧和休息建议
Output
JSON: {task, pomodoroPlan{sessions[], summary{}}, timer_settings{}, message}
Comments
Loading comments...
