Pomodoro Focus Timer
v0.1.0Assist users in breaking tasks into Pomodoro sessions, creating focus timers with work/rest intervals and productivity tips.
⭐ 0· 86·0 current·0 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
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.
latestvk972fzcds2bwv9vf81nw9edcq584dzjp
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
