make a recipe

v1.0.0

Use this skill when a user wants to run timed focus sessions (Pomodoro technique) from the terminal.

1· 1.4k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description (terminal Pomodoro timer) match the SKILL.md. The commands (echo, sleep, optional logging) are exactly what you'd expect for a simple timed focus session.
Instruction Scope
The instructions are narrowly scoped to running sleep-based timers, optional logging to ~/pomodoro.log, and grepping that log. Minor issues: one provided command uses osascript (macOS-only) but the skill declares no OS restriction; the sleep-based approach blocks the shell (no guidance for running in background). Otherwise the instructions do not read remote data or unrelated system secrets.
Install Mechanism
No install spec and no code files — instruction-only skill. This is low risk because nothing is downloaded or written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are requested. The only persistent artifact is an optional log file in the user's home directory (~/pomodoro.log), which is proportional to the stated purpose.
Persistence & Privilege
Skill does not request always:true or elevated privileges. It does append to ~/pomodoro.log (persistent file) which is reasonable for a timer/logging utility — users should be aware of that file creation/modification. Autonomous invocation is allowed by default (normal for skills) but not required.
Assessment
This is a lightweight, instruction-only Pomodoro helper. Before using: (1) be aware the macOS notification command (osascript) only works on macOS — on Linux/Windows notifications will not appear unless you replace that part. (2) The commands use sleep, which blocks the shell; run in the background (e.g., with & or nohup) if you need the terminal. (3) The skill appends to ~/pomodoro.log — check or change that path if you don't want a file created in your home directory. No network access or secret/env requests are present, so the risk is low. If you want cross-platform notifications or nonblocking behavior, modify the provided commands accordingly.

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

latestvk974aq7cwcyqmwdb5eyrbps74980p5t1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments